Searched refs:remote_id (Results 1 – 15 of 15) sorted by relevance
/linux-4.4.14/net/bluetooth/ |
D | a2mp.c | 483 BT_DBG("local_id %d, remote_id %d", req->local_id, req->remote_id); in a2mp_createphyslink_req() 485 rsp.local_id = req->remote_id; in a2mp_createphyslink_req() 486 rsp.remote_id = req->local_id; in a2mp_createphyslink_req() 488 hdev = hci_dev_get(req->remote_id); in a2mp_createphyslink_req() 494 ctrl = amp_ctrl_lookup(mgr, rsp.remote_id); in a2mp_createphyslink_req() 496 ctrl = amp_ctrl_add(mgr, rsp.remote_id); in a2mp_createphyslink_req() 561 BT_DBG("local_id %d remote_id %d", req->local_id, req->remote_id); in a2mp_discphyslink_req() 563 rsp.local_id = req->remote_id; in a2mp_discphyslink_req() 564 rsp.remote_id = req->local_id; in a2mp_discphyslink_req() 567 hdev = hci_dev_get(req->remote_id); in a2mp_discphyslink_req() [all …]
|
D | a2mp.h | 110 __u8 remote_id; member 118 __u8 remote_id; member
|
D | amp.c | 113 u8 remote_id, bool out) in phylink_add() argument 128 hcon->remote_id = remote_id; in phylink_add() 346 ctrl = amp_ctrl_lookup(mgr, hcon->remote_id); in amp_write_rem_assoc_frag() 523 bredr_chan->remote_amp_id = hs_hcon->remote_id; in amp_physical_cfm() 560 cp.rx_flow_spec.id = chan->remote_id; in amp_create_logical_link()
|
D | amp.h | 34 u8 remote_id, bool out);
|
D | l2cap_core.c | 3462 chan->remote_id = efs.id; in l2cap_parse_conf_req()
|
/linux-4.4.14/drivers/infiniband/core/ |
D | cm.c | 190 __be32 remote_id; member 418 static struct cm_id_private * cm_get_id(__be32 local_id, __be32 remote_id) in cm_get_id() argument 425 if (cm_id_priv->id.remote_id == remote_id) in cm_get_id() 434 static struct cm_id_private * cm_acquire_id(__be32 local_id, __be32 remote_id) in cm_acquire_id() argument 439 cm_id_priv = cm_get_id(local_id, remote_id); in cm_acquire_id() 537 __be32 remote_id = timewait_info->work.remote_id; in cm_insert_remote_id() local 543 if (be32_lt(remote_id, cur_timewait_info->work.remote_id)) in cm_insert_remote_id() 545 else if (be32_gt(remote_id, cur_timewait_info->work.remote_id)) in cm_insert_remote_id() 561 __be32 remote_id) in cm_find_remote_id() argument 569 if (be32_lt(remote_id, timewait_info->work.remote_id)) in cm_find_remote_id() [all …]
|
D | ucm.c | 584 resp.remote_id = ctx->cm_id->remote_id; in ib_ucm_attr_id()
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic7xxx_inline.h | 70 u_int remote_id,
|
D | aic79xx_inline.h | 120 u_int remote_id,
|
D | aic7xxx_core.c | 451 u_int remote_id, struct ahc_tmode_tstate **tstate) in ahc_fetch_transinfo() argument 462 return (&(*tstate)->transinfo[remote_id]); in ahc_fetch_transinfo()
|
D | aic79xx_core.c | 572 u_int remote_id, struct ahd_tmode_tstate **tstate) in ahd_fetch_transinfo() argument 583 return (&(*tstate)->transinfo[remote_id]); in ahd_fetch_transinfo()
|
/linux-4.4.14/include/uapi/rdma/ |
D | ib_user_cm.h | 103 __be32 remote_id; member
|
/linux-4.4.14/include/rdma/ |
D | ib_cm.h | 311 __be32 remote_id; member
|
/linux-4.4.14/include/net/bluetooth/ |
D | l2cap.h | 571 __u8 remote_id; member
|
D | hci_core.h | 463 __u8 remote_id; member
|