| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/halmac/halmac_88xx/ |
| H A D | halmac_func_88xx.c | 2242 u8 segment_id = 0, segment_size = 0, h2c_seq = 0; in halmac_parse_psd_data_88xx() local 2248 h2c_seq = (u8)PSD_DATA_GET_H2C_SEQ(pC2h_buf); in halmac_parse_psd_data_88xx() 2249 …, HALMAC_MSG_H2C, HALMAC_DBG_TRACE, "Seq num : h2c -> %d c2h -> %d\n", pPsd_set->seq_num, h2c_seq); in halmac_parse_psd_data_88xx() 2250 if (h2c_seq != pPsd_set->seq_num) { in halmac_parse_psd_data_88xx() 2251 …_MSG_H2C, HALMAC_DBG_ERR, "Seq num mismactch : h2c -> %d c2h -> %d\n", pPsd_set->seq_num, h2c_seq); in halmac_parse_psd_data_88xx() 2291 u8 segment_id = 0, segment_size = 0, h2c_seq = 0; in halmac_parse_efuse_data_88xx() local 2305 h2c_seq = (u8)EFUSE_DATA_GET_H2C_SEQ(pC2h_buf); in halmac_parse_efuse_data_88xx() 2306 …"Seq num : h2c -> %d c2h -> %d\n", pHalmac_adapter->halmac_state.efuse_state_set.seq_num, h2c_seq); in halmac_parse_efuse_data_88xx() 2307 if (h2c_seq != pHalmac_adapter->halmac_state.efuse_state_set.seq_num) { in halmac_parse_efuse_data_88xx() 2308 …ismactch : h2c -> %d c2h -> %d\n", pHalmac_adapter->halmac_state.efuse_state_set.seq_num, h2c_seq); in halmac_parse_efuse_data_88xx() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/ |
| H A D | fwcmd.c | 387 fwinfo->h2c_seq++; in h2c_end_flow() 411 if (fwinfo->h2c_seq >= fwinfo->rec_seq) in h2cb_alloc() 412 diff = fwinfo->h2c_seq - fwinfo->rec_seq; in h2cb_alloc() 414 diff = (255 - fwinfo->rec_seq) + fwinfo->h2c_seq; in h2cb_alloc() 424 fwinfo->h2c_seq, fwinfo->rec_seq); in h2cb_alloc() 499 SET_WORD(fwinfo->h2c_seq, H2C_HDR_H2C_SEQ)); in h2c_pkt_set_hdr() 502 (rack || !(fwinfo->h2c_seq & 3) ? in h2c_pkt_set_hdr() 507 h2cb->h2c_seq = fwinfo->h2c_seq; in h2c_pkt_set_hdr() 527 SET_WORD(fwinfo->h2c_seq, H2C_HDR_H2C_SEQ)); in h2c_pkt_set_hdr_fwdl() 534 h2cb->h2c_seq = fwinfo->h2c_seq; in h2c_pkt_set_hdr_fwdl() [all …]
|
| H A D | flash.c | 137 adapter->fw_info.h2c_seq--; in mac_flash_erase() 273 adapter->fw_info.h2c_seq--; in mac_flash_read() 429 adapter->fw_info.h2c_seq--; in mac_flash_write() 552 adapter->fw_info.h2c_seq--; in mac_flash_erase() 688 adapter->fw_info.h2c_seq--; in mac_flash_read() 844 adapter->fw_info.h2c_seq--; in mac_flash_write()
|
| H A D | fwcmd.h | 153 u8 h2c_seq; member
|
| H A D | init.c | 819 adapter->fw_info.h2c_seq = 0; in mac_ax_init_state()
|
| H A D | fwdl.c | 150 info->h2c_seq = 0; in update_fw_ver()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/ |
| H A D | fwcmd.c | 387 fwinfo->h2c_seq++; in h2c_end_flow() 411 if (fwinfo->h2c_seq >= fwinfo->rec_seq) in h2cb_alloc() 412 diff = fwinfo->h2c_seq - fwinfo->rec_seq; in h2cb_alloc() 414 diff = (255 - fwinfo->rec_seq) + fwinfo->h2c_seq; in h2cb_alloc() 424 fwinfo->h2c_seq, fwinfo->rec_seq); in h2cb_alloc() 499 SET_WORD(fwinfo->h2c_seq, H2C_HDR_H2C_SEQ)); in h2c_pkt_set_hdr() 502 (rack || !(fwinfo->h2c_seq & 3) ? in h2c_pkt_set_hdr() 507 h2cb->h2c_seq = fwinfo->h2c_seq; in h2c_pkt_set_hdr() 527 SET_WORD(fwinfo->h2c_seq, H2C_HDR_H2C_SEQ)); in h2c_pkt_set_hdr_fwdl() 534 h2cb->h2c_seq = fwinfo->h2c_seq; in h2c_pkt_set_hdr_fwdl() [all …]
|
| H A D | flash.c | 137 adapter->fw_info.h2c_seq--; in mac_flash_erase() 273 adapter->fw_info.h2c_seq--; in mac_flash_read() 429 adapter->fw_info.h2c_seq--; in mac_flash_write() 552 adapter->fw_info.h2c_seq--; in mac_flash_erase() 688 adapter->fw_info.h2c_seq--; in mac_flash_read() 844 adapter->fw_info.h2c_seq--; in mac_flash_write()
|
| H A D | fwcmd.h | 153 u8 h2c_seq; member
|
| H A D | init.c | 819 adapter->fw_info.h2c_seq = 0; in mac_ax_init_state()
|
| H A D | fwdl.c | 150 info->h2c_seq = 0; in update_fw_ver()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_trx_def.h | 67 u8 h2c_seq; /* h2c seq */ member
|
| H A D | phl_tx.c | 866 h2c_pkt->h2c_seq = 0; in _phl_reset_h2c_pkt()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_trx_def.h | 71 u8 h2c_seq; /* h2c seq */ member
|
| H A D | phl_tx.c | 893 h2c_pkt->h2c_seq = 0; in _phl_reset_h2c_pkt()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/ |
| H A D | hal_def.h | 147 u8 h2c_seq; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/ |
| H A D | hal_def.h | 147 u8 h2c_seq; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/ |
| H A D | mac_def.h | 4779 u8 h2c_seq; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/ |
| H A D | mac_def.h | 4779 u8 h2c_seq; member
|