Searched refs:vmxnet3_tx_queue (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/drivers/net/vmxnet3/ |
D | vmxnet3_xdp.c | 19 static inline struct vmxnet3_tx_queue * 22 struct vmxnet3_tx_queue *tq; in vmxnet3_xdp_get_tq() 117 struct vmxnet3_tx_queue *tq, bool dma_map) in vmxnet3_xdp_xmit_frame() 204 struct vmxnet3_tx_queue *tq; in vmxnet3_xdp_xmit_back() 227 struct vmxnet3_tx_queue *tq; in vmxnet3_xdp_xmit()
|
D | vmxnet3_int.h | 248 struct vmxnet3_tx_queue { struct 363 struct vmxnet3_tx_queue tx_queue[VMXNET3_DEVICE_MAX_TX_QUEUES];
|
D | vmxnet3_drv.c | 116 vmxnet3_tq_stopped(struct vmxnet3_tx_queue *tq, struct vmxnet3_adapter *adapter) in vmxnet3_tq_stopped() 123 vmxnet3_tq_start(struct vmxnet3_tx_queue *tq, struct vmxnet3_adapter *adapter) in vmxnet3_tq_start() 131 vmxnet3_tq_wake(struct vmxnet3_tx_queue *tq, struct vmxnet3_adapter *adapter) in vmxnet3_tq_wake() 139 vmxnet3_tq_stop(struct vmxnet3_tx_queue *tq, struct vmxnet3_adapter *adapter) in vmxnet3_tq_stop() 358 vmxnet3_unmap_pkt(u32 eop_idx, struct vmxnet3_tx_queue *tq, in vmxnet3_unmap_pkt() 401 vmxnet3_tq_tx_complete(struct vmxnet3_tx_queue *tq, in vmxnet3_tq_tx_complete() 443 vmxnet3_tq_cleanup(struct vmxnet3_tx_queue *tq, in vmxnet3_tq_cleanup() 486 vmxnet3_tq_destroy(struct vmxnet3_tx_queue *tq, in vmxnet3_tq_destroy() 524 vmxnet3_tq_init(struct vmxnet3_tx_queue *tq, in vmxnet3_tq_init() 554 vmxnet3_tq_create(struct vmxnet3_tx_queue *tq, in vmxnet3_tq_create() [all …]
|
D | vmxnet3_ethtool.c | 550 struct vmxnet3_tx_queue *tq = &adapter->tx_queue[i]; in vmxnet3_get_regs()
|