Searched refs:fcoe_shift (Results 1 – 3 of 3) sorted by relevance
1195 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()
377 int fcoe_shift; member
9479 adap->params.tp.fcoe_shift = t4_filter_field_shift(adap, FCOE_F); in t4_init_tp_params()