Searched refs:fcoe_shift (Results 1 – 3 of 3) sorted by relevance
911 if (tp->fcoe_shift >= 0) in is_filter_exact_match()912 ntuple_mask |= (u64)fs->mask.fcoe << tp->fcoe_shift; in is_filter_exact_match()1005 if (tp->fcoe_shift >= 0 && fs->mask.fcoe) in hash_filter_ntuple()1006 ntuple |= (u64)(fs->val.fcoe) << tp->fcoe_shift; in hash_filter_ntuple()
302 int fcoe_shift; member
9467 adap->params.tp.fcoe_shift = t4_filter_field_shift(adap, FCOE_F); in t4_init_tp_params()