Searched refs:DUMMY_ETH_HDR_LEN (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_switch.h | 28 ICE_SW_RULE_RX_TX_HDR_SIZE((s), DUMMY_ETH_HDR_LEN) 33 #define DUMMY_ETH_HDR_LEN 16 macro
|
H A D | ice_lag.c | 213 s_rule->hdr_len = cpu_to_le16(DUMMY_ETH_HDR_LEN); in ice_lag_cfg_dflt_fltr()
|
H A D | ice_switch.c | 28 static const u8 dummy_eth_header[DUMMY_ETH_HDR_LEN] = { 0x2, 0, 0, 0, 0, 0, 2468 memcpy(eth_hdr, dummy_eth_header, DUMMY_ETH_HDR_LEN); in ice_fill_eth_hdr()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_switch.c | 26 #define DUMMY_ETH_HDR_LEN 16 macro 27 static const u8 dummy_eth_header[DUMMY_ETH_HDR_LEN] = { 0x2, 0, 0, 0, 0, 0, 33 (DUMMY_ETH_HDR_LEN * \
|
Completed in 14 milliseconds