| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cxgb4_uld.c | 401 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 …]
|
| H A D | sge.c | 3127 struct sge_uld_txq_info *txq_info; in uld_send() local 3138 txq_info = adap->sge.uld_txq_info[tx_uld_type]; in uld_send() 3139 if (unlikely(!txq_info)) { in uld_send() 3145 txq = &txq_info->uldtxq[idx]; in uld_send() 3257 struct sge_uld_txq_info *txq_info; in cxgb4_immdata_send() local 3265 txq_info = adap->sge.uld_txq_info[CXGB4_TX_OFLD]; in cxgb4_immdata_send() 3266 if (unlikely(!txq_info)) { in cxgb4_immdata_send() 3271 txq = &txq_info->uldtxq[idx]; in cxgb4_immdata_send() 5004 struct sge_uld_txq_info *txq_info; in t4_sge_stop() local 5006 txq_info = adap->sge.uld_txq_info[CXGB4_TX_OFLD]; in t4_sge_stop() [all …]
|
| H A D | cxgb4_main.c | 2457 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()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/hci/ |
| H A D | ssv_hci.c | 340 struct ssv6xxx_hci_txq_info txq_info; in ssv6xxx_hci_tx_handler() local 368 ret = HCI_REG_READ(ctrl_hci, ADR_TX_ID_ALL_INFO, (u32 *)&txq_info); in ssv6xxx_hci_tx_handler() 375 if(SSV6200_PAGE_TX_THRESHOLD < txq_info.tx_use_page) in ssv6xxx_hci_tx_handler() 377 if(SSV6200_ID_TX_THRESHOLD < txq_info.tx_use_page) in ssv6xxx_hci_tx_handler() 379 hw_resource.free_tx_page = SSV6200_PAGE_TX_THRESHOLD - txq_info.tx_use_page; in ssv6xxx_hci_tx_handler() 380 hw_resource.free_tx_id = SSV6200_ID_TX_THRESHOLD - txq_info.tx_use_id; in ssv6xxx_hci_tx_handler() 382 SSV6200_ID_AC_BK_OUT_QUEUE - txq_info.txq0_size; in ssv6xxx_hci_tx_handler() 384 SSV6200_ID_AC_BE_OUT_QUEUE - txq_info.txq1_size; in ssv6xxx_hci_tx_handler() 386 SSV6200_ID_AC_VI_OUT_QUEUE - txq_info.txq2_size; in ssv6xxx_hci_tx_handler() 388 SSV6200_ID_AC_VO_OUT_QUEUE - txq_info.txq3_size; in ssv6xxx_hci_tx_handler()
|
| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A D | ieee80211_i.h | 841 struct txq_info { struct 1566 static inline struct txq_info *to_txq_info(struct ieee80211_txq *txq) in to_txq_info() 1568 return container_of(txq, struct txq_info, txq); in to_txq_info() 1573 struct txq_info *txqi = to_txq_info(txq); in txq_has_queue() 2137 struct txq_info *txq, int tid); 2139 struct txq_info *txqi); 2143 struct txq_info *txqi);
|
| H A D | tx.c | 1252 static struct txq_info *ieee80211_get_txq(struct ieee80211_local *local, in ieee80211_get_txq() 1316 struct txq_info *txqi; in codel_dequeue_func() 1337 struct txq_info *txqi; in codel_drop_func() 1351 struct txq_info *txqi; in fq_tin_dequeue_func() 1357 txqi = container_of(tin, struct txq_info, tin); in fq_tin_dequeue_func() 1400 struct txq_info *txqi; in fq_flow_get_default_func() 1402 txqi = container_of(tin, struct txq_info, tin); in fq_flow_get_default_func() 1407 struct txq_info *txqi, in ieee80211_txq_enqueue() 1436 struct txq_info *txqi; in ieee80211_txq_remove_vlan() 1459 struct txq_info *txqi, int tid) in ieee80211_txq_init() [all …]
|
| H A D | agg-tx.c | 195 struct txq_info *txqi; in ieee80211_agg_stop_txq() 214 struct txq_info *txqi; in ieee80211_agg_start_txq()
|
| H A D | driver-ops.h | 1200 struct txq_info *txq) in drv_wake_tx_queue() 1218 struct txq_info *txqi) in schedule_and_wake_txq()
|
| H A D | sta_info.c | 112 struct txq_info *txqi; in __cleanup_single_sta() 410 int size = sizeof(struct txq_info) + in sta_info_alloc() 418 struct txq_info *txq = txq_data + i * size; in sta_info_alloc()
|
| H A D | iface.c | 1851 struct txq_info *txqi; in ieee80211_if_add() 1880 txq_size += sizeof(struct txq_info) + in ieee80211_if_add()
|
| H A D | debugfs_netdev.c | 483 struct txq_info *txqi; in ieee80211_if_fmt_aqm()
|
| H A D | debugfs_sta.c | 144 struct txq_info *txqi; in sta_aqm_read()
|
| H A D | util.c | 297 struct txq_info *txqi; in __ieee80211_wake_txqs() 4479 struct txq_info *txqi = to_txq_info(txq); in ieee80211_txq_get_depth()
|
| H A D | trace.h | 2686 struct txq_info *txq),
|
| H A D | cfg.c | 3927 struct txq_info *txqi) in ieee80211_fill_txq_stats()
|
| H A D | rx.c | 1575 struct txq_info *txqi = to_txq_info(txq); in sta_ps_start()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | wlc_types.h | 69 typedef struct txq_info txq_info_t;
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | wlc_types.h | 65 typedef struct txq_info txq_info_t;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | wlc_types.h | 65 typedef struct txq_info txq_info_t;
|
| /OK3568_Linux_fs/kernel/drivers/crypto/chelsio/ |
| H A D | chcr_algo.c | 582 struct sge_uld_txq_info *txq_info = in cxgb4_is_crypto_q_full() local 588 txq = &txq_info->uldtxq[idx]; in cxgb4_is_crypto_q_full()
|