Searched refs:sge_uld_txq (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cxgb4_uld.c | 406 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in free_sge_txq_uld() 430 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in alloc_sge_txq_uld() 491 txq_info->uldtxq = kzalloc_objs(struct sge_uld_txq, txq_info->ntxq); in setup_sge_txq_uld()
|
| H A D | sge.c | 2894 static void txq_stop_maperr(struct sge_uld_txq *q) in txq_stop_maperr() 2910 static void ofldtxq_stop(struct sge_uld_txq *q, struct fw_wr_hdr *wr) in ofldtxq_stop() 2935 static void service_ofldq(struct sge_uld_txq *q) in service_ofldq() 3056 static int ofld_xmit(struct sge_uld_txq *q, struct sk_buff *skb) in ofld_xmit() 3085 struct sge_uld_txq *q = from_tasklet(q, t, qresume_tsk); in restart_ofldq() 3121 struct sge_uld_txq *txq; in uld_send() 3207 static int ofld_xmit_direct(struct sge_uld_txq *q, const void *src, in ofld_xmit_direct() 3251 struct sge_uld_txq *txq; in cxgb4_immdata_send() 4280 struct sge_uld_txq *txq = s->egr_map[id]; in sge_tx_timer_cb() 4796 int t4_sge_alloc_uld_txq(struct adapter *adap, struct sge_uld_txq *txq, in t4_sge_alloc_uld_txq() [all …]
|
| H A 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,
|
| H A 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() 2452 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in disable_dbs() 2474 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in enable_dbs() 2555 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in recover_all_queues()
|
| H A 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/drivers/crypto/chelsio/ |
| H A D | chcr_algo.c | 551 struct sge_uld_txq *txq; in cxgb4_is_crypto_q_full()
|