Searched refs:protocol_shift (Results 1 – 4 of 4) sorted by relevance
492 if (tp->protocol_shift >= 0) in cxgb4_select_ntuple()493 ntuple |= (u64)IPPROTO_TCP << tp->protocol_shift; in cxgb4_select_ntuple()
909 if (tp->protocol_shift >= 0) in is_filter_exact_match()910 ntuple_mask |= (u64)fs->mask.proto << tp->protocol_shift; in is_filter_exact_match()946 if (tp->protocol_shift >= 0) { in hash_filter_ntuple()948 ntuple |= (u64)IPPROTO_TCP << tp->protocol_shift; in hash_filter_ntuple()950 ntuple |= (u64)fs->val.proto << tp->protocol_shift; in hash_filter_ntuple()
305 int protocol_shift; member
9245 adap->params.tp.protocol_shift = t4_filter_field_shift(adap, in t4_init_tp_params()