Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/cxgbe/
H A Dt4_filter.c459 CHECK_FIELD(F_FCOE, fcoe_shift, M_FT_FCOE , T4_FILTER_FCoE); in get_filter_mode()
780 if (tp->fcoe_shift >= 0 && fs->mask.fcoe) { in hashfilter_ntuple()
781 *ftuple |= (uint64_t)(fs->val.fcoe) << tp->fcoe_shift; in hashfilter_ntuple()
782 fmask |= M_FT_FCOE << tp->fcoe_shift; in hashfilter_ntuple()
/freebsd-12.1/sys/dev/cxgbe/common/
H A Dcommon.h241 int8_t fcoe_shift; member
H A Dt4_hw.c9274 tpp->fcoe_shift = t4_filter_field_shift(adap, F_FCOE); in read_filter_mode_and_ingress_config()