Searched refs:fcoe_shift (Results 1 – 3 of 3) sorted by relevance
889 if (tp->fcoe_shift >= 0) in is_filter_exact_match()890 ntuple_mask |= (u64)fs->mask.fcoe << tp->fcoe_shift; in is_filter_exact_match()983 if (tp->fcoe_shift >= 0 && fs->mask.fcoe) in hash_filter_ntuple()984 ntuple |= (u64)(fs->val.fcoe) << tp->fcoe_shift; in hash_filter_ntuple()
300 int fcoe_shift; member
9240 adap->params.tp.fcoe_shift = t4_filter_field_shift(adap, FCOE_F); in t4_init_tp_params()