Searched refs:ib_send_cm_dreq (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/ofed/include/rdma/ |
H A D | ib_cm.h | 458 int ib_send_cm_dreq(struct ib_cm_id *cm_id,
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_cm.c | 1036 ib_send_cm_dreq(cm_id, NULL, 0); in cm_destroy_id() 1712 ib_send_cm_dreq(cm_id, NULL, 0); in cm_match_req() 2148 ib_send_cm_dreq(cm_id, NULL, 0); in cm_rep_handler() 2277 int ib_send_cm_dreq(struct ib_cm_id *cm_id, in ib_send_cm_dreq() function 2324 EXPORT_SYMBOL(ib_send_cm_dreq);
|
H A D | ib_ucm.c | 870 return ib_ucm_send_private_data(file, inbuf, in_len, ib_send_cm_dreq); in ib_ucm_send_dreq()
|
H A D | ib_cma.c | 4046 if (ib_send_cm_dreq(id_priv->cm_id.ib, NULL, 0)) in rdma_disconnect()
|