Searched refs:pm_msg (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/infiniband/core/ |
D | iwpm_msg.c | 56 int iwpm_register_pid(struct iwpm_dev_data *pm_msg, u8 nl_client) in iwpm_register_pid() argument 91 pm_msg->if_name, IWPM_NLA_REG_IF_NAME); in iwpm_register_pid() 95 pm_msg->dev_name, IWPM_NLA_REG_IBDEV_NAME); in iwpm_register_pid() 106 __func__, pm_msg->dev_name, pm_msg->if_name, iwpm_ulib_name); in iwpm_register_pid() 115 nlmsg_request->req_buffer = pm_msg; in iwpm_register_pid() 134 int iwpm_add_mapping(struct iwpm_sa_data *pm_msg, u8 nl_client) in iwpm_add_mapping() argument 172 &pm_msg->loc_addr, IWPM_NLA_MANAGE_ADDR); in iwpm_add_mapping() 177 nlmsg_request->req_buffer = pm_msg; in iwpm_add_mapping() 205 int iwpm_add_and_query_mapping(struct iwpm_sa_data *pm_msg, u8 nl_client) in iwpm_add_and_query_mapping() argument 246 &pm_msg->loc_addr, IWPM_NLA_QUERY_LOCAL_ADDR); in iwpm_add_and_query_mapping() [all …]
|
D | iwcm.c | 506 struct iwpm_sa_data pm_msg; in iw_cm_map() local 522 pm_msg.loc_addr = cm_id->local_addr; in iw_cm_map() 523 pm_msg.rem_addr = cm_id->remote_addr; in iw_cm_map() 525 status = iwpm_add_and_query_mapping(&pm_msg, in iw_cm_map() 528 status = iwpm_add_mapping(&pm_msg, RDMA_NL_IWCM); in iw_cm_map() 531 cm_id->m_local_addr = pm_msg.mapped_loc_addr; in iw_cm_map() 533 cm_id->m_remote_addr = pm_msg.mapped_rem_addr; in iw_cm_map() 534 iw_cm_check_wildcard(&pm_msg.mapped_rem_addr, in iw_cm_map()
|
/Linux-v4.19/include/rdma/ |
D | iw_portmap.h | 90 int iwpm_register_pid(struct iwpm_dev_data *pm_msg, u8 nl_client); 101 int iwpm_add_mapping(struct iwpm_sa_data *pm_msg, u8 nl_client); 112 int iwpm_add_and_query_mapping(struct iwpm_sa_data *pm_msg, u8 nl_client);
|
/Linux-v4.19/drivers/net/ethernet/aquantia/atlantic/ |
D | aq_pci_func.c | 339 static int aq_pci_suspend(struct pci_dev *pdev, pm_message_t pm_msg) in aq_pci_suspend() argument 343 return aq_nic_change_pm_state(self, &pm_msg); in aq_pci_suspend() 349 pm_message_t pm_msg = PMSG_RESTORE; in aq_pci_resume() local 351 return aq_nic_change_pm_state(self, &pm_msg); in aq_pci_resume()
|
D | aq_nic.h | 120 int aq_nic_change_pm_state(struct aq_nic_s *self, pm_message_t *pm_msg);
|
D | aq_nic.c | 919 int aq_nic_change_pm_state(struct aq_nic_s *self, pm_message_t *pm_msg) in aq_nic_change_pm_state() argument 928 if (pm_msg->event & PM_EVENT_SLEEP || pm_msg->event & PM_EVENT_FREEZE) { in aq_nic_change_pm_state()
|
/Linux-v4.19/drivers/net/wimax/i2400m/ |
D | usb.c | 634 int i2400mu_suspend(struct usb_interface *iface, pm_message_t pm_msg) in i2400mu_suspend() argument 643 if (PMSG_IS_AUTO(pm_msg)) in i2400mu_suspend() 647 d_fnstart(3, dev, "(iface %p pm_msg %u)\n", iface, pm_msg.event); in i2400mu_suspend() 688 iface, pm_msg.event, result); in i2400mu_suspend()
|
/Linux-v4.19/drivers/staging/gdm724x/ |
D | gdm_mux.c | 582 static int gdm_mux_suspend(struct usb_interface *intf, pm_message_t pm_msg) in gdm_mux_suspend() argument
|
D | gdm_usb.c | 901 static int gdm_usb_suspend(struct usb_interface *intf, pm_message_t pm_msg) in gdm_usb_suspend() argument
|