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