Searched refs:ethertype_shift (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_filter.c1218 if (tp->ethertype_shift >= 0)
1219 ntuple_mask |= (u64)fs->mask.ethtype << tp->ethertype_shift;
1280 if (tp->ethertype_shift >= 0 && fs->mask.ethtype)
1281 ntuple |= (u64)(fs->val.ethtype) << tp->ethertype_shift;
H A Dcxgb4.h383 int ethertype_shift; member in struct:tp_params
H A Dt4_hw.c9486 adap->params.tp.ethertype_shift = t4_filter_field_shift(adap,

Completed in 156 milliseconds