Lines Matching refs:cmdQ
177 struct cmdQ { struct
274 struct cmdQ cmdQ[SGE_CMDQ_N] ____cacheline_aligned_in_smp; member
483 struct cmdQ *q = &sge->cmdQ[0]; in sched_skb()
621 static void free_cmdQ_buffers(struct sge *sge, struct cmdQ *q, unsigned int n) in free_cmdQ_buffers()
662 struct cmdQ *q = &sge->cmdQ[i]; in free_tx_resources()
686 struct cmdQ *q = &sge->cmdQ[i]; in alloc_tx_resources()
715 sge->cmdQ[0].stop_thres = sge->adapter->params.nports * in alloc_tx_resources()
759 setup_ring_params(ap, sge->cmdQ[0].dma_addr, sge->cmdQ[0].size, in configure_sge()
761 setup_ring_params(ap, sge->cmdQ[1].dma_addr, sge->cmdQ[1].size, in configure_sge()
1172 struct cmdQ *q) in write_large_page_tx_descs()
1208 struct cmdQ *q) in write_tx_descs()
1295 static inline void reclaim_completed_tx(struct sge *sge, struct cmdQ *q) in reclaim_completed_tx()
1316 struct cmdQ *q = &sge->cmdQ[0]; in restart_sched()
1404 static inline int enough_free_Tx_descs(const struct cmdQ *q) in enough_free_Tx_descs()
1420 if (!enough_free_Tx_descs(&sge->cmdQ[0])) in restart_tx_queues()
1443 struct cmdQ *cmdq = &sge->cmdQ[0]; in update_tx_info()
1499 sge->cmdQ[1].processed += cmdq_processed[1]; in process_responses()
1543 sge->cmdQ[1].processed += cmdq_processed[1]; in process_responses()
1599 sge->cmdQ[1].processed += cmdq_processed[1]; in process_pure_responses()
1671 struct cmdQ *q = &sge->cmdQ[qid]; in t1_sge_tx()
1898 struct cmdQ *q = &sge->cmdQ[i]; in sge_tx_reclaim_cb()