Home
last modified time | relevance | path

Searched defs:efx_tx_queue (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
Dnet_driver.h258 struct efx_tx_queue { struct
260 struct efx_nic *efx ____cacheline_aligned_in_smp;
261 unsigned int queue;
262 unsigned int label;
263 unsigned int type;
264 unsigned int tso_version;
265 bool tso_encap;
266 struct efx_channel *channel;
267 struct netdev_queue *core_txq;
268 struct efx_tx_buffer *buffer;
[all …]
/kernel/linux/linux-4.19/drivers/net/ethernet/sfc/
Dnet_driver.h241 struct efx_tx_queue { struct
258 int (*handle_tso)(struct efx_tx_queue*, struct sk_buff*, bool *); argument
261 unsigned int read_count ____cacheline_aligned_in_smp;
262 unsigned int old_write_count;
263 unsigned int merge_events;
264 unsigned int bytes_compl;
265 unsigned int pkts_compl;
266 unsigned int completed_desc_ptr;
267 u32 completed_timestamp_major;
268 u32 completed_timestamp_minor;
[all …]