Searched refs:pm_msg (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
D | iwpm_msg.c | 63 int iwpm_register_pid(struct iwpm_dev_data *pm_msg, u8 nl_client) in iwpm_register_pid() argument 98 pm_msg->if_name, IWPM_NLA_REG_IF_NAME); in iwpm_register_pid() 102 pm_msg->dev_name, IWPM_NLA_REG_IBDEV_NAME); in iwpm_register_pid() 113 __func__, pm_msg->dev_name, pm_msg->if_name, iwpm_ulib_name); in iwpm_register_pid() 122 nlmsg_request->req_buffer = pm_msg; in iwpm_register_pid() 147 int iwpm_add_mapping(struct iwpm_sa_data *pm_msg, u8 nl_client) in iwpm_add_mapping() argument 185 &pm_msg->loc_addr, IWPM_NLA_MANAGE_ADDR); in iwpm_add_mapping() 190 if (pm_msg->flags && iwpm_ulib_version == IWPM_UABI_VERSION_MIN) { in iwpm_add_mapping() 195 ret = ibnl_put_attr(skb, nlh, sizeof(u32), &pm_msg->flags, in iwpm_add_mapping() 202 nlmsg_request->req_buffer = pm_msg; in iwpm_add_mapping() [all …]
|
D | iwcm.c | 513 struct iwpm_sa_data pm_msg; in iw_cm_map() local 531 pm_msg.loc_addr = cm_id->local_addr; in iw_cm_map() 532 pm_msg.rem_addr = cm_id->remote_addr; in iw_cm_map() 533 pm_msg.flags = (cm_id->device->iw_driver_flags & IW_F_NO_PORT_MAP) ? in iw_cm_map() 536 status = iwpm_add_and_query_mapping(&pm_msg, in iw_cm_map() 539 status = iwpm_add_mapping(&pm_msg, RDMA_NL_IWCM); in iw_cm_map() 542 cm_id->m_local_addr = pm_msg.mapped_loc_addr; in iw_cm_map() 544 cm_id->m_remote_addr = pm_msg.mapped_rem_addr; in iw_cm_map() 545 iw_cm_check_wildcard(&pm_msg.mapped_rem_addr, in iw_cm_map() 553 RDMA_NL_IWCM, pm_msg.flags); in iw_cm_map()
|
/kernel/linux/linux-5.10/include/rdma/ |
D | iw_portmap.h | 44 int iwpm_register_pid(struct iwpm_dev_data *pm_msg, u8 nl_client); 45 int iwpm_add_mapping(struct iwpm_sa_data *pm_msg, u8 nl_client); 46 int iwpm_add_and_query_mapping(struct iwpm_sa_data *pm_msg, u8 nl_client);
|
/kernel/linux/linux-5.10/drivers/net/wimax/i2400m/ |
D | usb.c | 578 int i2400mu_suspend(struct usb_interface *iface, pm_message_t pm_msg) in i2400mu_suspend() argument 587 if (PMSG_IS_AUTO(pm_msg)) in i2400mu_suspend() 591 d_fnstart(3, dev, "(iface %p pm_msg %u)\n", iface, pm_msg.event); in i2400mu_suspend() 632 iface, pm_msg.event, result); in i2400mu_suspend()
|
/kernel/linux/linux-5.10/drivers/staging/gdm724x/ |
D | gdm_mux.c | 581 static int gdm_mux_suspend(struct usb_interface *intf, pm_message_t pm_msg) in gdm_mux_suspend() argument
|
D | gdm_usb.c | 905 static int gdm_usb_suspend(struct usb_interface *intf, pm_message_t pm_msg) in gdm_usb_suspend() argument
|