Searched refs:pm_msg (Results 1 – 10 of 10) sorted by relevance
/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 | 511 struct iwpm_sa_data pm_msg; in iw_cm_map() local 527 pm_msg.loc_addr = cm_id->local_addr; in iw_cm_map() 528 pm_msg.rem_addr = cm_id->remote_addr; in iw_cm_map() 530 status = iwpm_add_and_query_mapping(&pm_msg, in iw_cm_map() 533 status = iwpm_add_mapping(&pm_msg, RDMA_NL_IWCM); in iw_cm_map() 536 cm_id->m_local_addr = pm_msg.mapped_loc_addr; in iw_cm_map() 538 cm_id->m_remote_addr = pm_msg.mapped_rem_addr; in iw_cm_map() 539 iw_cm_check_wildcard(&pm_msg.mapped_rem_addr, in iw_cm_map()
|
/drivers/net/ethernet/aquantia/atlantic/ |
D | aq_main.c | 211 static int aq_pci_suspend(struct pci_dev *pdev, pm_message_t pm_msg) in aq_pci_suspend() argument 215 return aq_pci_func_change_pm_state(aq_pci_func, &pm_msg); in aq_pci_suspend() 221 pm_message_t pm_msg = PMSG_RESTORE; in aq_pci_resume() local 223 return aq_pci_func_change_pm_state(aq_pci_func, &pm_msg); in aq_pci_resume()
|
D | aq_pci_func.h | 32 pm_message_t *pm_msg);
|
D | aq_pci_func.c | 281 pm_message_t *pm_msg) in aq_pci_func_change_pm_state() argument 294 (void)aq_nic_change_pm_state(self->port[port], pm_msg); in aq_pci_func_change_pm_state()
|
D | aq_nic.h | 107 int aq_nic_change_pm_state(struct aq_nic_s *self, pm_message_t *pm_msg);
|
D | aq_nic.c | 984 int aq_nic_change_pm_state(struct aq_nic_s *self, pm_message_t *pm_msg) in aq_nic_change_pm_state() argument 993 if (pm_msg->event & PM_EVENT_SLEEP || pm_msg->event & PM_EVENT_FREEZE) { in aq_nic_change_pm_state()
|
/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()
|
/drivers/staging/gdm724x/ |
D | gdm_mux.c | 592 static int gdm_mux_suspend(struct usb_interface *intf, pm_message_t pm_msg) in gdm_mux_suspend() argument
|
D | gdm_usb.c | 916 static int gdm_usb_suspend(struct usb_interface *intf, pm_message_t pm_msg) in gdm_usb_suspend() argument
|