Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
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()
1289 if (tp->fcoe_shift >= 0 && fs->mask.fcoe) in hash_filter_ntuple()
1290 ntuple |= (u64)(fs->val.fcoe) << tp->fcoe_shift; in hash_filter_ntuple()
Dcxgb4.h377 int fcoe_shift; member
Dt4_hw.c9477 adap->params.tp.fcoe_shift = t4_filter_field_shift(adap, FCOE_F); in t4_init_tp_params()