Home
last modified time | relevance | path

Searched refs:txq_info (Results 1 – 17 of 17) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.c401 free_sge_txq_uld(struct adapter *adap, struct sge_uld_txq_info *txq_info) in free_sge_txq_uld() argument
403 int nq = txq_info->ntxq; in free_sge_txq_uld()
407 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in free_sge_txq_uld()
422 alloc_sge_txq_uld(struct adapter *adap, struct sge_uld_txq_info *txq_info, in alloc_sge_txq_uld() argument
426 int nq = txq_info->ntxq; in alloc_sge_txq_uld()
431 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in alloc_sge_txq_uld()
441 free_sge_txq_uld(adap, txq_info); in alloc_sge_txq_uld()
448 struct sge_uld_txq_info *txq_info = NULL; in release_sge_txq_uld() local
451 txq_info = adap->sge.uld_txq_info[tx_uld_type]; in release_sge_txq_uld()
453 if (txq_info && atomic_dec_and_test(&txq_info->users)) { in release_sge_txq_uld()
[all …]
Dsge.c3133 struct sge_uld_txq_info *txq_info; in uld_send() local
3144 txq_info = adap->sge.uld_txq_info[tx_uld_type]; in uld_send()
3145 if (unlikely(!txq_info)) { in uld_send()
3151 txq = &txq_info->uldtxq[idx]; in uld_send()
3263 struct sge_uld_txq_info *txq_info; in cxgb4_immdata_send() local
3271 txq_info = adap->sge.uld_txq_info[CXGB4_TX_OFLD]; in cxgb4_immdata_send()
3272 if (unlikely(!txq_info)) { in cxgb4_immdata_send()
3277 txq = &txq_info->uldtxq[idx]; in cxgb4_immdata_send()
5034 struct sge_uld_txq_info *txq_info; in t4_sge_stop() local
5036 txq_info = adap->sge.uld_txq_info[CXGB4_TX_OFLD]; in t4_sge_stop()
[all …]
Dcxgb4_main.c2457 struct sge_uld_txq_info *txq_info = in disable_dbs() local
2460 if (txq_info) { in disable_dbs()
2462 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in disable_dbs()
2479 struct sge_uld_txq_info *txq_info = in enable_dbs() local
2482 if (txq_info) { in enable_dbs()
2484 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in enable_dbs()
2561 struct sge_uld_txq_info *txq_info = in recover_all_queues() local
2563 if (txq_info) { in recover_all_queues()
2565 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in recover_all_queues()
/linux-6.1.9/net/mac80211/
Dieee80211_i.h853 struct txq_info { struct
1729 static inline struct txq_info *to_txq_info(struct ieee80211_txq *txq) in to_txq_info()
1731 return container_of(txq, struct txq_info, txq); in to_txq_info()
1736 struct txq_info *txqi = to_txq_info(txq); in txq_has_queue()
2345 struct txq_info *txq, int tid);
2347 struct txq_info *txqi);
2351 struct txq_info *txqi);
Dtx.c1315 static struct txq_info *ieee80211_get_txq(struct ieee80211_local *local, in ieee80211_get_txq()
1379 struct txq_info *txqi; in codel_dequeue_func()
1400 struct txq_info *txqi; in codel_drop_func()
1414 struct txq_info *txqi; in fq_tin_dequeue_func()
1420 txqi = container_of(tin, struct txq_info, tin); in fq_tin_dequeue_func()
1459 struct txq_info *txqi, in ieee80211_txq_enqueue()
1499 struct txq_info *txqi; in ieee80211_txq_remove_vlan()
1522 struct txq_info *txqi, int tid) in ieee80211_txq_init()
1562 struct txq_info *txqi) in ieee80211_txq_purge()
1670 struct txq_info *txqi; in ieee80211_queue_skb()
[all …]
Dagg-tx.c195 struct txq_info *txqi; in ieee80211_agg_stop_txq()
214 struct txq_info *txqi; in ieee80211_agg_start_txq()
Dht.c398 struct txq_info *txqi = in ieee80211_ba_session_work()
Ddriver-ops.h1180 struct txq_info *txq) in drv_wake_tx_queue()
1198 struct txq_info *txqi) in schedule_and_wake_txq()
Dsta_info.c145 struct txq_info *txqi; in __cleanup_single_sta()
601 int size = sizeof(struct txq_info) + in __sta_info_alloc()
609 struct txq_info *txq = txq_data + i * size; in __sta_info_alloc()
Ddebugfs_netdev.c480 struct txq_info *txqi; in ieee80211_if_fmt_aqm()
Diface.c2098 struct txq_info *txqi; in ieee80211_if_add()
2128 txq_size += sizeof(struct txq_info) + in ieee80211_if_add()
Ddebugfs_sta.c145 struct txq_info *txqi; in sta_aqm_read()
Dutil.c297 struct txq_info *txqi; in __ieee80211_wake_txqs()
4719 struct txq_info *txqi = to_txq_info(txq); in ieee80211_txq_get_depth()
Dtrace.h2307 struct txq_info *txq),
Drx.c1579 struct txq_info *txqi = to_txq_info(txq); in sta_ps_start()
Dcfg.c4292 struct txq_info *txqi) in ieee80211_fill_txq_stats()
/linux-6.1.9/drivers/crypto/chelsio/
Dchcr_algo.c578 struct sge_uld_txq_info *txq_info = in cxgb4_is_crypto_q_full() local
584 txq = &txq_info->uldtxq[idx]; in cxgb4_is_crypto_q_full()