Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/
Dhpsa.c255 static int hpsa_ioctl(struct scsi_device *dev, unsigned int cmd,
966 .ioctl = hpsa_ioctl,
6222 err = hpsa_ioctl(dev, CCISS_PASSTHRU, p); in hpsa_ioctl32_passthru()
6260 err = hpsa_ioctl(dev, CCISS_BIG_PASSTHRU, p); in hpsa_ioctl32_big_passthru()
6289 return hpsa_ioctl(dev, cmd, arg); in hpsa_compat_ioctl()
6591 static int hpsa_ioctl(struct scsi_device *dev, unsigned int cmd, in hpsa_ioctl() function