Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_filter.c1212 if (tp->tos_shift >= 0) in is_filter_exact_match()
1213 ntuple_mask |= (u64)fs->mask.tos << tp->tos_shift; in is_filter_exact_match()
1259 if (tp->tos_shift >= 0 && fs->mask.tos) in hash_filter_ntuple()
1260 ntuple |= (u64)(fs->val.tos) << tp->tos_shift; in hash_filter_ntuple()
Dcxgb4.h381 int tos_shift; member
Dt4_hw.c9483 adap->params.tp.tos_shift = t4_filter_field_shift(adap, TOS_F); in t4_init_tp_params()