Searched refs:response_buffer_hnd (Results 1 – 2 of 2) sorted by relevance
/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/src/ |
D | whd_cdc_bdc.c | 195 whd_buffer_t *response_buffer_hnd) in whd_cdc_send_ioctl() argument 293 if (response_buffer_hnd != NULL) in whd_cdc_send_ioctl() 295 *response_buffer_hnd = cdc_bdc_info->ioctl_response; in whd_cdc_send_ioctl() 296 …CHECK_RETURN(whd_buffer_add_remove_at_front(whd_driver, response_buffer_hnd, sizeof(cdc_header_t) … in whd_cdc_send_ioctl() 311 if (response_buffer_hnd != NULL) in whd_cdc_send_ioctl() 313 CHECK_RETURN(whd_buffer_release(whd_driver, *response_buffer_hnd, WHD_NETWORK_RX) ); in whd_cdc_send_ioctl() 314 *response_buffer_hnd = NULL; in whd_cdc_send_ioctl() 343 whd_buffer_t *response_buffer_hnd) in whd_cdc_send_iovar() argument 347 …turn whd_cdc_send_ioctl(ifp, CDC_SET, (uint32_t)WLC_SET_VAR, send_buffer_hnd, response_buffer_hnd); in whd_cdc_send_iovar() 351 …turn whd_cdc_send_ioctl(ifp, CDC_GET, (uint32_t)WLC_GET_VAR, send_buffer_hnd, response_buffer_hnd); in whd_cdc_send_iovar()
|
/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/src/include/ |
D | whd_cdc_bdc.h | 153 whd_buffer_t *response_buffer_hnd); 157 whd_buffer_t *response_buffer_hnd);
|