Home
last modified time | relevance | path

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

/src/sys/dev/cxgbe/
H A Dt4_filter.c960 if (tp->fcoe_shift >= 0 && fs->mask.fcoe) { in hashfilter_ntuple()
961 *ftuple |= SFF(fs->val.fcoe, tp->fcoe_shift); in hashfilter_ntuple()
1030 if (tp->fcoe_shift >= 0 && fs->mask.fcoe) { in hashfilter_ntuple()
1031 *ftuple |= SFF(fs->val.fcoe, tp->fcoe_shift); in hashfilter_ntuple()
/src/sys/dev/cxgbe/common/
H A Dcommon.h295 int8_t fcoe_shift; member
H A Dt4_hw.c11595 tpp->fcoe_shift = t4_filter_field_shift(adap, F_T7_FCOE); in read_filter_mode_and_ingress_config()
11610 tpp->fcoe_shift = t4_filter_field_shift(adap, F_FCOE); in read_filter_mode_and_ingress_config()