Searched defs:idpf_q_vector (Results 1 – 1 of 1) sorted by relevance
392 struct idpf_q_vector { struct394 struct idpf_vport *vport;396 u16 num_rxq;397 u16 num_txq;398 u16 num_bufq;399 u16 num_complq;400 u16 num_xsksq;401 struct idpf_rx_queue **rx;402 struct idpf_tx_queue **tx;403 struct idpf_buf_queue **bufq;[all …]