Searched refs:COPY_FIELD (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/sfc/ |
D | ef10.c | 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() [all …]
|