Lines Matching refs:cmdQ
177 struct cmdQ { struct
272 struct cmdQ cmdQ[SGE_CMDQ_N] ____cacheline_aligned_in_smp; member
480 struct cmdQ *q = &sge->cmdQ[0]; in sched_skb()
618 static void free_cmdQ_buffers(struct sge *sge, struct cmdQ *q, unsigned int n) in free_cmdQ_buffers()
658 struct cmdQ *q = &sge->cmdQ[i]; in free_tx_resources()
682 struct cmdQ *q = &sge->cmdQ[i]; in alloc_tx_resources()
710 sge->cmdQ[0].stop_thres = sge->adapter->params.nports * in alloc_tx_resources()
754 setup_ring_params(ap, sge->cmdQ[0].dma_addr, sge->cmdQ[0].size, in configure_sge()
756 setup_ring_params(ap, sge->cmdQ[1].dma_addr, sge->cmdQ[1].size, in configure_sge()
1166 struct cmdQ *q) in write_large_page_tx_descs()
1202 struct cmdQ *q) in write_tx_descs()
1289 static inline void reclaim_completed_tx(struct sge *sge, struct cmdQ *q) in reclaim_completed_tx()
1309 struct cmdQ *q = &sge->cmdQ[0]; in restart_sched()
1397 static inline int enough_free_Tx_descs(const struct cmdQ *q) in enough_free_Tx_descs()
1413 if (!enough_free_Tx_descs(&sge->cmdQ[0])) in restart_tx_queues()
1436 struct cmdQ *cmdq = &sge->cmdQ[0]; in update_tx_info()
1492 sge->cmdQ[1].processed += cmdq_processed[1]; in process_responses()
1536 sge->cmdQ[1].processed += cmdq_processed[1]; in process_responses()
1592 sge->cmdQ[1].processed += cmdq_processed[1]; in process_pure_responses()
1664 struct cmdQ *q = &sge->cmdQ[qid]; in t1_sge_tx()
1892 struct cmdQ *q = &sge->cmdQ[i]; in sge_tx_reclaim_cb()