Searched defs:iavf_vsi (Results 1 – 1 of 1) sorted by relevance
234 struct iavf_vsi { struct235 if_ctx_t ctx;236 if_softc_ctx_t shared;237 if_t ifp;238 struct iavf_sc *back;239 device_t dev;240 struct iavf_hw *hw;242 int id;243 u16 num_rx_queues;244 u16 num_tx_queues;[all …]