Home
last modified time | relevance | path

Searched refs:sge_uld_txq (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.c407 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()
Dsge.c2907 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 …]
Dcxgb4.h879 struct sge_uld_txq { /* state for an SGE offload Tx queue */ struct
907 struct sge_uld_txq *uldtxq; /* Txq's for ULD */ argument
1633 int t4_sge_alloc_uld_txq(struct adapter *adap, struct sge_uld_txq *txq,
Dcxgb4_main.c590 struct sge_uld_txq *oq; in fwevtq_handler()
592 oq = container_of(txq, struct sge_uld_txq, q); in fwevtq_handler()
2462 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in disable_dbs()
2484 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in enable_dbs()
2565 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in recover_all_queues()
Dcxgb4_debugfs.c2918 const struct sge_uld_txq *tx; in sge_qinfo_show()
3067 const struct sge_uld_txq *tx; in sge_qinfo_show()
/linux-6.1.9/drivers/crypto/chelsio/
Dchcr_algo.c580 struct sge_uld_txq *txq; in cxgb4_is_crypto_q_full()