| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_cmd_ps.c | 228 static void _set_ps_rson(struct cmd_ps *ps, u8 enter, char *rson) in _set_ps_rson() argument 232 _os_mem_cpy(phl_to_drvpriv(ps->phl_info), ps->enter_rson, rson, MAX_CMD_PS_RSON_LENGTH); in _set_ps_rson() 235 _os_mem_cpy(phl_to_drvpriv(ps->phl_info), ps->leave_rson, rson, MAX_CMD_PS_RSON_LENGTH); in _set_ps_rson() 246 enum rtw_phl_status _leave_ps(struct cmd_ps *ps, bool leave_proto, char *rson) in _leave_ps() argument 291 _set_ps_rson(ps, false, rson); in _leave_ps() 306 …_PHL_INFO_, "[PS_CMD], %s(): macid %d leave ps success, reason(%s).\n", __func__, cfg.macid, rson); in _leave_ps() 311 PHL_TRACE(COMP_PHL_PS, _PHL_ERR_, "[PS_CMD], %s(): leave ps fail! reason(%s).\n", __func__, rson); in _leave_ps() 325 enum rtw_phl_status _enter_ps(struct cmd_ps *ps, u8 ps_mode, u16 macid, char *rson) in _enter_ps() argument 362 _set_ps_rson(ps, true, rson); in _enter_ps() 371 …_PHL_INFO_, "[PS_CMD], %s(): macid %d enter ps success, reason(%s).\n", __func__, ps->macid, rson); in _enter_ps() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_cmd_ps.c | 249 static void _set_ps_rson(struct cmd_ps *ps, u8 enter, char *rson) in _set_ps_rson() argument 253 _os_mem_cpy(phl_to_drvpriv(ps->phl_info), ps->enter_rson, rson, MAX_CMD_PS_RSON_LENGTH); in _set_ps_rson() 256 _os_mem_cpy(phl_to_drvpriv(ps->phl_info), ps->leave_rson, rson, MAX_CMD_PS_RSON_LENGTH); in _set_ps_rson() 267 enum rtw_phl_status _leave_ps(struct cmd_ps *ps, bool leave_proto, char *rson) in _leave_ps() argument 314 _set_ps_rson(ps, false, rson); in _leave_ps() 329 …_PHL_INFO_, "[PS_CMD], %s(): macid %d leave ps success, reason(%s).\n", __func__, cfg.macid, rson); in _leave_ps() 334 PHL_TRACE(COMP_PHL_PS, _PHL_ERR_, "[PS_CMD], %s(): leave ps fail! reason(%s).\n", __func__, rson); in _leave_ps() 348 enum rtw_phl_status _enter_ps(struct cmd_ps *ps, u8 ps_mode, u16 macid, char *rson) in _enter_ps() argument 387 _set_ps_rson(ps, true, rson); in _enter_ps() 396 …_PHL_INFO_, "[PS_CMD], %s(): macid %d enter ps success, reason(%s).\n", __func__, ps->macid, rson); in _enter_ps() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/rf/ |
| H A D | halrf_interface.h | 52 …efine halrf_tx_pause(rf, band_idx, tx_pause, rson) rtw_hal_tx_pause((rf)->hal_com, band_idx, tx_pa… argument
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/rf/ |
| H A D | halrf_interface.h | 52 …efine halrf_tx_pause(rf, band_idx, tx_pause, rson) rtw_hal_tx_pause((rf)->hal_com, band_idx, tx_pa… argument
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/ |
| H A D | hal_api_drv.h | 180 u8 band_idx, bool tx_pause, enum tx_pause_rson rson);
|
| H A D | hal_api.h | 665 u8 band_idx, bool tx_pause, enum tx_pause_rson rson);
|
| H A D | hal_api_mac.c | 6032 u8 band_idx, bool tx_pause, enum tx_pause_rson rson) in rtw_hal_tx_pause() argument 6040 tx_off = &hal_com->band[band_idx].tx_pause[rson]; in rtw_hal_tx_pause() 6042 switch (rson) { in rtw_hal_tx_pause() 6054 PHL_ERR("Unknow pause reason:%d\n", rson); in rtw_hal_tx_pause() 6068 tx_pause?"":"Un-", rson, band_idx, tx_cfg); in rtw_hal_tx_pause() 6075 if ((rson == PAUSE_RSON_RFK) && tx_pause) { in rtw_hal_tx_pause()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/ |
| H A D | hal_api_drv.h | 180 u8 band_idx, bool tx_pause, enum tx_pause_rson rson);
|
| H A D | hal_api.h | 662 u8 band_idx, bool tx_pause, enum tx_pause_rson rson);
|
| H A D | hal_api_mac.c | 6048 u8 band_idx, bool tx_pause, enum tx_pause_rson rson) in rtw_hal_tx_pause() argument 6056 tx_off = &hal_com->band[band_idx].tx_pause[rson]; in rtw_hal_tx_pause() 6058 switch (rson) { in rtw_hal_tx_pause() 6070 PHL_ERR("Unknow pause reason:%d\n", rson); in rtw_hal_tx_pause() 6084 tx_pause?"":"Un-", rson, band_idx, tx_cfg); in rtw_hal_tx_pause() 6091 if ((rson == PAUSE_RSON_RFK) && tx_pause) { in rtw_hal_tx_pause()
|