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

/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_filter.c1224 if (tp->matchtype_shift >= 0)
1225 ntuple_mask |= (u64)fs->mask.matchtype << tp->matchtype_shift;
1283 if (tp->matchtype_shift >= 0 && fs->mask.matchtype)
1284 ntuple |= (u64)(fs->val.matchtype) << tp->matchtype_shift;
H A Dcxgb4.h385 int matchtype_shift; member in struct:tp_params
H A Dt4_hw.c9490 adap->params.tp.matchtype_shift = t4_filter_field_shift(adap,

Completed in 176 milliseconds