Home
last modified time | relevance | path

Searched defs:_phl (Results 1 – 23 of 23) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_mcc_def.h85 #define rtw_phl_mcc_watchdog(_phl, _band_idx) argument
86 #define phl_mcc_client_link_notify_for_ap(_phl, _wrole, _state) argument
87 #define rtw_phl_mcc_enable(_phl,_cur_role) RTW_PHL_STATUS_FAILURE argument
88 #define rtw_phl_mcc_disable(_phl,_spec_role) RTW_PHL_STATUS_FAILURE argument
89 #define rtw_phl_mcc_init_ops(_phl, _ops) RTW_PHL_STATUS_FAILURE argument
90 #define rtw_phl_mcc_init(_phl) RTW_PHL_STATUS_FAILURE argument
91 #define rtw_phl_mcc_deinit(_phl) argument
92 #define rtw_phl_mcc_inprogress(_phl, _band_idx) false argument
93 #define rtw_phl_mcc_reset(_phl, _band_idx) RTW_PHL_STATUS_SUCCESS argument
94 #define rtw_phl_mcc_recovery(_phl, _band_idx) RTW_PHL_STATUS_SUCCESS argument
[all …]
H A Dphl_p2pps.h59 #define rtw_phl_p2pps_noa_update(_phl, _in_desc) RTW_PHL_STATUS_SUCCESS argument
61 #define phl_p2pps_query_noa_with_cnt255(_phl, _wrole, _desc) argument
62 #define phl_p2pps_noa_resume_all(_phl, _w_role) argument
63 #define phl_p2pps_noa_all_role_resume(_phl, _band_idx) argument
64 #define phl_p2pps_noa_pause_all(_phl, _w_role) argument
65 #define phl_p2pps_noa_all_role_pause(_phl, _band_idx) argument
66 #define phl_p2pps_noa_disable_all(_phl, _w_role) argument
H A Dphl_ecsa_export.h137 #define rtw_phl_ecsa_init_ops(_phl, _ops) RTW_PHL_STATUS_SUCCESS argument
138 #define rtw_phl_ecsa_cmd_request(_phl, _role) RTW_PHL_STATUS_SUCCESS argument
139 #define rtw_phl_ecsa_start(_phl, _role, _param) RTW_PHL_STATUS_SUCCESS argument
140 #define rtw_phl_ecsa_cancel(_phl, _role) RTW_PHL_STATUS_SUCCESS argument
141 #define rtw_phl_ecsa_get_param(_phl, _param) RTW_PHL_STATUS_SUCCESS argument
144 #define rtw_phl_ecsa_check_allow(_phl, _role, _chan_def, _reason, _extend_option, _delay_start_ms) … argument
146 #define rtw_phl_ecsa_check_allow(_phl, _role, _chan_def, _reason, _delay_start_ms) false argument
H A Dphl_mcc.h19 #define phl_to_com_mcc_info(_phl) ((struct phl_com_mcc_info *)(phl_to_mr_ctrl(_phl)->com_mcc)) argument
20 #define get_mcc_info(_phl, _band) ((struct phl_mcc_info *)((get_band_ctrl(_phl, _band)->mcc_info))) argument
21 #define set_mcc_init_state(_phl, _state) (((struct mr_ctl_t *)phl_to_mr_ctrl(_phl))->init_mcc = _st… argument
22 #define is_mcc_init(_phl) (((struct mr_ctl_t *)phl_to_mr_ctrl(_phl))->init_mcc == true) argument
H A Dphl_twt.h35 #define get_twt_info(_phl) (struct phl_twt_info *)(_phl->phl_twt_info) argument
37 #define twt_init(_phl) (NULL != (get_twt_info(_phl))) argument
38 #define twt_sup(_phl) (((struct phl_info_t *)_phl)->phl_com->dev_cap.twt_sup) argument
264 #define phl_twt_init(_phl) RTW_PHL_STATUS_SUCCESS argument
265 #define phl_twt_deinit(_phl) argument
H A Dphl_debug.h174 #define rt_alloc_dbg_buf(_phl, _buf, _buf_size, _file_name, _line_num, \ argument
176 #define rt_free_dbg_buf(_phl, _buf, _buf_size, _file_name, _line_num, \ argument
178 #define rt_mem_dbg_init(_phl) argument
179 #define rt_mem_dbg_deinit(_phl) argument
H A Dphl_cmd_dispatch.h152 #define disp_eng_is_solo_thread_mode(_phl) \ argument
H A Dphl_struct.h359 #define phl_to_drvpriv(_phl) (_phl->phl_com->drv_priv) argument
364 #define phl_to_mr_ctrl(_phl) (&(((struct phl_info_t *)_phl)->phl_com->mr_ctrl)) argument
368 #define get_band_ctrl(_phl, _band) (&(phl_to_mr_ctrl(_phl)->band_ctrl[_band])) argument
370 #define phl_to_p2pps_info(_phl) (((_phl)->phl_com->p2pps_info)) argument
H A Dphl_wow.h28 #define phl_to_wow_info(_phl) (&_phl->wow_info) argument
H A Dphl_pkt_ofld.h226 #define RTW_PHL_PKT_OFLD_REQ(_phl, _macid, _type, _seq, _buf) \ argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_mcc_def.h85 #define rtw_phl_mcc_watchdog(_phl, _band_idx) argument
86 #define phl_mcc_client_link_notify_for_ap(_phl, _wrole, _state) argument
87 #define rtw_phl_mcc_enable(_phl,_cur_role) RTW_PHL_STATUS_FAILURE argument
88 #define rtw_phl_mcc_disable(_phl,_spec_role) RTW_PHL_STATUS_FAILURE argument
89 #define rtw_phl_mcc_init_ops(_phl, _ops) RTW_PHL_STATUS_FAILURE argument
90 #define rtw_phl_mcc_init(_phl) RTW_PHL_STATUS_FAILURE argument
91 #define rtw_phl_mcc_deinit(_phl) argument
92 #define rtw_phl_mcc_inprogress(_phl, _band_idx) false argument
93 #define rtw_phl_mcc_reset(_phl, _band_idx) RTW_PHL_STATUS_SUCCESS argument
94 #define rtw_phl_mcc_recovery(_phl, _band_idx) RTW_PHL_STATUS_SUCCESS argument
[all …]
H A Dphl_p2pps.h59 #define rtw_phl_p2pps_noa_update(_phl, _in_desc) RTW_PHL_STATUS_SUCCESS argument
61 #define phl_p2pps_query_noa_with_cnt255(_phl, _wrole, _desc) argument
62 #define phl_p2pps_noa_resume_all(_phl, _w_role) argument
63 #define phl_p2pps_noa_all_role_resume(_phl, _band_idx) argument
64 #define phl_p2pps_noa_pause_all(_phl, _w_role) argument
65 #define phl_p2pps_noa_all_role_pause(_phl, _band_idx) argument
66 #define phl_p2pps_noa_disable_all(_phl, _w_role) argument
H A Dphl_ecsa_export.h137 #define rtw_phl_ecsa_init_ops(_phl, _ops) RTW_PHL_STATUS_SUCCESS argument
138 #define rtw_phl_ecsa_cmd_request(_phl, _role) RTW_PHL_STATUS_SUCCESS argument
139 #define rtw_phl_ecsa_start(_phl, _role, _param) RTW_PHL_STATUS_SUCCESS argument
140 #define rtw_phl_ecsa_cancel(_phl, _role) RTW_PHL_STATUS_SUCCESS argument
141 #define rtw_phl_ecsa_get_param(_phl, _param) RTW_PHL_STATUS_SUCCESS argument
144 #define rtw_phl_ecsa_check_allow(_phl, _role, _chan_def, _reason, _extend_option, _delay_start_ms) … argument
146 #define rtw_phl_ecsa_check_allow(_phl, _role, _chan_def, _reason, _delay_start_ms) false argument
H A Dphl_mcc.h19 #define phl_to_com_mcc_info(_phl) ((struct phl_com_mcc_info *)(phl_to_mr_ctrl(_phl)->com_mcc)) argument
20 #define get_mcc_info(_phl, _band) ((struct phl_mcc_info *)((get_band_ctrl(_phl, _band)->mcc_info))) argument
21 #define set_mcc_init_state(_phl, _state) (((struct mr_ctl_t *)phl_to_mr_ctrl(_phl))->init_mcc = _st… argument
22 #define is_mcc_init(_phl) (((struct mr_ctl_t *)phl_to_mr_ctrl(_phl))->init_mcc == true) argument
H A Dphl_twt.h35 #define get_twt_info(_phl) (struct phl_twt_info *)(_phl->phl_twt_info) argument
37 #define twt_init(_phl) (NULL != (get_twt_info(_phl))) argument
38 #define twt_sup(_phl) (((struct phl_info_t *)_phl)->phl_com->dev_cap.twt_sup) argument
264 #define phl_twt_init(_phl) RTW_PHL_STATUS_SUCCESS argument
265 #define phl_twt_deinit(_phl) argument
H A Dphl_debug.h174 #define rt_alloc_dbg_buf(_phl, _buf, _buf_size, _file_name, _line_num, \ argument
176 #define rt_free_dbg_buf(_phl, _buf, _buf_size, _file_name, _line_num, \ argument
178 #define rt_mem_dbg_init(_phl) argument
179 #define rt_mem_dbg_deinit(_phl) argument
H A Dphl_cmd_dispatch.h152 #define disp_eng_is_solo_thread_mode(_phl) \ argument
H A Dphl_struct.h354 #define phl_to_drvpriv(_phl) (_phl->phl_com->drv_priv) argument
359 #define phl_to_mr_ctrl(_phl) (&(((struct phl_info_t *)_phl)->phl_com->mr_ctrl)) argument
363 #define get_band_ctrl(_phl, _band) (&(phl_to_mr_ctrl(_phl)->band_ctrl[_band])) argument
365 #define phl_to_p2pps_info(_phl) (((_phl)->phl_com->p2pps_info)) argument
H A Dphl_wow.h28 #define phl_to_wow_info(_phl) (&_phl->wow_info) argument
H A Dphl_pkt_ofld.h226 #define RTW_PHL_PKT_OFLD_REQ(_phl, _macid, _type, _seq, _buf) \ argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/test/
H A Dcmd_disp_test.h23 #define phl_cmd_disp_test_start(_phl, _case, _mode) argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/test/
H A Dcmd_disp_test.h23 #define phl_cmd_disp_test_start(_phl, _case, _mode) argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hci/
H A Dphl_trx_pcie.c781 #define _phl_free_h2c_work_ring(_phl, _ring) argument
782 #define _phl_alloc_h2c_work_ring(_phl, _ring) RTW_PHL_STATUS_SUCCESS argument
783 #define _phl_free_wd_work_ring(_phl, _ring) argument
784 #define _phl_alloc_wd_work_ring(_phl, _ring) RTW_PHL_STATUS_SUCCESS argument
952 #define enqueue_h2c_work_ring(_phl, _h2c) RTW_PHL_STATUS_FAILURE argument
953 #define enqueue_wd_work_ring(_phl, _ring, _wd) RTW_PHL_STATUS_FAILURE argument