Lines Matching refs:que
1154 struct ixl_rx_queue *que = vsi->rx_queues; in ixl_if_enable_intr() local
1158 for (int i = 0; i < vsi->num_rx_queues; i++, que++) in ixl_if_enable_intr()
1160 ixl_enable_queue(hw, que->rxr.me); in ixl_if_enable_intr()
1216 struct ixl_tx_queue *que; in ixl_if_tx_queues_alloc() local
1230 for (i = 0, que = vsi->tx_queues; i < ntxqsets; i++, que++) { in ixl_if_tx_queues_alloc()
1231 struct tx_ring *txr = &que->txr; in ixl_if_tx_queues_alloc()
1234 que->vsi = vsi; in ixl_if_tx_queues_alloc()
1251 txr->que = que; in ixl_if_tx_queues_alloc()
1265 struct ixl_rx_queue *que; in ixl_if_rx_queues_alloc() local
1284 for (i = 0, que = vsi->rx_queues; i < nrxqsets; i++, que++) { in ixl_if_rx_queues_alloc()
1285 struct rx_ring *rxr = &que->rxr; in ixl_if_rx_queues_alloc()
1288 que->vsi = vsi; in ixl_if_rx_queues_alloc()
1294 rxr->que = que; in ixl_if_rx_queues_alloc()
1310 struct ixl_tx_queue *que; in ixl_if_queues_free() local
1313 for (i = 0, que = vsi->tx_queues; i < vsi->num_tx_queues; i++, que++) { in ixl_if_queues_free()
1314 struct tx_ring *txr = &que->txr; in ixl_if_queues_free()