Searched refs:p2p_type (Results 1 – 3 of 3) sorted by relevance
| /trueos/sys/dev/cxgbe/iw_cxgbe/ |
| HD | cm.c | 810 static int p2p_type = FW_RI_INIT_P2PTYPE_READ_REQ; variable 811 TUNABLE_INT("hw.iw_cxgbe.p2p_type", &p2p_type); 812 SYSCTL_INT(_hw_iw_cxgbe, OID_AUTO, p2p_type, CTLFLAG_RW, &p2p_type, 0, 1003 if (p2p_type == FW_RI_INIT_P2PTYPE_RDMA_WRITE) { in send_mpa_req() 1006 } else if (p2p_type == FW_RI_INIT_P2PTYPE_READ_REQ) { in send_mpa_req() 1085 (p2p_type == in send_mpa_reject() 1087 MPA_V2_RDMA_WRITE_RTR : p2p_type == in send_mpa_reject() 1157 if (peer2peer && (ep->mpa_attr.p2p_type != in send_mpa_reply() 1162 if (p2p_type == FW_RI_INIT_P2PTYPE_RDMA_WRITE) { in send_mpa_reply() 1167 __func__, ep, p2p_type, mpa_v2_params.ird, in send_mpa_reply() [all …]
|
| HD | qp.c | 1041 static void build_rtr_msg(u8 p2p_type, struct fw_ri_init *init) in build_rtr_msg() argument 1043 CTR2(KTR_IW_CXGBE, "%s p2p_type = %d", __func__, p2p_type); in build_rtr_msg() 1045 switch (p2p_type) { in build_rtr_msg() 1121 V_FW_RI_WR_P2PTYPE(qhp->attr.mpa_attr.p2p_type); in rdma_init() 1151 build_rtr_msg(qhp->attr.mpa_attr.p2p_type, &wqe->u.init); in rdma_init()
|
| HD | iw_cxgbe.h | 396 u8 p2p_type; member
|