Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtlwifi/halmac/halmac_88xx/
Dhalmac_func_88xx.c1590 u8 *h2c_header, *h2c_cmd; in halmac_send_h2c_set_pwr_mode_88xx() local
1600 h2c_header = h2c_buff; in halmac_send_h2c_set_pwr_mode_88xx()
1601 h2c_cmd = h2c_header + HALMAC_H2C_CMD_HDR_SIZE_88XX; in halmac_send_h2c_set_pwr_mode_88xx()
1632 halmac_set_h2c_header_88xx(halmac_adapter, h2c_header, &seq, true); in halmac_send_h2c_set_pwr_mode_88xx()
1650 u8 *h2c_header, *h2c_cmd; in halmac_func_send_original_h2c_88xx() local
1661 h2c_header = H2c_buff; in halmac_func_send_original_h2c_88xx()
1662 h2c_cmd = h2c_header + HALMAC_H2C_CMD_HDR_SIZE_88XX; in halmac_func_send_original_h2c_88xx()
1665 halmac_set_h2c_header_88xx(halmac_adapter, h2c_header, seq, ack); in halmac_func_send_original_h2c_88xx()
1686 u8 *h2c_header, *h2c_cmd; in halmac_media_status_rpt_88xx() local
1696 h2c_header = H2c_buff; in halmac_media_status_rpt_88xx()
[all …]