Home
last modified time | relevance | path

Searched refs:h2c_seq (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/halmac/halmac_88xx/
H A Dhalmac_func_88xx.c2242 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 Dfwcmd.c387 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 Dflash.c137 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 Dfwcmd.h153 u8 h2c_seq; member
H A Dinit.c819 adapter->fw_info.h2c_seq = 0; in mac_ax_init_state()
H A Dfwdl.c150 info->h2c_seq = 0; in update_fw_ver()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/
H A Dfwcmd.c387 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 Dflash.c137 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 Dfwcmd.h153 u8 h2c_seq; member
H A Dinit.c819 adapter->fw_info.h2c_seq = 0; in mac_ax_init_state()
H A Dfwdl.c150 info->h2c_seq = 0; in update_fw_ver()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_trx_def.h67 u8 h2c_seq; /* h2c seq */ member
H A Dphl_tx.c866 h2c_pkt->h2c_seq = 0; in _phl_reset_h2c_pkt()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_trx_def.h71 u8 h2c_seq; /* h2c seq */ member
H A Dphl_tx.c893 h2c_pkt->h2c_seq = 0; in _phl_reset_h2c_pkt()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_def.h147 u8 h2c_seq; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_def.h147 u8 h2c_seq; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/
H A Dmac_def.h4779 u8 h2c_seq; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/
H A Dmac_def.h4779 u8 h2c_seq; member