Searched refs:p2p_type (Results 1 – 3 of 3) sorted by relevance
108 static int p2p_type = FW_RI_INIT_P2PTYPE_READ_REQ; variable109 module_param(p2p_type, int, 0644);110 MODULE_PARM_DESC(p2p_type, "RDMAP opcode to use for the RTR message: "855 if (p2p_type == FW_RI_INIT_P2PTYPE_RDMA_WRITE) in send_mpa_req()858 else if (p2p_type == FW_RI_INIT_P2PTYPE_READ_REQ) in send_mpa_req()942 (p2p_type == in send_mpa_reject()944 MPA_V2_RDMA_WRITE_RTR : p2p_type == in send_mpa_reject()1021 if (peer2peer && (ep->mpa_attr.p2p_type != in send_mpa_reply()1025 if (p2p_type == FW_RI_INIT_P2PTYPE_RDMA_WRITE) in send_mpa_reply()1028 else if (p2p_type == FW_RI_INIT_P2PTYPE_READ_REQ) in send_mpa_reply()[all …]
1226 static void build_rtr_msg(u8 p2p_type, struct fw_ri_init *init) in build_rtr_msg() argument1228 PDBG("%s p2p_type = %d\n", __func__, p2p_type); in build_rtr_msg()1230 switch (p2p_type) { in build_rtr_msg()1287 FW_RI_WR_P2PTYPE_V(qhp->attr.mpa_attr.p2p_type); in rdma_init()1317 build_rtr_msg(qhp->attr.mpa_attr.p2p_type, &wqe->u.init); in rdma_init()
446 u8 p2p_type; member