Home
last modified time | relevance | path

Searched refs:h2c_class (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/realtek/rtw89/
H A Dmac.c5465 u8 h2c_class = le32_get_bits(c2h->w2, RTW89_C2H_REV_ACK_W2_CLASS); in rtw89_mac_c2h_rec_ack() local
5472 h2c_cat, h2c_class, h2c_func, h2c_seq); in rtw89_mac_c2h_rec_ack()
5477 switch (h2c_class) { in rtw89_mac_c2h_rec_ack()
5503 u8 h2c_class = le32_get_bits(c2h->w2, RTW89_C2H_DONE_ACK_W2_CLASS); in rtw89_mac_c2h_done_ack() local
5512 h2c_cat, h2c_class, h2c_func, h2c_return, h2c_seq); in rtw89_mac_c2h_done_ack()
5517 switch (h2c_class) { in rtw89_mac_c2h_done_ack()
H A Dcoex.c1013 static int _send_fw_cmd(struct rtw89_dev *rtwdev, u8 h2c_class, u8 h2c_func, in _send_fw_cmd() argument
1053 h2c_class = BTFC_SET; in _send_fw_cmd()
1055 ret = rtw89_fw_h2c_raw_with_hdr(rtwdev, h2c_class, h2c_func, in _send_fw_cmd()
1060 __func__, h2c_class, bid, in _send_fw_cmd()
1107 ret = rtw89_fw_h2c_raw_with_hdr(rtwdev, h2c_class, h2c_func, buf, len, in _send_fw_cmd()
H A Dfw.h5535 u8 h2c_class, u8 h2c_func, u8 *buf, u16 len,
H A Dfw.c8948 u8 h2c_class, u8 h2c_func, u8 *buf, u16 len, in rtw89_fw_h2c_raw_with_hdr() argument
8962 H2C_CAT_OUTSRC, h2c_class, h2c_func, rack, dack, in rtw89_fw_h2c_raw_with_hdr()