Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/intel/idpf/
Didpf_txrx.h386 struct idpf_q_vector { struct
388 struct idpf_vport *vport;
390 u16 num_rxq;
391 u16 num_txq;
392 u16 num_bufq;
393 u16 num_complq;
394 struct idpf_rx_queue **rx;
395 struct idpf_tx_queue **tx;
396 struct idpf_buf_queue **bufq;
397 struct idpf_compl_queue **complq;
[all …]