Lines Matching refs:cmdQ
178 struct cmdQ { struct
273 struct cmdQ cmdQ[SGE_CMDQ_N] ____cacheline_aligned_in_smp; member
493 struct cmdQ *q = &sge->cmdQ[0]; in sched_skb()
631 static void free_cmdQ_buffers(struct sge *sge, struct cmdQ *q, unsigned int n) in free_cmdQ_buffers()
671 struct cmdQ *q = &sge->cmdQ[i]; in free_tx_resources()
695 struct cmdQ *q = &sge->cmdQ[i]; in alloc_tx_resources()
723 sge->cmdQ[0].stop_thres = sge->adapter->params.nports * in alloc_tx_resources()
766 setup_ring_params(ap, sge->cmdQ[0].dma_addr, sge->cmdQ[0].size, in configure_sge()
768 setup_ring_params(ap, sge->cmdQ[1].dma_addr, sge->cmdQ[1].size, in configure_sge()
1178 struct cmdQ *q) in write_large_page_tx_descs()
1214 struct cmdQ *q) in write_tx_descs()
1302 static inline void reclaim_completed_tx(struct sge *sge, struct cmdQ *q) in reclaim_completed_tx()
1322 struct cmdQ *q = &sge->cmdQ[0]; in restart_sched()
1409 static inline int enough_free_Tx_descs(const struct cmdQ *q) in enough_free_Tx_descs()
1425 if (!enough_free_Tx_descs(&sge->cmdQ[0])) in restart_tx_queues()
1448 struct cmdQ *cmdq = &sge->cmdQ[0]; in update_tx_info()
1504 sge->cmdQ[1].processed += cmdq_processed[1]; in process_responses()
1548 sge->cmdQ[1].processed += cmdq_processed[1]; in process_responses()
1604 sge->cmdQ[1].processed += cmdq_processed[1]; in process_pure_responses()
1676 struct cmdQ *q = &sge->cmdQ[qid]; in t1_sge_tx()
1907 struct cmdQ *q = &sge->cmdQ[i]; in sge_tx_reclaim_cb()