Searched defs:idpf_q_vector (Results 1 – 1 of 1) sorted by relevance
402 struct idpf_q_vector { struct404 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 …]