Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/pm8001/
Dpm8001_ctl.c639 IOCTL_BUF_SIZE); in pm8001_update_flash()
646 fwControl->len = IOCTL_BUF_SIZE; /* IN */ in pm8001_update_flash()
649 fwControl->offset = loopNumber * IOCTL_BUF_SIZE;/*OUT */ in pm8001_update_flash()
654 ((partitionSize + HEADER_LEN) % IOCTL_BUF_SIZE)) { in pm8001_update_flash()
656 (partitionSize + HEADER_LEN) % IOCTL_BUF_SIZE; in pm8001_update_flash()
659 (partitionSize + HEADER_LEN) % IOCTL_BUF_SIZE); in pm8001_update_flash()
661 (partitionSize + HEADER_LEN) % IOCTL_BUF_SIZE; in pm8001_update_flash()
665 IOCTL_BUF_SIZE); in pm8001_update_flash()
666 sizeRead += IOCTL_BUF_SIZE; in pm8001_update_flash()
Dpm8001_ctl.h44 #define IOCTL_BUF_SIZE 4096 macro