Searched refs:protocol_shift (Results 1 – 4 of 4) sorted by relevance
490 if (tp->protocol_shift >= 0) in cxgb4_select_ntuple()491 ntuple |= (u64)IPPROTO_TCP << tp->protocol_shift; in cxgb4_select_ntuple()
1215 if (tp->protocol_shift >= 0) in is_filter_exact_match()1216 ntuple_mask |= (u64)fs->mask.proto << tp->protocol_shift; in is_filter_exact_match()1252 if (tp->protocol_shift >= 0) { in hash_filter_ntuple()1254 ntuple |= (u64)IPPROTO_TCP << tp->protocol_shift; in hash_filter_ntuple()1256 ntuple |= (u64)fs->val.proto << tp->protocol_shift; in hash_filter_ntuple()
382 int protocol_shift; member
9484 adap->params.tp.protocol_shift = t4_filter_field_shift(adap, in t4_init_tp_params()