Searched refs:sge_uld_txq (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/ |
D | sge.c | 2131 static void txq_stop_maperr(struct sge_uld_txq *q) in txq_stop_maperr() 2147 static void ofldtxq_stop(struct sge_uld_txq *q, struct fw_wr_hdr *wr) in ofldtxq_stop() 2172 static void service_ofldq(struct sge_uld_txq *q) in service_ofldq() 2292 static int ofld_xmit(struct sge_uld_txq *q, struct sk_buff *skb) in ofld_xmit() 2321 struct sge_uld_txq *q = (struct sge_uld_txq *)data; in restart_ofldq() 2357 struct sge_uld_txq *txq; in uld_send() 2442 static int ofld_xmit_direct(struct sge_uld_txq *q, const void *src, in ofld_xmit_direct() 2486 struct sge_uld_txq *txq; in cxgb4_immdata_send() 3296 struct sge_uld_txq *txq = s->egr_map[id]; in sge_tx_timer_cb() 3708 int t4_sge_alloc_uld_txq(struct adapter *adap, struct sge_uld_txq *txq, in t4_sge_alloc_uld_txq() [all …]
|
D | cxgb4_uld.c | 452 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in free_sge_txq_uld() 476 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in alloc_sge_txq_uld() 527 txq_info->uldtxq = kcalloc(txq_info->ntxq, sizeof(struct sge_uld_txq), in setup_sge_txq_uld()
|
D | cxgb4.h | 748 struct sge_uld_txq { /* state for an SGE offload Tx queue */ struct 777 struct sge_uld_txq *uldtxq; /* Txq's for ULD */ argument 1382 int t4_sge_alloc_uld_txq(struct adapter *adap, struct sge_uld_txq *txq,
|
D | cxgb4_main.c | 533 struct sge_uld_txq *oq; in fwevtq_handler() 535 oq = container_of(txq, struct sge_uld_txq, q); in fwevtq_handler() 1945 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in disable_dbs() 1967 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in enable_dbs() 2048 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in recover_all_queues()
|
D | cxgb4_debugfs.c | 2804 const struct sge_uld_txq *tx; in sge_qinfo_show() 2953 const struct sge_uld_txq *tx; in sge_qinfo_show()
|
/Linux-v4.19/drivers/crypto/chelsio/ |
D | chcr_algo.c | 567 struct sge_uld_txq *txq; in cxgb4_is_crypto_q_full()
|