Symbol: t4_filter_field_shift
sys/dev/cxgbe/common/common.h
733
int t4_filter_field_shift(const struct adapter *adap, int filter_sel);
sys/dev/cxgbe/common/t4_hw.c
13072
tpp->ipsecidx_shift = t4_filter_field_shift(adap, F_IPSECIDX);
sys/dev/cxgbe/common/t4_hw.c
13073
tpp->fcoe_shift = t4_filter_field_shift(adap, F_T7_FCOE);
sys/dev/cxgbe/common/t4_hw.c
13074
tpp->port_shift = t4_filter_field_shift(adap, F_T7_PORT);
sys/dev/cxgbe/common/t4_hw.c
13075
tpp->vnic_shift = t4_filter_field_shift(adap, F_T7_VNIC_ID);
sys/dev/cxgbe/common/t4_hw.c
13076
tpp->vlan_shift = t4_filter_field_shift(adap, F_T7_VLAN);
sys/dev/cxgbe/common/t4_hw.c
13077
tpp->tos_shift = t4_filter_field_shift(adap, F_T7_TOS);
sys/dev/cxgbe/common/t4_hw.c
13078
tpp->protocol_shift = t4_filter_field_shift(adap, F_T7_PROTOCOL);
sys/dev/cxgbe/common/t4_hw.c
13079
tpp->ethertype_shift = t4_filter_field_shift(adap, F_T7_ETHERTYPE);
sys/dev/cxgbe/common/t4_hw.c
13080
tpp->macmatch_shift = t4_filter_field_shift(adap, F_T7_MACMATCH);
sys/dev/cxgbe/common/t4_hw.c
13081
tpp->matchtype_shift = t4_filter_field_shift(adap, F_T7_MPSHITTYPE);
sys/dev/cxgbe/common/t4_hw.c
13082
tpp->frag_shift = t4_filter_field_shift(adap, F_T7_FRAGMENTATION);
sys/dev/cxgbe/common/t4_hw.c
13083
tpp->roce_shift = t4_filter_field_shift(adap, F_ROCE);
sys/dev/cxgbe/common/t4_hw.c
13084
tpp->synonly_shift = t4_filter_field_shift(adap, F_SYNONLY);
sys/dev/cxgbe/common/t4_hw.c
13085
tpp->tcpflags_shift = t4_filter_field_shift(adap, F_TCPFLAGS);
sys/dev/cxgbe/common/t4_hw.c
13088
tpp->fcoe_shift = t4_filter_field_shift(adap, F_FCOE);
sys/dev/cxgbe/common/t4_hw.c
13089
tpp->port_shift = t4_filter_field_shift(adap, F_PORT);
sys/dev/cxgbe/common/t4_hw.c
13090
tpp->vnic_shift = t4_filter_field_shift(adap, F_VNIC_ID);
sys/dev/cxgbe/common/t4_hw.c
13091
tpp->vlan_shift = t4_filter_field_shift(adap, F_VLAN);
sys/dev/cxgbe/common/t4_hw.c
13092
tpp->tos_shift = t4_filter_field_shift(adap, F_TOS);
sys/dev/cxgbe/common/t4_hw.c
13093
tpp->protocol_shift = t4_filter_field_shift(adap, F_PROTOCOL);
sys/dev/cxgbe/common/t4_hw.c
13094
tpp->ethertype_shift = t4_filter_field_shift(adap, F_ETHERTYPE);
sys/dev/cxgbe/common/t4_hw.c
13095
tpp->macmatch_shift = t4_filter_field_shift(adap, F_MACMATCH);
sys/dev/cxgbe/common/t4_hw.c
13096
tpp->matchtype_shift = t4_filter_field_shift(adap, F_MPSHITTYPE);
sys/dev/cxgbe/common/t4_hw.c
13097
tpp->frag_shift = t4_filter_field_shift(adap, F_FRAGMENTATION);