Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/vmxnet3/
Dvmxnet3_int.h204 #define VMXNET3_MAP_XDP BIT(2) macro
Dvmxnet3_xdp.c140 tbi->map_type = VMXNET3_MAP_XDP; in vmxnet3_xdp_xmit_frame()
Dvmxnet3_drv.c377 BUG_ON(map_type & ~VMXNET3_MAP_XDP); in vmxnet3_unmap_tx_buf()
414 if (map_type & VMXNET3_MAP_XDP) in vmxnet3_unmap_pkt()
487 if (map_type & VMXNET3_MAP_XDP) in vmxnet3_tq_cleanup()