Searched defs:ixl_queue (Results 1 – 1 of 1) sorted by relevance
514 struct ixl_queue { struct515 struct ixl_vsi *vsi;516 u32 me;517 u32 msix; /* This queue's MSIX vector */518 u32 eims; /* This queue's EIMS bit */519 struct resource *res;520 void *tag;521 int num_tx_desc; /* both tx and rx */522 int num_rx_desc; /* both tx and rx */523 struct tx_ring txr;[all …]