Lines Matching refs:txqs
717 if (qede_txq_has_work(&fp->txqs[tc])) in qede_has_tx_work()
980 if (qede_txq_has_work(&fp->txqs[tc])) in qede_poll()
981 qede_tx_int(edev, &fp->txqs[tc]); in qede_poll()
1299 kfree(fp->txqs); in qede_free_fp_array()
1333 fp->txqs = kcalloc(edev->num_tc, sizeof(*fp->txqs), GFP_KERNEL); in qede_alloc_fp_array()
1334 if (!fp->txqs) { in qede_alloc_fp_array()
1754 qede_free_mem_txq(edev, &fp->txqs[tc]); in qede_free_mem_fp()
1774 rc = qede_alloc_mem_txq(edev, &fp->txqs[tc]); in qede_alloc_mem_fp()
1846 memset((void *)fp->txqs, 0, (edev->num_tc * sizeof(*fp->txqs))); in qede_init_fp()
1849 fp->txqs[tc].index = txq_index; in qede_init_fp()
2039 struct qede_tx_queue *txq = &fp->txqs[tc]; in qede_stop_queues()
2141 struct qede_tx_queue *txq = &fp->txqs[tc]; in qede_start_queues()