Searched refs:p2p_type (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/cxgbe/iw_cxgbe/ |
H A D | cm.c | 1235 static int p2p_type = FW_RI_INIT_P2PTYPE_READ_REQ; variable 1236 SYSCTL_INT(_hw_iw_cxgbe, OID_AUTO, p2p_type, CTLFLAG_RWTUN, &p2p_type, 0, 1395 if (p2p_type == FW_RI_INIT_P2PTYPE_RDMA_WRITE) { in send_mpa_req() 1398 } else if (p2p_type == FW_RI_INIT_P2PTYPE_READ_REQ) { in send_mpa_req() 1489 (p2p_type == in send_mpa_reject() 1491 MPA_V2_RDMA_WRITE_RTR : p2p_type == in send_mpa_reject() 1561 if (peer2peer && (ep->mpa_attr.p2p_type != in send_mpa_reply() 1566 if (p2p_type == FW_RI_INIT_P2PTYPE_RDMA_WRITE) { in send_mpa_reply() 1571 __func__, ep, p2p_type, mpa_v2_params.ird, in send_mpa_reply() 1574 else if (p2p_type == FW_RI_INIT_P2PTYPE_READ_REQ) { in send_mpa_reply() [all …]
|
H A D | qp.c | 1292 static void build_rtr_msg(u8 p2p_type, struct fw_ri_init *init) in build_rtr_msg() argument 1294 CTR2(KTR_IW_CXGBE, "%s p2p_type = %d", __func__, p2p_type); in build_rtr_msg() 1296 switch (p2p_type) { in build_rtr_msg() 1383 V_FW_RI_WR_P2PTYPE(qhp->attr.mpa_attr.p2p_type); in rdma_init() 1413 build_rtr_msg(qhp->attr.mpa_attr.p2p_type, &wqe->u.init); in rdma_init()
|
H A D | iw_cxgbe.h | 444 u8 p2p_type; member
|