Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_uld.c400 free_sge_txq_uld(struct adapter *adap, struct sge_uld_txq_info *txq_info) in free_sge_txq_uld() argument
402 int nq = txq_info->ntxq; in free_sge_txq_uld()
406 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in free_sge_txq_uld()
421 alloc_sge_txq_uld(struct adapter *adap, struct sge_uld_txq_info *txq_info, in alloc_sge_txq_uld() argument
425 int nq = txq_info->ntxq; in alloc_sge_txq_uld()
430 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in alloc_sge_txq_uld()
440 free_sge_txq_uld(adap, txq_info); in alloc_sge_txq_uld()
447 struct sge_uld_txq_info *txq_info = NULL; in release_sge_txq_uld() local
450 txq_info = adap->sge.uld_txq_info[tx_uld_type]; in release_sge_txq_uld()
452 if (txq_info && atomic_dec_and_test(&txq_info->users)) { in release_sge_txq_uld()
[all …]
H A Dsge.c3120 struct sge_uld_txq_info *txq_info; in uld_send() local
3131 txq_info = adap->sge.uld_txq_info[tx_uld_type]; in uld_send()
3132 if (unlikely(!txq_info)) { in uld_send()
3138 txq = &txq_info->uldtxq[idx]; in uld_send()
3250 struct sge_uld_txq_info *txq_info; in cxgb4_immdata_send() local
3258 txq_info = adap->sge.uld_txq_info[CXGB4_TX_OFLD]; in cxgb4_immdata_send()
3259 if (unlikely(!txq_info)) { in cxgb4_immdata_send()
3264 txq = &txq_info->uldtxq[idx]; in cxgb4_immdata_send()
5005 struct sge_uld_txq_info *txq_info; in t4_sge_stop() local
5007 txq_info = adap->sge.uld_txq_info[CXGB4_TX_OFLD]; in t4_sge_stop()
[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/net/mac80211/
H A Dtx.c1302 static struct txq_info *ieee80211_get_txq(struct ieee80211_local *local, in ieee80211_get_txq()
1370 struct txq_info *txqi; in codel_dequeue_func()
1391 struct txq_info *txqi; in codel_drop_func()
1405 struct txq_info *txqi; in fq_tin_dequeue_func()
1411 txqi = container_of(tin, struct txq_info, tin); in fq_tin_dequeue_func()
1443 struct txq_info *txqi, in ieee80211_txq_enqueue()
1484 struct txq_info *txqi; in ieee80211_txq_remove_vlan()
1507 struct txq_info *txqi, int tid) in ieee80211_txq_init()
1547 struct txq_info *txqi) in ieee80211_txq_purge()
1648 struct txq_info *txqi; in ieee80211_queue_skb()
[all …]
H A Dieee80211_i.h957 struct txq_info { struct
1882 static inline struct txq_info *to_txq_info(struct ieee80211_txq *txq) in to_txq_info()
1884 return container_of(txq, struct txq_info, txq); in to_txq_info()
1889 struct txq_info *txqi = to_txq_info(txq); in txq_has_queue()
2608 struct txq_info *txq, int tid);
2610 struct txq_info *txqi);
2615 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 Ddriver-ops.h1380 struct txq_info *txq) in drv_wake_tx_queue()
1398 struct txq_info *txqi) in schedule_and_wake_txq()
H A Dsta_info.c121 struct txq_info *txqi; in ieee80211_purge_sta_txqs()
690 size = sizeof(struct txq_info) + in __sta_info_alloc()
698 struct txq_info *txq = txq_data + i * size; in __sta_info_alloc()
H A Diface.c2208 struct txq_info *txqi; in ieee80211_if_add()
2236 txq_size += sizeof(struct txq_info) + in ieee80211_if_add()
H A Dutil.c328 struct txq_info *txqi; in __ieee80211_wake_txqs()
4367 struct txq_info *txqi = to_txq_info(txq); in ieee80211_txq_get_depth()
H A Dtrace.h2378 struct txq_info *txq),
H A Drx.c1684 struct txq_info *txqi = to_txq_info(txq); in sta_ps_start()
H A Dcfg.c4921 struct txq_info *txqi) in ieee80211_fill_txq_stats()