Lines Matching refs:cmdQ
168 struct cmdQ { struct
265 struct cmdQ cmdQ[SGE_CMDQ_N] ____cacheline_aligned_in_smp; member
474 struct cmdQ *q = &sge->cmdQ[0]; in sched_skb()
612 static void free_cmdQ_buffers(struct sge *sge, struct cmdQ *q, unsigned int n) in free_cmdQ_buffers()
653 struct cmdQ *q = &sge->cmdQ[i]; in free_tx_resources()
677 struct cmdQ *q = &sge->cmdQ[i]; in alloc_tx_resources()
706 sge->cmdQ[0].stop_thres = sge->adapter->params.nports * in alloc_tx_resources()
750 setup_ring_params(ap, sge->cmdQ[0].dma_addr, sge->cmdQ[0].size, in configure_sge()
752 setup_ring_params(ap, sge->cmdQ[1].dma_addr, sge->cmdQ[1].size, in configure_sge()
1167 struct cmdQ *q) in write_large_page_tx_descs()
1203 struct cmdQ *q) in write_tx_descs()
1290 static inline void reclaim_completed_tx(struct sge *sge, struct cmdQ *q) in reclaim_completed_tx()
1311 struct cmdQ *q = &sge->cmdQ[0]; in restart_sched()
1399 static inline int enough_free_Tx_descs(const struct cmdQ *q) in enough_free_Tx_descs()
1415 if (!enough_free_Tx_descs(&sge->cmdQ[0])) in restart_tx_queues()
1438 struct cmdQ *cmdq = &sge->cmdQ[0]; in update_tx_info()
1494 sge->cmdQ[1].processed += cmdq_processed[1]; in process_responses()
1538 sge->cmdQ[1].processed += cmdq_processed[1]; in process_responses()
1594 sge->cmdQ[1].processed += cmdq_processed[1]; in process_pure_responses()
1701 struct cmdQ *q = &sge->cmdQ[qid]; in t1_sge_tx()
1928 struct cmdQ *q = &sge->cmdQ[i]; in sge_tx_reclaim_cb()