Searched refs:p2p_type (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/cxgb4/
H A Dcm.c93 static int p2p_type = FW_RI_INIT_P2PTYPE_READ_REQ; variable
94 module_param(p2p_type, int, 0644);
95 MODULE_PARM_DESC(p2p_type, "RDMAP opcode to use for the RTR message: "
955 ep->mpa_attr.p2p_type = peer2peer ? p2p_type :
1073 ep->mpa_attr.p2p_type = peer2peer ? p2p_type :
1076 "xmit_marker_enabled=%d, version=%d p2p_type=%d\n", __func__,
1079 ep->mpa_attr.p2p_type);
H A Diw_cxgb4.h296 u8 p2p_type; member in struct:c4iw_mpa_attributes
H A Dqp.c1015 static void build_rtr_msg(u8 p2p_type, struct fw_ri_init *init) argument
1018 switch (p2p_type) {
1068 V_FW_RI_WR_P2PTYPE(qhp->attr.mpa_attr.p2p_type);
1098 build_rtr_msg(qhp->attr.mpa_attr.p2p_type, &wqe->u.init);

Completed in 109 milliseconds