Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtlwifi/halmac/halmac_88xx/
Dhalmac_func_88xx.c77 u8 *h2c_buff);
295 u8 h2c_buff[HALMAC_H2C_CMD_SIZE_88XX] = {0}; in halmac_dump_efuse_fw_88xx() local
306 halmac_set_fw_offload_h2c_header_88xx(halmac_adapter, h2c_buff, in halmac_dump_efuse_fw_88xx()
318 status = halmac_send_h2c_pkt_88xx(halmac_adapter, h2c_buff, in halmac_dump_efuse_fw_88xx()
1589 u8 h2c_buff[HALMAC_H2C_CMD_SIZE_88XX]; in halmac_send_h2c_set_pwr_mode_88xx() local
1600 h2c_header = h2c_buff; in halmac_send_h2c_set_pwr_mode_88xx()
1603 memset(h2c_buff, 0x00, HALMAC_H2C_CMD_SIZE_88XX); in halmac_send_h2c_set_pwr_mode_88xx()
1634 status = halmac_send_h2c_pkt_88xx(halmac_adapter, h2c_buff, in halmac_send_h2c_set_pwr_mode_88xx()
1726 u8 h2c_buff[HALMAC_H2C_CMD_SIZE_88XX] = {0}; in halmac_send_h2c_update_packet_88xx() local
1759 h2c_buff, in halmac_send_h2c_update_packet_88xx()
[all …]
Dhalmac_api_88xx.c4439 u8 h2c_buff[HALMAC_H2C_CMD_SIZE_88XX] = {0}; in halmac_func_p2pps_88xx() local
4451 P2PPS_SET_OFFLOAD_EN(h2c_buff, p2p_ps->offload_en); in halmac_func_p2pps_88xx()
4452 P2PPS_SET_ROLE(h2c_buff, p2p_ps->role); in halmac_func_p2pps_88xx()
4453 P2PPS_SET_CTWINDOW_EN(h2c_buff, p2p_ps->ctwindow_en); in halmac_func_p2pps_88xx()
4454 P2PPS_SET_NOA_EN(h2c_buff, p2p_ps->noa_en); in halmac_func_p2pps_88xx()
4455 P2PPS_SET_NOA_SEL(h2c_buff, p2p_ps->noa_sel); in halmac_func_p2pps_88xx()
4456 P2PPS_SET_ALLSTASLEEP(h2c_buff, p2p_ps->all_sta_sleep); in halmac_func_p2pps_88xx()
4457 P2PPS_SET_DISCOVERY(h2c_buff, p2p_ps->discovery); in halmac_func_p2pps_88xx()
4458 P2PPS_SET_P2P_PORT_ID(h2c_buff, p2p_ps->p2p_port_id); in halmac_func_p2pps_88xx()
4459 P2PPS_SET_P2P_GROUP(h2c_buff, p2p_ps->p2p_group); in halmac_func_p2pps_88xx()
[all …]