Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_uld.c403 int nq = txq_info->ntxq; in free_sge_txq_uld()
426 int nq = txq_info->ntxq; in alloc_sge_txq_uld()
453 if (txq_info && atomic_dec_and_test(&txq_info->users)) { in release_sge_txq_uld()
456 kfree(txq_info); in release_sge_txq_uld()
475 txq_info = kzalloc(sizeof(*txq_info), GFP_KERNEL); in setup_sge_txq_uld()
476 if (!txq_info) in setup_sge_txq_uld()
484 kfree(txq_info); in setup_sge_txq_uld()
492 txq_info->uldtxq = kcalloc(txq_info->ntxq, sizeof(struct sge_uld_txq), in setup_sge_txq_uld()
494 if (!txq_info->uldtxq) { in setup_sge_txq_uld()
495 kfree(txq_info); in setup_sge_txq_uld()
[all …]
H A Dsge.c3119 struct sge_uld_txq_info *txq_info; in uld_send() local
3131 if (unlikely(!txq_info)) { in uld_send()
3137 txq = &txq_info->uldtxq[idx]; in uld_send()
3249 struct sge_uld_txq_info *txq_info; in cxgb4_immdata_send() local
3258 if (unlikely(!txq_info)) { in cxgb4_immdata_send()
3263 txq = &txq_info->uldtxq[idx]; in cxgb4_immdata_send()
5004 struct sge_uld_txq_info *txq_info; in t4_sge_stop() local
5007 if (txq_info) { in t4_sge_stop()
5008 struct sge_uld_txq *txq = txq_info->uldtxq; in t4_sge_stop()
5018 struct sge_uld_txq_info *txq_info; in t4_sge_stop() local
[all …]
H A Dcxgb4_main.c2447 struct sge_uld_txq_info *txq_info = in disable_dbs() local
2450 if (txq_info) { in disable_dbs()
2452 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in disable_dbs()
2469 struct sge_uld_txq_info *txq_info = in enable_dbs() local
2472 if (txq_info) { in enable_dbs()
2474 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in enable_dbs()
2551 struct sge_uld_txq_info *txq_info = in recover_all_queues() local
2553 if (txq_info) { in recover_all_queues()
2555 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in recover_all_queues()
/linux-6.15/net/mac80211/
H A Dtx.c1363 struct txq_info *txqi; in codel_dequeue_func()
1384 struct txq_info *txqi; in codel_drop_func()
1398 struct txq_info *txqi; in fq_tin_dequeue_func()
1443 struct txq_info *txqi, in ieee80211_txq_enqueue()
1483 struct txq_info *txqi; in ieee80211_txq_remove_vlan()
1546 struct txq_info *txqi) in ieee80211_txq_purge()
1648 struct txq_info *txqi; in ieee80211_queue_skb()
3411 struct txq_info *txqi; in ieee80211_amsdu_aggregate()
3811 struct txq_info *txqi = container_of(txq, struct txq_info, txq); in ieee80211_tx_dequeue()
4061 struct txq_info, in ieee80211_next_txq()
[all …]
H A Dieee80211_i.h944 struct txq_info { struct
1824 static inline struct txq_info *to_txq_info(struct ieee80211_txq *txq) in to_txq_info()
1826 return container_of(txq, struct txq_info, txq); in to_txq_info()
1831 struct txq_info *txqi = to_txq_info(txq); in txq_has_queue()
2537 struct txq_info *txq, int tid);
2539 struct txq_info *txqi);
2544 struct txq_info *txqi);
H A Dagg-tx.c186 struct txq_info *txqi; in ieee80211_agg_stop_txq()
205 struct txq_info *txqi; in ieee80211_agg_start_txq()
H A Dht.c394 struct txq_info *txqi = to_txq_info(sta->sta.txq[tid]); in ieee80211_ba_session_work()
H A Dsta_info.c122 struct txq_info *txqi; in ieee80211_purge_sta_txqs()
631 size = sizeof(struct txq_info) + in __sta_info_alloc()
639 struct txq_info *txq = txq_data + i * size; in __sta_info_alloc()
H A Ddriver-ops.h1353 struct txq_info *txq) in drv_wake_tx_queue()
1371 struct txq_info *txqi) in schedule_and_wake_txq()
H A Diface.c2085 struct txq_info *txqi; in ieee80211_if_add()
2113 txq_size += sizeof(struct txq_info) + in ieee80211_if_add()
H A Ddebugfs_netdev.c619 struct txq_info *txqi; in ieee80211_if_fmt_aqm()
H A Ddebugfs_sta.c143 struct txq_info *txqi; in sta_aqm_read()
H A Dutil.c329 struct txq_info *txqi; in __ieee80211_wake_txqs()
4215 struct txq_info *txqi = to_txq_info(txq); in ieee80211_txq_get_depth()
H A Dtrace.h2307 struct txq_info *txq),
H A Drx.c1593 struct txq_info *txqi = to_txq_info(txq); in sta_ps_start()
H A Dcfg.c4576 struct txq_info *txqi) in ieee80211_fill_txq_stats()
/linux-6.15/drivers/crypto/chelsio/
H A 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()