Searched refs:protocol_shift (Results 1 – 4 of 4) sorted by relevance
494 if (tp->protocol_shift >= 0) in cxgb4_select_ntuple()495 ntuple |= (u64)IPPROTO_TCP << tp->protocol_shift; in cxgb4_select_ntuple()
931 if (tp->protocol_shift >= 0) in is_filter_exact_match()932 ntuple_mask |= (u64)fs->mask.proto << tp->protocol_shift; in is_filter_exact_match()968 if (tp->protocol_shift >= 0) { in hash_filter_ntuple()970 ntuple |= (u64)IPPROTO_TCP << tp->protocol_shift; in hash_filter_ntuple()972 ntuple |= (u64)fs->val.proto << tp->protocol_shift; in hash_filter_ntuple()
307 int protocol_shift; member
9472 adap->params.tp.protocol_shift = t4_filter_field_shift(adap, in t4_init_tp_params()