Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dips.c1018 ha->num_ioctl = 0; in __ips_eh_reset()
2134 ha->scb_activelist.count - ha->num_ioctl); in ips_host_info()
2138 ha->num_ioctl); in ips_host_info()
2579 while ((ha->num_ioctl < IPS_MAX_IOCTL) && in ips_next()
2583 ha->num_ioctl++; in ips_next()
2615 ha->num_ioctl--; in ips_next()
2624 ha->num_ioctl--; in ips_next()
3169 ha->num_ioctl--; in ips_done()
Dips.h1034 uint32_t num_ioctl; /* Number of Ioctls */ member