Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/
Dsge.c2217 static void txq_stop_maperr(struct sge_uld_txq *q) in txq_stop_maperr()
2233 static void ofldtxq_stop(struct sge_uld_txq *q, struct fw_wr_hdr *wr) in ofldtxq_stop()
2258 static void service_ofldq(struct sge_uld_txq *q) in service_ofldq()
2378 static int ofld_xmit(struct sge_uld_txq *q, struct sk_buff *skb) in ofld_xmit()
2407 struct sge_uld_txq *q = (struct sge_uld_txq *)data; in restart_ofldq()
2443 struct sge_uld_txq *txq; in uld_send()
2528 static int ofld_xmit_direct(struct sge_uld_txq *q, const void *src, in ofld_xmit_direct()
2572 struct sge_uld_txq *txq; in cxgb4_immdata_send()
3463 struct sge_uld_txq *txq = s->egr_map[id]; in sge_tx_timer_cb()
3915 int t4_sge_alloc_uld_txq(struct adapter *adap, struct sge_uld_txq *txq, in t4_sge_alloc_uld_txq()
[all …]
Dcxgb4_uld.c464 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in free_sge_txq_uld()
488 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in alloc_sge_txq_uld()
549 txq_info->uldtxq = kcalloc(txq_info->ntxq, sizeof(struct sge_uld_txq), in setup_sge_txq_uld()
Dcxgb4.h770 struct sge_uld_txq { /* state for an SGE offload Tx queue */ struct
799 struct sge_uld_txq *uldtxq; /* Txq's for ULD */ argument
1426 int t4_sge_alloc_uld_txq(struct adapter *adap, struct sge_uld_txq *txq,
Dcxgb4_main.c586 struct sge_uld_txq *oq; in fwevtq_handler()
588 oq = container_of(txq, struct sge_uld_txq, q); in fwevtq_handler()
2064 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in disable_dbs()
2086 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in enable_dbs()
2167 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in recover_all_queues()
Dcxgb4_debugfs.c2765 const struct sge_uld_txq *tx; in sge_qinfo_show()
2914 const struct sge_uld_txq *tx; in sge_qinfo_show()
/Linux-v5.4/drivers/crypto/chelsio/
Dchcr_algo.c585 struct sge_uld_txq *txq; in cxgb4_is_crypto_q_full()