Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.c458 free_sge_txq_uld(struct adapter *adap, struct sge_uld_txq_info *txq_info) in free_sge_txq_uld() argument
460 int nq = txq_info->ntxq; in free_sge_txq_uld()
464 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in free_sge_txq_uld()
479 alloc_sge_txq_uld(struct adapter *adap, struct sge_uld_txq_info *txq_info, in alloc_sge_txq_uld() argument
483 int nq = txq_info->ntxq; in alloc_sge_txq_uld()
488 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in alloc_sge_txq_uld()
498 free_sge_txq_uld(adap, txq_info); in alloc_sge_txq_uld()
505 struct sge_uld_txq_info *txq_info = NULL; in release_sge_txq_uld() local
508 txq_info = adap->sge.uld_txq_info[tx_uld_type]; in release_sge_txq_uld()
510 if (txq_info && atomic_dec_and_test(&txq_info->users)) { in release_sge_txq_uld()
[all …]
Dsge.c2442 struct sge_uld_txq_info *txq_info; in uld_send() local
2453 txq_info = adap->sge.uld_txq_info[tx_uld_type]; in uld_send()
2454 if (unlikely(!txq_info)) { in uld_send()
2459 txq = &txq_info->uldtxq[idx]; in uld_send()
2571 struct sge_uld_txq_info *txq_info; in cxgb4_immdata_send() local
2579 txq_info = adap->sge.uld_txq_info[CXGB4_TX_OFLD]; in cxgb4_immdata_send()
2580 if (unlikely(!txq_info)) { in cxgb4_immdata_send()
2585 txq = &txq_info->uldtxq[idx]; in cxgb4_immdata_send()
4142 struct sge_uld_txq_info *txq_info; in t4_sge_stop() local
4144 txq_info = adap->sge.uld_txq_info[CXGB4_TX_OFLD]; in t4_sge_stop()
[all …]
Dcxgb4_main.c2059 struct sge_uld_txq_info *txq_info = in disable_dbs() local
2062 if (txq_info) { in disable_dbs()
2064 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in disable_dbs()
2081 struct sge_uld_txq_info *txq_info = in enable_dbs() local
2084 if (txq_info) { in enable_dbs()
2086 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in enable_dbs()
2163 struct sge_uld_txq_info *txq_info = in recover_all_queues() local
2165 if (txq_info) { in recover_all_queues()
2167 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in recover_all_queues()
/Linux-v5.4/net/mac80211/
Dieee80211_i.h840 struct txq_info { struct
1541 static inline struct txq_info *to_txq_info(struct ieee80211_txq *txq) in to_txq_info()
1543 return container_of(txq, struct txq_info, txq); in to_txq_info()
1548 struct txq_info *txqi = to_txq_info(txq); in txq_has_queue()
2088 struct txq_info *txq, int tid);
2090 struct txq_info *txqi);
2094 struct txq_info *txqi);
Dtx.c1240 static struct txq_info *ieee80211_get_txq(struct ieee80211_local *local, in ieee80211_get_txq()
1303 struct txq_info *txqi; in codel_dequeue_func()
1324 struct txq_info *txqi; in codel_drop_func()
1338 struct txq_info *txqi; in fq_tin_dequeue_func()
1344 txqi = container_of(tin, struct txq_info, tin); in fq_tin_dequeue_func()
1387 struct txq_info *txqi; in fq_flow_get_default_func()
1389 txqi = container_of(tin, struct txq_info, tin); in fq_flow_get_default_func()
1394 struct txq_info *txqi, in ieee80211_txq_enqueue()
1423 struct txq_info *txqi; in ieee80211_txq_remove_vlan()
1446 struct txq_info *txqi, int tid) in ieee80211_txq_init()
[all …]
Dagg-tx.c195 struct txq_info *txqi; in ieee80211_agg_stop_txq()
214 struct txq_info *txqi; in ieee80211_agg_start_txq()
Ddriver-ops.h1201 struct txq_info *txq) in drv_wake_tx_queue()
1216 struct txq_info *txqi) in schedule_and_wake_txq()
Dsta_info.c112 struct txq_info *txqi; in __cleanup_single_sta()
375 int size = sizeof(struct txq_info) + in sta_info_alloc()
383 struct txq_info *txq = txq_data + i * size; in sta_info_alloc()
Diface.c1730 struct txq_info *txqi; in ieee80211_if_add()
1759 txq_size += sizeof(struct txq_info) + in ieee80211_if_add()
Ddebugfs_netdev.c490 struct txq_info *txqi; in ieee80211_if_fmt_aqm()
Ddebugfs_sta.c143 struct txq_info *txqi; in sta_aqm_read()
Dutil.c246 struct txq_info *txqi; in __ieee80211_wake_txqs()
3969 struct txq_info *txqi = to_txq_info(txq); in ieee80211_txq_get_depth()
Dtrace.h2660 struct txq_info *txq),
Dcfg.c3822 struct txq_info *txqi) in ieee80211_fill_txq_stats()
Drx.c1589 struct txq_info *txqi = to_txq_info(txq); in sta_ps_start()
/Linux-v5.4/drivers/crypto/chelsio/
Dchcr_algo.c583 struct sge_uld_txq_info *txq_info = in cxgb4_is_crypto_q_full() local
589 txq = &txq_info->uldtxq[idx]; in cxgb4_is_crypto_q_full()