Searched refs:sge_uld_txq (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_uld.c | 407 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in free_sge_txq_uld() 431 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in alloc_sge_txq_uld() 492 txq_info->uldtxq = kcalloc(txq_info->ntxq, sizeof(struct sge_uld_txq), in setup_sge_txq_uld()
|
D | sge.c | 2907 static void txq_stop_maperr(struct sge_uld_txq *q) in txq_stop_maperr() 2923 static void ofldtxq_stop(struct sge_uld_txq *q, struct fw_wr_hdr *wr) in ofldtxq_stop() 2948 static void service_ofldq(struct sge_uld_txq *q) in service_ofldq() 3069 static int ofld_xmit(struct sge_uld_txq *q, struct sk_buff *skb) in ofld_xmit() 3098 struct sge_uld_txq *q = from_tasklet(q, t, qresume_tsk); in restart_ofldq() 3134 struct sge_uld_txq *txq; in uld_send() 3220 static int ofld_xmit_direct(struct sge_uld_txq *q, const void *src, in ofld_xmit_direct() 3264 struct sge_uld_txq *txq; in cxgb4_immdata_send() 4293 struct sge_uld_txq *txq = s->egr_map[id]; in sge_tx_timer_cb() 4809 int t4_sge_alloc_uld_txq(struct adapter *adap, struct sge_uld_txq *txq, in t4_sge_alloc_uld_txq() [all …]
|
D | cxgb4.h | 879 struct sge_uld_txq { /* state for an SGE offload Tx queue */ struct 907 struct sge_uld_txq *uldtxq; /* Txq's for ULD */ argument 1631 int t4_sge_alloc_uld_txq(struct adapter *adap, struct sge_uld_txq *txq,
|
D | cxgb4_main.c | 589 struct sge_uld_txq *oq; in fwevtq_handler() 591 oq = container_of(txq, struct sge_uld_txq, q); in fwevtq_handler() 2461 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in disable_dbs() 2483 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in enable_dbs() 2564 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in recover_all_queues()
|
D | cxgb4_debugfs.c | 2918 const struct sge_uld_txq *tx; in sge_qinfo_show() 3067 const struct sge_uld_txq *tx; in sge_qinfo_show()
|
/linux-6.6.21/drivers/crypto/chelsio/ |
D | chcr_algo.c | 580 struct sge_uld_txq *txq; in cxgb4_is_crypto_q_full()
|