Home
last modified time | relevance | path

Searched refs:txff_allocation (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/staging/rtlwifi/halmac/halmac_88xx/halmac_8822b/
Dhalmac_func_8822b.c227 if (halmac_adapter->txff_allocation.la_mode == HALMAC_LA_MODE_DISABLE) { in halmac_priority_queue_config_8822b()
228 if (halmac_adapter->txff_allocation.rx_fifo_expanding_mode == in halmac_priority_queue_config_8822b()
230 halmac_adapter->txff_allocation.tx_fifo_pg_num = in halmac_priority_queue_config_8822b()
233 } else if (halmac_adapter->txff_allocation in halmac_priority_queue_config_8822b()
236 halmac_adapter->txff_allocation.tx_fifo_pg_num = in halmac_priority_queue_config_8822b()
249 halmac_adapter->txff_allocation.tx_fifo_pg_num = in halmac_priority_queue_config_8822b()
253 halmac_adapter->txff_allocation in halmac_priority_queue_config_8822b()
257 halmac_adapter->txff_allocation.tx_fifo_pg_num = in halmac_priority_queue_config_8822b()
261 halmac_adapter->txff_allocation.rsvd_pg_num = in halmac_priority_queue_config_8822b()
262 (halmac_adapter->txff_allocation.rsvd_drv_pg_num + in halmac_priority_queue_config_8822b()
[all …]
Dhalmac_api_8822b.c50 halmac_adapter->txff_allocation.rsvd_drv_pg_num = in halmac_mount_api_8822b()
141 if (halmac_adapter->txff_allocation.rx_fifo_expanding_mode != in halmac_init_trx_cfg_8822b()
154 (halmac_adapter->txff_allocation.rsvd_h2c_queue_pg_bndy in halmac_init_trx_cfg_8822b()
160 (halmac_adapter->txff_allocation.rsvd_h2c_queue_pg_bndy in halmac_init_trx_cfg_8822b()
166 ((halmac_adapter->txff_allocation.rsvd_h2c_queue_pg_bndy in halmac_init_trx_cfg_8822b()
288 (halmac_adapter->txff_allocation.rsvd_h2c_queue_pg_bndy in halmac_init_h2c_8822b()
294 (halmac_adapter->txff_allocation.rsvd_h2c_queue_pg_bndy in halmac_init_h2c_8822b()
300 ((halmac_adapter->txff_allocation.rsvd_h2c_queue_pg_bndy in halmac_init_h2c_8822b()
/Linux-v4.19/drivers/staging/rtlwifi/halmac/halmac_88xx/
Dhalmac_func_88xx.c1737 (u16)(halmac_adapter->txff_allocation in halmac_send_h2c_update_packet_88xx()
1749 (u16)(halmac_adapter->txff_allocation.rsvd_pg_bndy & in halmac_send_h2c_update_packet_88xx()
1755 (u16)(halmac_adapter->txff_allocation.rsvd_pg_bndy & in halmac_send_h2c_update_packet_88xx()
1764 halmac_adapter->txff_allocation.rsvd_h2c_extra_info_pg_bndy - in halmac_send_h2c_update_packet_88xx()
1765 halmac_adapter->txff_allocation.rsvd_pg_bndy); in halmac_send_h2c_update_packet_88xx()
1886 (u16)(halmac_adapter->txff_allocation in halmac_send_h2c_phy_parameter_88xx()
1931 (u16)(halmac_adapter->txff_allocation.rsvd_pg_bndy & in halmac_send_h2c_phy_parameter_88xx()
2033 halmac_adapter->txff_allocation in halmac_gen_cfg_para_h2c_88xx()
2035 halmac_adapter->txff_allocation.rsvd_pg_bndy); in halmac_gen_cfg_para_h2c_88xx()
2138 (u16)(halmac_adapter->txff_allocation in halmac_func_ctrl_ch_switch_88xx()
[all …]
Dhalmac_api_88xx.c87 halmac_adapter->txff_allocation.tx_fifo_pg_num = 0; in halmac_init_adapter_para_88xx()
88 halmac_adapter->txff_allocation.ac_q_pg_num = 0; in halmac_init_adapter_para_88xx()
89 halmac_adapter->txff_allocation.rsvd_pg_bndy = 0; in halmac_init_adapter_para_88xx()
90 halmac_adapter->txff_allocation.rsvd_drv_pg_bndy = 0; in halmac_init_adapter_para_88xx()
91 halmac_adapter->txff_allocation.rsvd_h2c_extra_info_pg_bndy = 0; in halmac_init_adapter_para_88xx()
92 halmac_adapter->txff_allocation.rsvd_h2c_queue_pg_bndy = 0; in halmac_init_adapter_para_88xx()
93 halmac_adapter->txff_allocation.rsvd_cpu_instr_pg_bndy = 0; in halmac_init_adapter_para_88xx()
94 halmac_adapter->txff_allocation.rsvd_fw_txbuff_pg_bndy = 0; in halmac_init_adapter_para_88xx()
95 halmac_adapter->txff_allocation.pub_queue_pg_num = 0; in halmac_init_adapter_para_88xx()
96 halmac_adapter->txff_allocation.high_queue_pg_num = 0; in halmac_init_adapter_para_88xx()
[all …]
/Linux-v4.19/drivers/staging/rtlwifi/halmac/
Dhalmac_type.h1551 struct halmac_txff_allocation txff_allocation; member