Home
last modified time | relevance | path

Searched refs:COPY_FIELD (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/ethernet/sfc/
H A Dmcdi_filters.c178 COPY_FIELD(REM_HOST, rem_host, SRC_IP); in efx_mcdi_filter_push_prep_set_match_fields()
179 COPY_FIELD(LOC_HOST, loc_host, DST_IP); in efx_mcdi_filter_push_prep_set_match_fields()
180 COPY_FIELD(REM_MAC, rem_mac, SRC_MAC); in efx_mcdi_filter_push_prep_set_match_fields()
181 COPY_FIELD(REM_PORT, rem_port, SRC_PORT); in efx_mcdi_filter_push_prep_set_match_fields()
182 COPY_FIELD(LOC_MAC, loc_mac, DST_MAC); in efx_mcdi_filter_push_prep_set_match_fields()
183 COPY_FIELD(LOC_PORT, loc_port, DST_PORT); in efx_mcdi_filter_push_prep_set_match_fields()
184 COPY_FIELD(ETHER_TYPE, ether_type, ETHER_TYPE); in efx_mcdi_filter_push_prep_set_match_fields()
185 COPY_FIELD(INNER_VID, inner_vid, INNER_VLAN); in efx_mcdi_filter_push_prep_set_match_fields()
186 COPY_FIELD(OUTER_VID, outer_vid, OUTER_VLAN); in efx_mcdi_filter_push_prep_set_match_fields()
187 COPY_FIELD(IP_PROTO, ip_proto, IP_PROTO); in efx_mcdi_filter_push_prep_set_match_fields()
[all …]