Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/dev/rtw89/
H A Dfw.c737 if (!(rtwdev->fw.h2c_seq % 4)) in rtw89_h2c_pkt_set_hdr()
743 FIELD_PREP(H2C_HDR_H2C_SEQ, rtwdev->fw.h2c_seq)); in rtw89_h2c_pkt_set_hdr()
750 rtwdev->fw.h2c_seq++; in rtw89_h2c_pkt_set_hdr()
766 FIELD_PREP(H2C_HDR_H2C_SEQ, rtwdev->fw.h2c_seq)); in rtw89_h2c_pkt_set_hdr_fwdl()
969 fw_info->h2c_seq = 0; in rtw89_fw_download()
H A Dmac.c4407 u8 h2c_seq = le32_get_bits(c2h->w2, RTW89_C2H_DONE_ACK_W2_H2C_SEQ); in rtw89_mac_c2h_done_ack() local
4413 h2c_cat, h2c_class, h2c_func, h2c_return, h2c_seq); in rtw89_mac_c2h_done_ack()
H A Dcore.h3633 u8 h2c_seq; member