Searched refs:resp_buf (Results 1 - 3 of 3) sorted by relevance
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | wl_cfgnan.c | 138 uint16 nan_buf_size, uint32 *status, uint8 *resp_buf, 825 uint8 resp_buf[NAN_IOCTL_BUF_SIZE]; in wl_cfgnan_config_eventmask() local 875 memset(resp_buf, 0, sizeof(resp_buf)); in wl_cfgnan_config_eventmask() 877 (void*)resp_buf, NAN_IOCTL_BUF_SIZE); in wl_cfgnan_config_eventmask() 883 sub_cmd_resp = &((bcm_iov_batch_buf_t *)(resp_buf))->cmds[0]; in wl_cfgnan_config_eventmask() 926 (void*)resp_buf, NAN_IOCTL_BUF_SIZE); in wl_cfgnan_config_eventmask() 960 uint8 resp_buf[NAN_IOCTL_BUF_SIZE]; in wl_cfgnan_set_nan_avail() local 1027 memset_s(resp_buf, sizeof(resp_buf), in wl_cfgnan_set_nan_avail() 1198 uint8 resp_buf[NAN_IOCTL_BUF_SIZE]; wl_cfgnan_config_control_flag() local 1328 wl_cfgnan_execute_ioctl(struct net_device *ndev, struct bcm_cfg80211 *cfg, bcm_iov_batch_buf_t *nan_buf, uint16 nan_buf_size, uint32 *status, uint8 *resp_buf, uint16 resp_buf_size) wl_cfgnan_execute_ioctl() argument 1425 uint8 resp_buf[NAN_IOCTL_BUF_SIZE]; wl_cfgnan_get_ver() local 1491 uint8 resp_buf[NAN_IOCTL_BUF_SIZE]; wl_cfgnan_set_if_addr() local 1927 uint8 resp_buf[NAN_IOCTL_BUF_SIZE]; wl_cfgnan_set_nan_scan_params() local 2265 uint8 resp_buf[NAN_IOCTL_BUF_SIZE]; wl_cfgnan_start_handler() local 2776 uint8 resp_buf[NAN_IOCTL_BUF_SIZE]; wl_cfgnan_stop_handler() local 2864 uint8 resp_buf[NAN_IOCTL_BUF_SIZE]; wl_cfgnan_config_handler() local 3183 uint8 resp_buf[NAN_IOCTL_BUF_SIZE]; wl_cfgnan_cancel_ranging() local 3990 uint8 resp_buf[NAN_IOCTL_BUF_SIZE_MED]; wl_cfgnan_trigger_ranging() local 4598 uint8 *resp_buf = NULL; wl_cfgnan_svc_get_handler() local 4672 uint8 *resp_buf = NULL; wl_cfgnan_svc_handler() local 4926 uint8 resp_buf[NAN_IOCTL_BUF_SIZE]; wl_cfgnan_cancel_pub_handler() local 4989 uint8 resp_buf[NAN_IOCTL_BUF_SIZE]; wl_cfgnan_cancel_sub_handler() local 5065 uint8 *resp_buf = NULL; wl_cfgnan_transmit_handler() local 5239 uint8 resp_buf[NAN_IOCTL_BUF_SIZE]; wl_cfgnan_get_capability() local 5420 uint8 resp_buf[NAN_IOCTL_BUF_SIZE]; wl_cfgnan_init() local 5504 uint8 resp_buf[NAN_IOCTL_BUF_SIZE]; wl_cfgnan_deinit() local 5829 uint8 *resp_buf = NULL; wl_cfgnan_data_path_request_handler() local 6093 uint8 *resp_buf = NULL; wl_cfgnan_data_path_response_handler() local 6323 uint8 resp_buf[NAN_IOCTL_BUF_SIZE]; wl_cfgnan_data_path_end_handler() local 7795 uint8 resp_buf[NAN_IOCTL_BUF_SIZE]; wl_cfgnan_clear_disc_cache() local 8122 uint8 resp_buf[NAN_IOCTL_BUF_SIZE]; wl_cfgnan_get_status() local [all...] |
H A D | dhd_rtt.c | 427 char resp_buf[WLC_IOCTL_SMLEN]; variable 626 wl_proxd_iov_t *p_iovresp = (wl_proxd_iov_t *)resp_buf; in rtt_do_get_ioctl()
|
/device/soc/rockchip/common/vendor/drivers/net/usb/ |
H A D | meig_cdc_driver.c | 3612 unsigned char resp_buf[56] = {0};
local 3622 hw_send_qmi_request_no_resp(dev->intf, set_instance_req, 0x10, resp_buf, 0x38);
3624 ret = hw_send_qmi_request(dev->intf, client_id_req, 0x10, resp_buf, 0x38);
3629 status_req[0x05] = resp_buf[0x17];
3630 memset(resp_buf, 0, 0x38 * sizeof(unsigned char));
3632 ret = hw_send_qmi_request(dev->intf, status_req, 0x0D, resp_buf, 0x38);
3638 if (resp_buf[0x17] == 0x02) {
3649 memset(resp_buf, 0, 0x38 * sizeof(unsigned char));
3651 ret = hw_send_qmi_request_no_resp(dev->intf, rel_client_id_req, 0x11, resp_buf, 0x38);
|
Completed in 15 milliseconds