Home
last modified time | relevance | path

Searched refs:txq_info (Results 1 – 11 of 11) 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.c1299 static struct txq_info *ieee80211_get_txq(struct ieee80211_local *local, in ieee80211_get_txq()
1380 struct txq_info *txqi; in codel_dequeue_func()
1401 struct txq_info *txqi; in codel_drop_func()
1415 struct txq_info *txqi; in fq_tin_dequeue_func()
1421 txqi = container_of(tin, struct txq_info, tin); in fq_tin_dequeue_func()
1453 struct txq_info *txqi, in ieee80211_txq_enqueue()
1494 struct txq_info *txqi; in ieee80211_txq_remove_vlan()
1517 struct txq_info *txqi, int tid) in ieee80211_txq_init()
1563 struct txq_info *txqi) in ieee80211_txq_purge()
1664 struct txq_info *txqi; in ieee80211_queue_skb()
[all …]
H A Dieee80211_i.h973 struct txq_info { struct
1932 static inline struct txq_info *to_txq_info(struct ieee80211_txq *txq) in to_txq_info()
1934 return container_of(txq, struct txq_info, txq); in to_txq_info()
1939 struct txq_info *txqi = to_txq_info(txq); in txq_has_queue()
2676 struct txq_info *txq, int tid);
2678 struct txq_info *txqi);
2683 struct txq_info *txqi);
H A Dagg-tx.c187 struct txq_info *txqi; in ieee80211_agg_stop_txq()
206 struct txq_info *txqi; in ieee80211_agg_start_txq()
H A Diface.c2235 struct txq_info *txqi; in ieee80211_if_add()
2248 txq_size = sizeof(struct txq_info) + in ieee80211_if_add()
2272 txqi = (struct txq_info *)((unsigned long)sdata + size); in ieee80211_if_add()
2284 txq_size += sizeof(struct txq_info) + in ieee80211_if_add()
H A Dsta_info.c121 struct txq_info *txqi; in ieee80211_purge_sta_txqs()
713 size = sizeof(struct txq_info) + in __sta_info_alloc()
721 struct txq_info *txq = txq_data + i * size; in __sta_info_alloc()
H A Dutil.c331 struct txq_info *txqi = NULL; in __ieee80211_wake_txqs()
350 struct txq_info *sta_txqi; in __ieee80211_wake_txqs()
4490 struct txq_info *txqi = to_txq_info(txq); in ieee80211_txq_get_depth()
H A Drx.c1708 struct txq_info *txqi = to_txq_info(txq); in sta_ps_start()
H A Dcfg.c5320 struct txq_info *txqi) in ieee80211_fill_txq_stats()