Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Dmac.c5467 u8 h2c_seq = le32_get_bits(c2h->w2, RTW89_C2H_REV_ACK_W2_H2C_SEQ); in rtw89_mac_c2h_rec_ack() local
5472 h2c_cat, h2c_class, h2c_func, h2c_seq); in rtw89_mac_c2h_rec_ack()
5506 u8 h2c_seq = le32_get_bits(c2h->w2, RTW89_C2H_DONE_ACK_W2_H2C_SEQ); in rtw89_mac_c2h_done_ack() local
5512 h2c_cat, h2c_class, h2c_func, h2c_return, h2c_seq); in rtw89_mac_c2h_done_ack()
H A Dfw.c1641 if (chip->chip_gen == RTW89_CHIP_AX && !(rtwdev->fw.h2c_seq % 4)) in rtw89_h2c_pkt_set_hdr()
1647 FIELD_PREP(H2C_HDR_H2C_SEQ, rtwdev->fw.h2c_seq)); in rtw89_h2c_pkt_set_hdr()
1654 rtwdev->fw.h2c_seq++; in rtw89_h2c_pkt_set_hdr()
1670 FIELD_PREP(H2C_HDR_H2C_SEQ, rtwdev->fw.h2c_seq)); in rtw89_h2c_pkt_set_hdr_fwdl()
2021 fw_info->h2c_seq = 0; in __rtw89_fw_download()
H A Dcore.h6110 u8 h2c_seq; member