Searched refs:p2p_type (Results 1 – 2 of 2) sorted by relevance
106 static int p2p_type = FW_RI_INIT_P2PTYPE_READ_REQ; variable107 module_param(p2p_type, int, 0644);108 MODULE_PARM_DESC(p2p_type, "RDMAP opcode to use for the RTR message: "1008 if (p2p_type == FW_RI_INIT_P2PTYPE_RDMA_WRITE) in send_mpa_req()1011 else if (p2p_type == FW_RI_INIT_P2PTYPE_READ_REQ) in send_mpa_req()1097 (p2p_type == in send_mpa_reject()1099 MPA_V2_RDMA_WRITE_RTR : p2p_type == in send_mpa_reject()1179 if (peer2peer && (ep->mpa_attr.p2p_type != in send_mpa_reply()1183 if (p2p_type == FW_RI_INIT_P2PTYPE_RDMA_WRITE) in send_mpa_reply()1186 else if (p2p_type == FW_RI_INIT_P2PTYPE_READ_REQ) in send_mpa_reply()[all …]
446 u8 p2p_type; member