Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/vmxnet3/
Dvmxnet3_int.h197 #define VMXNET3_MAP_XDP BIT(2) macro
Dvmxnet3_xdp.c140 tbi->map_type = VMXNET3_MAP_XDP; in vmxnet3_xdp_xmit_frame()
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()