pm_msg 513 drivers/infiniband/core/iwcm.c struct iwpm_sa_data pm_msg; pm_msg 531 drivers/infiniband/core/iwcm.c pm_msg.loc_addr = cm_id->local_addr; pm_msg 532 drivers/infiniband/core/iwcm.c pm_msg.rem_addr = cm_id->remote_addr; pm_msg 533 drivers/infiniband/core/iwcm.c pm_msg.flags = (cm_id->device->iw_driver_flags & IW_F_NO_PORT_MAP) ? pm_msg 536 drivers/infiniband/core/iwcm.c status = iwpm_add_and_query_mapping(&pm_msg, pm_msg 539 drivers/infiniband/core/iwcm.c status = iwpm_add_mapping(&pm_msg, RDMA_NL_IWCM); pm_msg 542 drivers/infiniband/core/iwcm.c cm_id->m_local_addr = pm_msg.mapped_loc_addr; pm_msg 544 drivers/infiniband/core/iwcm.c cm_id->m_remote_addr = pm_msg.mapped_rem_addr; pm_msg 545 drivers/infiniband/core/iwcm.c iw_cm_check_wildcard(&pm_msg.mapped_rem_addr, pm_msg 553 drivers/infiniband/core/iwcm.c RDMA_NL_IWCM, pm_msg.flags); pm_msg 63 drivers/infiniband/core/iwpm_msg.c int iwpm_register_pid(struct iwpm_dev_data *pm_msg, u8 nl_client) pm_msg 98 drivers/infiniband/core/iwpm_msg.c pm_msg->if_name, IWPM_NLA_REG_IF_NAME); pm_msg 102 drivers/infiniband/core/iwpm_msg.c pm_msg->dev_name, IWPM_NLA_REG_IBDEV_NAME); pm_msg 113 drivers/infiniband/core/iwpm_msg.c __func__, pm_msg->dev_name, pm_msg->if_name, iwpm_ulib_name); pm_msg 122 drivers/infiniband/core/iwpm_msg.c nlmsg_request->req_buffer = pm_msg; pm_msg 147 drivers/infiniband/core/iwpm_msg.c int iwpm_add_mapping(struct iwpm_sa_data *pm_msg, u8 nl_client) pm_msg 185 drivers/infiniband/core/iwpm_msg.c &pm_msg->loc_addr, IWPM_NLA_MANAGE_ADDR); pm_msg 190 drivers/infiniband/core/iwpm_msg.c if (pm_msg->flags && iwpm_ulib_version == IWPM_UABI_VERSION_MIN) { pm_msg 195 drivers/infiniband/core/iwpm_msg.c ret = ibnl_put_attr(skb, nlh, sizeof(u32), &pm_msg->flags, pm_msg 202 drivers/infiniband/core/iwpm_msg.c nlmsg_request->req_buffer = pm_msg; pm_msg 234 drivers/infiniband/core/iwpm_msg.c int iwpm_add_and_query_mapping(struct iwpm_sa_data *pm_msg, u8 nl_client) pm_msg 275 drivers/infiniband/core/iwpm_msg.c &pm_msg->loc_addr, IWPM_NLA_QUERY_LOCAL_ADDR); pm_msg 279 drivers/infiniband/core/iwpm_msg.c &pm_msg->rem_addr, IWPM_NLA_QUERY_REMOTE_ADDR); pm_msg 284 drivers/infiniband/core/iwpm_msg.c if (pm_msg->flags && iwpm_ulib_version == IWPM_UABI_VERSION_MIN) { pm_msg 289 drivers/infiniband/core/iwpm_msg.c ret = ibnl_put_attr(skb, nlh, sizeof(u32), &pm_msg->flags, pm_msg 296 drivers/infiniband/core/iwpm_msg.c nlmsg_request->req_buffer = pm_msg; pm_msg 405 drivers/infiniband/core/iwpm_msg.c struct iwpm_dev_data *pm_msg; pm_msg 423 drivers/infiniband/core/iwpm_msg.c pm_msg = nlmsg_request->req_buffer; pm_msg 430 drivers/infiniband/core/iwpm_msg.c if (strcmp(pm_msg->dev_name, dev_name) || pm_msg 476 drivers/infiniband/core/iwpm_msg.c struct iwpm_sa_data *pm_msg; pm_msg 498 drivers/infiniband/core/iwpm_msg.c pm_msg = nlmsg_request->req_buffer; pm_msg 504 drivers/infiniband/core/iwpm_msg.c if (iwpm_compare_sockaddr(local_sockaddr, &pm_msg->loc_addr)) { pm_msg 514 drivers/infiniband/core/iwpm_msg.c memcpy(&pm_msg->mapped_loc_addr, mapped_sockaddr, pm_msg 516 drivers/infiniband/core/iwpm_msg.c iwpm_print_sockaddr(&pm_msg->loc_addr, pm_msg 518 drivers/infiniband/core/iwpm_msg.c iwpm_print_sockaddr(&pm_msg->mapped_loc_addr, pm_msg 554 drivers/infiniband/core/iwpm_msg.c struct iwpm_sa_data *pm_msg; pm_msg 576 drivers/infiniband/core/iwpm_msg.c pm_msg = nlmsg_request->req_buffer; pm_msg 592 drivers/infiniband/core/iwpm_msg.c if (iwpm_compare_sockaddr(local_sockaddr, &pm_msg->loc_addr) || pm_msg 593 drivers/infiniband/core/iwpm_msg.c iwpm_compare_sockaddr(remote_sockaddr, &pm_msg->rem_addr)) { pm_msg 605 drivers/infiniband/core/iwpm_msg.c memcpy(&pm_msg->mapped_loc_addr, mapped_loc_sockaddr, pm_msg 607 drivers/infiniband/core/iwpm_msg.c memcpy(&pm_msg->mapped_rem_addr, mapped_rem_sockaddr, pm_msg 610 drivers/infiniband/core/iwpm_msg.c iwpm_print_sockaddr(&pm_msg->loc_addr, pm_msg 612 drivers/infiniband/core/iwpm_msg.c iwpm_print_sockaddr(&pm_msg->mapped_loc_addr, pm_msg 614 drivers/infiniband/core/iwpm_msg.c iwpm_print_sockaddr(&pm_msg->rem_addr, pm_msg 616 drivers/infiniband/core/iwpm_msg.c iwpm_print_sockaddr(&pm_msg->mapped_rem_addr, pm_msg 1010 drivers/net/ethernet/aquantia/atlantic/aq_nic.c int aq_nic_change_pm_state(struct aq_nic_s *self, pm_message_t *pm_msg) pm_msg 1019 drivers/net/ethernet/aquantia/atlantic/aq_nic.c if (pm_msg->event & PM_EVENT_SLEEP || pm_msg->event & PM_EVENT_FREEZE) { pm_msg 148 drivers/net/ethernet/aquantia/atlantic/aq_nic.h int aq_nic_change_pm_state(struct aq_nic_s *self, pm_message_t *pm_msg); pm_msg 347 drivers/net/ethernet/aquantia/atlantic/aq_pci_func.c static int aq_pci_suspend(struct pci_dev *pdev, pm_message_t pm_msg) pm_msg 351 drivers/net/ethernet/aquantia/atlantic/aq_pci_func.c return aq_nic_change_pm_state(self, &pm_msg); pm_msg 357 drivers/net/ethernet/aquantia/atlantic/aq_pci_func.c pm_message_t pm_msg = PMSG_RESTORE; pm_msg 359 drivers/net/ethernet/aquantia/atlantic/aq_pci_func.c return aq_nic_change_pm_state(self, &pm_msg); pm_msg 578 drivers/net/wimax/i2400m/usb.c int i2400mu_suspend(struct usb_interface *iface, pm_message_t pm_msg) pm_msg 587 drivers/net/wimax/i2400m/usb.c if (PMSG_IS_AUTO(pm_msg)) pm_msg 591 drivers/net/wimax/i2400m/usb.c d_fnstart(3, dev, "(iface %p pm_msg %u)\n", iface, pm_msg.event); pm_msg 632 drivers/net/wimax/i2400m/usb.c iface, pm_msg.event, result); pm_msg 581 drivers/staging/gdm724x/gdm_mux.c static int gdm_mux_suspend(struct usb_interface *intf, pm_message_t pm_msg) pm_msg 901 drivers/staging/gdm724x/gdm_usb.c static int gdm_usb_suspend(struct usb_interface *intf, pm_message_t pm_msg) pm_msg 70 include/rdma/iw_portmap.h int iwpm_register_pid(struct iwpm_dev_data *pm_msg, u8 nl_client); pm_msg 71 include/rdma/iw_portmap.h int iwpm_add_mapping(struct iwpm_sa_data *pm_msg, u8 nl_client); pm_msg 72 include/rdma/iw_portmap.h int iwpm_add_and_query_mapping(struct iwpm_sa_data *pm_msg, u8 nl_client);