Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/pm8001/
Dpm8001_ctl.c658 IOCTL_BUF_SIZE); in pm8001_update_flash()
665 fwControl->len = IOCTL_BUF_SIZE; /* IN */ in pm8001_update_flash()
668 fwControl->offset = loopNumber * IOCTL_BUF_SIZE;/*OUT */ in pm8001_update_flash()
673 ((partitionSize + HEADER_LEN) % IOCTL_BUF_SIZE)) { in pm8001_update_flash()
675 (partitionSize + HEADER_LEN) % IOCTL_BUF_SIZE; in pm8001_update_flash()
678 (partitionSize + HEADER_LEN) % IOCTL_BUF_SIZE); in pm8001_update_flash()
680 (partitionSize + HEADER_LEN) % IOCTL_BUF_SIZE; in pm8001_update_flash()
684 IOCTL_BUF_SIZE); in pm8001_update_flash()
685 sizeRead += IOCTL_BUF_SIZE; in pm8001_update_flash()
Dpm8001_ctl.h44 #define IOCTL_BUF_SIZE 4096 macro