Lines Matching refs:COPY_FIELD
2265 #define COPY_FIELD(gen_flag, gen_field, mcdi_field) \ in efx_ef10_filter_push_prep() macro
2276 COPY_FIELD(REM_HOST, rem_host, SRC_IP); in efx_ef10_filter_push_prep()
2277 COPY_FIELD(LOC_HOST, loc_host, DST_IP); in efx_ef10_filter_push_prep()
2278 COPY_FIELD(REM_MAC, rem_mac, SRC_MAC); in efx_ef10_filter_push_prep()
2279 COPY_FIELD(REM_PORT, rem_port, SRC_PORT); in efx_ef10_filter_push_prep()
2280 COPY_FIELD(LOC_MAC, loc_mac, DST_MAC); in efx_ef10_filter_push_prep()
2281 COPY_FIELD(LOC_PORT, loc_port, DST_PORT); in efx_ef10_filter_push_prep()
2282 COPY_FIELD(ETHER_TYPE, ether_type, ETHER_TYPE); in efx_ef10_filter_push_prep()
2283 COPY_FIELD(INNER_VID, inner_vid, INNER_VLAN); in efx_ef10_filter_push_prep()
2284 COPY_FIELD(OUTER_VID, outer_vid, OUTER_VLAN); in efx_ef10_filter_push_prep()
2285 COPY_FIELD(IP_PROTO, ip_proto, IP_PROTO); in efx_ef10_filter_push_prep()
2286 #undef COPY_FIELD in efx_ef10_filter_push_prep()