Searched refs:WHD_IOCTL_LOG_SIZE (Results 1 – 3 of 3) sorted by relevance
638 whd_driver->whd_ioctl_log[whd_driver->whd_ioctl_log_index % WHD_IOCTL_LOG_SIZE].ioct_log = cmd; in whd_ioctl_log_add()639 … whd_driver->whd_ioctl_log[whd_driver->whd_ioctl_log_index % WHD_IOCTL_LOG_SIZE].is_this_event = 0; in whd_ioctl_log_add()640 …whd_driver->whd_ioctl_log[whd_driver->whd_ioctl_log_index % WHD_IOCTL_LOG_SIZE].data_size = MIN_OF( in whd_ioctl_log_add()642 memset(whd_driver->whd_ioctl_log[whd_driver->whd_ioctl_log_index % WHD_IOCTL_LOG_SIZE].data, 0, in whd_ioctl_log_add()644 … memcpy(whd_driver->whd_ioctl_log[whd_driver->whd_ioctl_log_index % WHD_IOCTL_LOG_SIZE].data, data, in whd_ioctl_log_add()645 … whd_driver->whd_ioctl_log[whd_driver->whd_ioctl_log_index % WHD_IOCTL_LOG_SIZE].data_size); in whd_ioctl_log_add()655 … whd_driver->whd_ioctl_log[whd_driver->whd_ioctl_log_index % WHD_IOCTL_LOG_SIZE].is_this_event = 1; in whd_ioctl_log_add_event()656 whd_driver->whd_ioctl_log[whd_driver->whd_ioctl_log_index % WHD_IOCTL_LOG_SIZE].ioct_log = cmd; in whd_ioctl_log_add_event()657 whd_driver->whd_ioctl_log[whd_driver->whd_ioctl_log_index % WHD_IOCTL_LOG_SIZE].flag = flag; in whd_ioctl_log_add_event()658 whd_driver->whd_ioctl_log[whd_driver->whd_ioctl_log_index % WHD_IOCTL_LOG_SIZE].reason = reason; in whd_ioctl_log_add_event()[all …]
116 whd_ioctl_log_t whd_ioctl_log[WHD_IOCTL_LOG_SIZE];
314 #define WHD_IOCTL_LOG_SIZE 64 macro