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

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_iwarp.h119 enum mpa_rtr_type rtr_type; member in struct:ecore_iwarp_info
169 enum mpa_rtr_type rtr_type; member in struct:ecore_iwarp_ep
H A Decore_iwarp.c971 ep->rtr_type);
979 "QP(0x%x) EP(0x%x) MPA Offload rc = %d IRD=0x%x ORD=0x%x rtr_type=%d mpa_rev=%d reject=%d\n",
981 ep->cm_info.ord, ep->rtr_type, ep->mpa_rev, reject);
1041 ep->rtr_type = MPA_RTR_TYPE_NONE;
1044 ep->rtr_type |= MPA_RTR_TYPE_ZERO_WRITE;
1047 ep->rtr_type |= MPA_RTR_TYPE_ZERO_READ;
1050 ep->rtr_type |= MPA_RTR_TYPE_ZERO_SEND;
1052 ep->rtr_type &= iwarp_info->rtr_type;
1054 if (ep->rtr_type
[all...]
/freebsd-13-stable/sys/dev/qlnx/qlnxr/
H A Dqlnxr_os.c63 uint32_t rtr_type = 7; variable
64 SYSCTL_UINT(_dev_qnxr, OID_AUTO, rtr_type, CTLFLAG_RW, &rtr_type, 1,
807 in_params->iwarp.mpa_rtr = rtr_type;

Completed in 120 milliseconds