Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_txrx.h406 struct idpf_q_vector { struct
408 struct idpf_vport *vport;
410 u16 num_rxq;
411 u16 num_txq;
412 u16 num_bufq;
413 u16 num_complq;
414 struct idpf_rx_queue **rx;
415 struct idpf_tx_queue **tx;
416 struct idpf_buf_queue **bufq;
417 struct idpf_compl_queue **complq;
[all …]