Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/qlnx/qlnxe/
HDecore_iwarp.c969 ep->rtr_type); in ecore_iwarp_mpa_offload()
979 ep->cm_info.ord, ep->rtr_type, ep->mpa_rev, reject); in ecore_iwarp_mpa_offload()
1039 ep->rtr_type = MPA_RTR_TYPE_NONE; in ecore_iwarp_mpa_received()
1042 ep->rtr_type |= MPA_RTR_TYPE_ZERO_WRITE; in ecore_iwarp_mpa_received()
1045 ep->rtr_type |= MPA_RTR_TYPE_ZERO_READ; in ecore_iwarp_mpa_received()
1048 ep->rtr_type |= MPA_RTR_TYPE_ZERO_SEND; in ecore_iwarp_mpa_received()
1050 ep->rtr_type &= iwarp_info->rtr_type; in ecore_iwarp_mpa_received()
1052 if (ep->rtr_type == MPA_RTR_TYPE_NONE) in ecore_iwarp_mpa_received()
1053 ep->rtr_type = iwarp_info->rtr_type; in ecore_iwarp_mpa_received()
1056 if (ep->rtr_type & MPA_RTR_TYPE_ZERO_WRITE) in ecore_iwarp_mpa_received()
[all …]
HDecore_iwarp.h117 enum mpa_rtr_type rtr_type; member
167 enum mpa_rtr_type rtr_type; member
/freebsd-head/sys/dev/qlnx/qlnxr/
HDqlnxr_os.c61 uint32_t rtr_type = 7; variable
62 SYSCTL_UINT(_dev_qnxr, OID_AUTO, rtr_type, CTLFLAG_RW, &rtr_type, 1,
800 in_params->iwarp.mpa_rtr = rtr_type; in qlnxr_init_hw()