Searched refs:p2p_type (Results 1 – 3 of 3) sorted by relevance
109 static int p2p_type = FW_RI_INIT_P2PTYPE_READ_REQ; variable110 module_param(p2p_type, int, 0644);111 MODULE_PARM_DESC(p2p_type, "RDMAP opcode to use for the RTR message: "908 if (p2p_type == FW_RI_INIT_P2PTYPE_RDMA_WRITE) in send_mpa_req()911 else if (p2p_type == FW_RI_INIT_P2PTYPE_READ_REQ) in send_mpa_req()995 (p2p_type == in send_mpa_reject()997 MPA_V2_RDMA_WRITE_RTR : p2p_type == in send_mpa_reject()1074 if (peer2peer && (ep->mpa_attr.p2p_type != in send_mpa_reply()1078 if (p2p_type == FW_RI_INIT_P2PTYPE_RDMA_WRITE) in send_mpa_reply()1081 else if (p2p_type == FW_RI_INIT_P2PTYPE_READ_REQ) in send_mpa_reply()[all …]
1239 static void build_rtr_msg(u8 p2p_type, struct fw_ri_init *init) in build_rtr_msg() argument1241 PDBG("%s p2p_type = %d\n", __func__, p2p_type); in build_rtr_msg()1243 switch (p2p_type) { in build_rtr_msg()1300 FW_RI_WR_P2PTYPE_V(qhp->attr.mpa_attr.p2p_type); in rdma_init()1330 build_rtr_msg(qhp->attr.mpa_attr.p2p_type, &wqe->u.init); in rdma_init()
434 u8 p2p_type; member