Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dfw.c703 if (!(rtwdev->fw.h2c_seq % 4)) in rtw89_h2c_pkt_set_hdr()
709 FIELD_PREP(H2C_HDR_H2C_SEQ, rtwdev->fw.h2c_seq)); in rtw89_h2c_pkt_set_hdr()
716 rtwdev->fw.h2c_seq++; in rtw89_h2c_pkt_set_hdr()
732 FIELD_PREP(H2C_HDR_H2C_SEQ, rtwdev->fw.h2c_seq)); in rtw89_h2c_pkt_set_hdr_fwdl()
930 fw_info->h2c_seq = 0; in rtw89_fw_download()
H A Dmac.c4434 u8 h2c_seq = le32_get_bits(c2h->w2, RTW89_C2H_DONE_ACK_W2_H2C_SEQ); in rtw89_mac_c2h_done_ack() local
4440 h2c_cat, h2c_class, h2c_func, h2c_return, h2c_seq); in rtw89_mac_c2h_done_ack()
H A Dcore.h3686 u8 h2c_seq; member