| /OK3568_Linux_fs/kernel/drivers/infiniband/core/ |
| H A D | cm_trace.h | 147 __field(unsigned int, remote_id) 155 __entry->remote_id = be32_to_cpu(cm_id->remote_id); 161 __entry->local_id, __entry->remote_id, 197 __field(u32, remote_id) 205 __entry->remote_id = be32_to_cpu(cm_id->remote_id); 211 __entry->local_id, __entry->remote_id, 249 unsigned int remote_id 252 TP_ARGS(local_id, remote_id), 256 __field(unsigned int, remote_id) 261 __entry->remote_id = remote_id; [all …]
|
| H A D | cm.c | 233 __be32 remote_id; member 587 static struct cm_id_private *cm_acquire_id(__be32 local_id, __be32 remote_id) in cm_acquire_id() argument 593 if (!cm_id_priv || cm_id_priv->id.remote_id != remote_id || in cm_acquire_id() 718 __be32 remote_id = timewait_info->work.remote_id; in cm_insert_remote_id() local 724 if (be32_lt(remote_id, cur_timewait_info->work.remote_id)) in cm_insert_remote_id() 726 else if (be32_gt(remote_id, cur_timewait_info->work.remote_id)) in cm_insert_remote_id() 742 __be32 remote_id) in cm_find_remote_id() argument 752 if (be32_lt(remote_id, timewait_info->work.remote_id)) in cm_find_remote_id() 754 else if (be32_gt(remote_id, timewait_info->work.remote_id)) in cm_find_remote_id() 762 timewait_info->work.remote_id); in cm_find_remote_id() [all …]
|
| /OK3568_Linux_fs/kernel/net/bluetooth/ |
| H A D | a2mp.c | 484 BT_DBG("local_id %d, remote_id %d", req->local_id, req->remote_id); in a2mp_createphyslink_req() 488 rsp.local_id = req->remote_id; in a2mp_createphyslink_req() 489 rsp.remote_id = req->local_id; in a2mp_createphyslink_req() 491 hdev = hci_dev_get(req->remote_id); in a2mp_createphyslink_req() 497 ctrl = amp_ctrl_lookup(mgr, rsp.remote_id); in a2mp_createphyslink_req() 499 ctrl = amp_ctrl_add(mgr, rsp.remote_id); in a2mp_createphyslink_req() 565 BT_DBG("local_id %d remote_id %d", req->local_id, req->remote_id); in a2mp_discphyslink_req() 569 rsp.local_id = req->remote_id; in a2mp_discphyslink_req() 570 rsp.remote_id = req->local_id; in a2mp_discphyslink_req() 573 hdev = hci_dev_get(req->remote_id); in a2mp_discphyslink_req() [all …]
|
| H A D | amp.c | 106 u8 remote_id, bool out) in phylink_add() argument 121 hcon->remote_id = remote_id; in phylink_add() 341 ctrl = amp_ctrl_lookup(mgr, hcon->remote_id); in amp_write_rem_assoc_frag() 518 bredr_chan->remote_amp_id = hs_hcon->remote_id; in amp_physical_cfm() 555 cp.rx_flow_spec.id = chan->remote_id; in amp_create_logical_link()
|
| H A D | a2mp.h | 103 __u8 remote_id; member 111 __u8 remote_id; member
|
| H A D | amp.h | 27 u8 remote_id, bool out);
|
| /OK3568_Linux_fs/kernel/net/mptcp/ |
| H A D | syncookies.c | 66 entry->join_id = subflow_req->remote_id; in mptcp_join_store_state() 120 subflow_req->remote_id = e->join_id; in mptcp_token_join_cookie_init_state()
|
| H A D | subflow.c | 173 subflow_req->remote_id = mp_opt.join_id; in subflow_init_req() 1077 int remote_id = remote->id; in __mptcp_subflow_connect() local 1123 remote_token, local_id, remote_id); in __mptcp_subflow_connect() 1126 subflow->remote_id = remote_id; in __mptcp_subflow_connect() 1363 new_ctx->remote_id = subflow_req->remote_id; in subflow_ulp_clone()
|
| H A D | diag.c | 65 nla_put_u8(skb, MPTCP_SUBFLOW_ATTR_ID_REM, sf->remote_id) || in subflow_get_info()
|
| H A D | protocol.h | 266 u8 remote_id; member 323 u8 remote_id; member
|
| H A D | pm_netlink.c | 418 if (msk->pm.rm_id != subflow->remote_id) in mptcp_pm_nl_rm_addr_received()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/ |
| H A D | aic7xxx_inline.h | 70 u_int remote_id,
|
| H A D | aic79xx_inline.h | 120 u_int remote_id,
|
| /OK3568_Linux_fs/kernel/drivers/mailbox/ |
| H A D | zynqmp-ipi-mailbox.c | 91 u32 remote_id; member 129 a2 = ipi_mbox->remote_id; in zynqmp_ipi_fw_call() 575 ret = of_property_read_u32(node, "xlnx,ipi-id", &ipi_mbox->remote_id); in zynqmp_ipi_mbox_probe()
|
| /OK3568_Linux_fs/kernel/include/media/ |
| H A D | v4l2-fwnode.h | 156 unsigned int remote_id; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/rdma/ |
| H A D | ib_user_cm.h | 104 __be32 remote_id; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/rdma/ |
| H A D | ib_user_cm.h | 104 __be32 remote_id; member
|
| /OK3568_Linux_fs/kernel/include/rdma/ |
| H A D | ib_cm.h | 301 __be32 remote_id; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | wl_cfgnan.h | 165 wl_nan_instance_id_t remote_id; /* Remote id */ member
|
| /OK3568_Linux_fs/kernel/include/net/bluetooth/ |
| H A D | l2cap.h | 623 __u8 remote_id; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | wl_cfgnan.h | 430 wl_nan_instance_id_t remote_id; /* Remote id */ member
|
| H A D | wl_cfgnan.c | 798 tlv_data->requestor_id = (wl_nan_instance_id_t)ev_fup->remote_id; in wl_cfgnan_parse_sd_attr_data() 808 WL_TRACE(("remote id: %d\n", ev_fup->remote_id)); in wl_cfgnan_parse_sd_attr_data() 5951 if ((!cmd_data->local_id) || (!cmd_data->remote_id) || in wl_cfgnan_transmit_handler() 5971 if (cmd_data->remote_id == NAN_ID_RESERVED) { in wl_cfgnan_transmit_handler() 5972 WL_ERR(("Invalid remote instance id: %d\n", cmd_data->remote_id)); in wl_cfgnan_transmit_handler() 5977 sd_xmit->requestor_service_id = cmd_data->remote_id; in wl_cfgnan_transmit_handler()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | wl_cfgnan.h | 430 wl_nan_instance_id_t remote_id; /* Remote id */ member
|
| H A D | wl_cfgnan.c | 798 tlv_data->requestor_id = (wl_nan_instance_id_t)ev_fup->remote_id; in wl_cfgnan_parse_sd_attr_data() 808 WL_TRACE(("remote id: %d\n", ev_fup->remote_id)); in wl_cfgnan_parse_sd_attr_data() 5951 if ((!cmd_data->local_id) || (!cmd_data->remote_id) || in wl_cfgnan_transmit_handler() 5971 if (cmd_data->remote_id == NAN_ID_RESERVED) { in wl_cfgnan_transmit_handler() 5972 WL_ERR(("Invalid remote instance id: %d\n", cmd_data->remote_id)); in wl_cfgnan_transmit_handler() 5977 sd_xmit->requestor_service_id = cmd_data->remote_id; in wl_cfgnan_transmit_handler()
|
| /OK3568_Linux_fs/kernel/drivers/media/v4l2-core/ |
| H A D | v4l2-fwnode.c | 583 link->remote_id = fwep.id; in v4l2_fwnode_parse_link()
|