Lines Matching defs:queues

241 ** number of queues will be calculated based
610 /* Set up VSI and queues */
709 struct ixl_queue *que = vsi->queues;
1224 struct ixl_queue *que = vsi->queues;
1260 /* And now the queues */
1685 struct ixl_queue *que = vsi->queues;
1699 ** Check status of the queues
1705 /* Any queues with outstanding work get a sw irq */
1730 /* Only reinit if all queues show hung */
1821 struct ixl_queue *que = vsi->queues;
1870 struct ixl_queue *que = vsi->queues;
1945 int rid, want, vectors, queues, available;
1992 queues = (mp_ncpus > (available - 1)) ? (available - 1) : mp_ncpus;
1995 if ((ixl_max_queues != 0) && (ixl_max_queues <= queues))
1996 queues = ixl_max_queues;
2002 want = queues + 1;
2017 pf->vsi.num_queues = queues;
2069 /* Next configure the queues */
2161 struct ixl_queue *que = vsi->queues;
2224 struct ixl_queue *que = vsi->queues;
2314 struct ixl_queue *que = vsi->queues;
2515 struct ixl_queue *que = vsi->queues;
2626 struct ixl_queue *que = vsi->queues;
2629 /* Free station queues */
2653 free(vsi->queues, M_DEVBUF);
2667 * associated queues, rings and the descriptors associated with each,
2688 /* Get memory for the station queues */
2689 if (!(vsi->queues =
2698 que = &vsi->queues[i];
2743 * Next the RX queues...
2779 que = &vsi->queues[i];
2945 struct ixl_queue *queues = vsi->queues;
2986 txr = &(queues[q].txr);
2987 rxr = &(queues[q].rxr);
2990 CTLFLAG_RD, &(queues[q].mbuf_defrag_failed),
2993 CTLFLAG_RD, &(queues[q].dropped_pkts),
2996 CTLFLAG_RD, &(queues[q].irqs),
2999 CTLFLAG_RD, &(queues[q].tso),
3002 CTLFLAG_RD, &(queues[q].tx_dma_setup),
3161 /* Populate the LUT with max no. of queues in round robin fashion */
3650 struct ixl_queue *que = vsi->queues;
3664 struct ixl_queue *que = vsi->queues;
4020 struct ixl_queue *que = vsi->queues;
4124 tx_discards += vsi->queues[i].txr.br->br_drops;
4846 struct ixl_queue *que = pf->vsi.queues;