Lines Matching defs:que

1643 em_newitr(struct e1000_softc *sc, struct em_rx_queue *que,
1767 if (newitr != que->itr_setting) {
1768 que->itr_setting = newitr;
1769 E1000_WRITE_REG(hw, E1000_EITR(que->msix),
1770 que->itr_setting);
1775 if (newitr != que->itr_setting) {
1776 que->itr_setting = newitr;
1777 if (hw->mac.type == e1000_82574 && que->msix) {
1779 E1000_EITR_82574(que->msix),
1780 que->itr_setting);
1783 que->itr_setting);
1799 struct em_rx_queue *que = &sc->rx_queues[0];
1801 struct rx_ring *rxr = &que->rxr;
1839 em_newitr(sc, que, txr, rxr);
1898 struct em_rx_queue *que = arg;
1899 struct e1000_softc *sc = que->sc;
1900 struct tx_ring *txr = &sc->tx_queues[que->msix].txr;
1901 struct rx_ring *rxr = &que->rxr;
1903 ++que->irqs;
1905 em_newitr(sc, que, txr, rxr);
2491 "Failed to allocate que int %d err: %d",
2722 struct em_rx_queue *que = sc->rx_queues;
2729 if (que != NULL) {
2730 for (int i = 0; i < sc->rx_num_queues; i++, que++) {
2731 iflib_irq_free(ctx, &que->que_irq);
3510 struct em_tx_queue *que;
3525 for (i = 0, que = sc->tx_queues; i < sc->tx_num_queues; i++, que++) {
3528 struct tx_ring *txr = &que->txr;
3529 txr->sc = que->sc = sc;
3530 que->me = txr->me = i;
3563 struct em_rx_queue *que;
3579 for (i = 0, que = sc->rx_queues; i < nrxqsets; i++, que++) {
3581 struct rx_ring *rxr = &que->rxr;
3582 rxr->sc = que->sc = sc;
3583 rxr->que = que;
3584 que->me = rxr->me = i;
3638 struct em_tx_queue *que;
3649 que = &sc->tx_queues[i];
3650 txr = &que->txr;
3778 struct em_rx_queue *que;
3884 for (i = 0, que = sc->rx_queues; i < sc->rx_num_queues; i++, que++) {
3885 struct rx_ring *rxr = &que->rxr;
3954 for (i = 0, que = sc->rx_queues; i < sc->rx_num_queues;
3955 i++, que++) {
3956 struct rx_ring *rxr = &que->rxr;