Home
last modified time | relevance | path

Searched refs:pm_msg (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/drivers/infiniband/core/
Diwpm_msg.c63 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 …]
Diwcm.c511 struct iwpm_sa_data pm_msg; in iw_cm_map() local
529 pm_msg.loc_addr = cm_id->local_addr; in iw_cm_map()
530 pm_msg.rem_addr = cm_id->remote_addr; in iw_cm_map()
531 pm_msg.flags = (cm_id->device->iw_driver_flags & IW_F_NO_PORT_MAP) ? in iw_cm_map()
534 status = iwpm_add_and_query_mapping(&pm_msg, in iw_cm_map()
537 status = iwpm_add_mapping(&pm_msg, RDMA_NL_IWCM); in iw_cm_map()
540 cm_id->m_local_addr = pm_msg.mapped_loc_addr; in iw_cm_map()
542 cm_id->m_remote_addr = pm_msg.mapped_rem_addr; in iw_cm_map()
543 iw_cm_check_wildcard(&pm_msg.mapped_rem_addr, in iw_cm_map()
551 RDMA_NL_IWCM, pm_msg.flags); in iw_cm_map()
/Linux-v5.4/include/rdma/
Diw_portmap.h70 int iwpm_register_pid(struct iwpm_dev_data *pm_msg, u8 nl_client);
71 int iwpm_add_mapping(struct iwpm_sa_data *pm_msg, u8 nl_client);
72 int iwpm_add_and_query_mapping(struct iwpm_sa_data *pm_msg, u8 nl_client);
/Linux-v5.4/drivers/net/ethernet/aquantia/atlantic/
Daq_pci_func.c347 static int aq_pci_suspend(struct pci_dev *pdev, pm_message_t pm_msg) in aq_pci_suspend() argument
351 return aq_nic_change_pm_state(self, &pm_msg); in aq_pci_suspend()
357 pm_message_t pm_msg = PMSG_RESTORE; in aq_pci_resume() local
359 return aq_nic_change_pm_state(self, &pm_msg); in aq_pci_resume()
Daq_nic.h148 int aq_nic_change_pm_state(struct aq_nic_s *self, pm_message_t *pm_msg);
Daq_nic.c1012 int aq_nic_change_pm_state(struct aq_nic_s *self, pm_message_t *pm_msg) in aq_nic_change_pm_state() argument
1021 if (pm_msg->event & PM_EVENT_SLEEP || pm_msg->event & PM_EVENT_FREEZE) { in aq_nic_change_pm_state()
/Linux-v5.4/drivers/net/wimax/i2400m/
Dusb.c578 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()
/Linux-v5.4/drivers/staging/gdm724x/
Dgdm_mux.c581 static int gdm_mux_suspend(struct usb_interface *intf, pm_message_t pm_msg) in gdm_mux_suspend() argument
Dgdm_usb.c901 static int gdm_usb_suspend(struct usb_interface *intf, pm_message_t pm_msg) in gdm_usb_suspend() argument