Searched refs:TXHDR_VLAN (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/net/ethernet/sun/ | ||
D | niu.h | 2815 #define TXHDR_VLAN 0x0100000000000000ULL macro |
D | niu.c | 6616 ((eth_proto == ETH_P_8021Q) ? TXHDR_VLAN : 0) | in niu_compute_tx_flags() |