Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_filter.c1195 if (tp->fcoe_shift >= 0) in is_filter_exact_match()
1196 ntuple_mask |= (u64)fs->mask.fcoe << tp->fcoe_shift; in is_filter_exact_match()
1290 if (tp->fcoe_shift >= 0 && fs->mask.fcoe) in hash_filter_ntuple()
1291 ntuple |= (u64)(fs->val.fcoe) << tp->fcoe_shift; in hash_filter_ntuple()
H A Dcxgb4.h377 int fcoe_shift; member
H A Dt4_hw.c9479 adap->params.tp.fcoe_shift = t4_filter_field_shift(adap, FCOE_F); in t4_init_tp_params()