Home
last modified time | relevance | path

Searched refs:VMXNET3_MAP_XDP (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/vmxnet3/
H A Dvmxnet3_int.h197 #define VMXNET3_MAP_XDP BIT(2) macro
H A Dvmxnet3_xdp.c140 tbi->map_type = VMXNET3_MAP_XDP; in vmxnet3_xdp_xmit_frame()
H A Dvmxnet3_drv.c351 BUG_ON(map_type & ~VMXNET3_MAP_XDP); in vmxnet3_unmap_tx_buf()
388 if (map_type & VMXNET3_MAP_XDP) in vmxnet3_unmap_pkt()
461 if (map_type & VMXNET3_MAP_XDP) in vmxnet3_tq_cleanup()