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