Searched refs:COPY_FIELD (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | ef10.c | 2949 #define COPY_FIELD(gen_flag, gen_field, mcdi_field) \ in efx_ef10_filter_push_prep() macro 2960 COPY_FIELD(REM_HOST, rem_host, SRC_IP); in efx_ef10_filter_push_prep() 2961 COPY_FIELD(LOC_HOST, loc_host, DST_IP); in efx_ef10_filter_push_prep() 2962 COPY_FIELD(REM_MAC, rem_mac, SRC_MAC); in efx_ef10_filter_push_prep() 2963 COPY_FIELD(REM_PORT, rem_port, SRC_PORT); in efx_ef10_filter_push_prep() 2964 COPY_FIELD(LOC_MAC, loc_mac, DST_MAC); in efx_ef10_filter_push_prep() 2965 COPY_FIELD(LOC_PORT, loc_port, DST_PORT); in efx_ef10_filter_push_prep() 2966 COPY_FIELD(ETHER_TYPE, ether_type, ETHER_TYPE); in efx_ef10_filter_push_prep() 2967 COPY_FIELD(INNER_VID, inner_vid, INNER_VLAN); in efx_ef10_filter_push_prep() 2968 COPY_FIELD(OUTER_VID, outer_vid, OUTER_VLAN); in efx_ef10_filter_push_prep() [all …]
|