Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/idpf/
Didpf_txrx.h402 struct idpf_q_vector { struct
404 struct idpf_vport *vport;
406 u16 num_rxq;
407 u16 num_txq;
408 u16 num_bufq;
409 u16 num_complq;
410 struct idpf_rx_queue **rx;
411 struct idpf_tx_queue **tx;
412 struct idpf_buf_queue **bufq;
413 struct idpf_compl_queue **complq;
[all …]