Searched refs:local_atto_ioctl (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/esas2r/ |
H A D | esas2r_main.c | 178 if (!a->local_atto_ioctl) in read_hw() 181 if (handle_hba_ioctl(a, a->local_atto_ioctl) != IOCTL_SUCCESS) in read_hw() 184 memcpy(buf, a->local_atto_ioctl, length); in read_hw() 196 if (!a->local_atto_ioctl) { in write_hw() 197 a->local_atto_ioctl = kmalloc(sizeof(struct atto_ioctl), in write_hw() 199 if (a->local_atto_ioctl == NULL) { in write_hw() 207 memset(a->local_atto_ioctl, 0, sizeof(struct atto_ioctl)); in write_hw() 208 memcpy(a->local_atto_ioctl, buf, length); in write_hw()
|
H A D | esas2r_init.c | 576 kfree(a->local_atto_ioctl); in esas2r_kill_adapter() 577 a->local_atto_ioctl = NULL; in esas2r_kill_adapter()
|
H A D | esas2r.h | 951 struct atto_ioctl *local_atto_ioctl; member
|
/kernel/linux/linux-6.6/drivers/scsi/esas2r/ |
H A D | esas2r_main.c | 178 if (!a->local_atto_ioctl) in read_hw() 181 if (handle_hba_ioctl(a, a->local_atto_ioctl) != IOCTL_SUCCESS) in read_hw() 184 memcpy(buf, a->local_atto_ioctl, length); in read_hw() 196 if (!a->local_atto_ioctl) { in write_hw() 197 a->local_atto_ioctl = kmalloc(sizeof(struct atto_ioctl), in write_hw() 199 if (a->local_atto_ioctl == NULL) { in write_hw() 207 memset(a->local_atto_ioctl, 0, sizeof(struct atto_ioctl)); in write_hw() 208 memcpy(a->local_atto_ioctl, buf, length); in write_hw()
|
H A D | esas2r_init.c | 577 kfree(a->local_atto_ioctl); in esas2r_kill_adapter() 578 a->local_atto_ioctl = NULL; in esas2r_kill_adapter()
|
H A D | esas2r.h | 951 struct atto_ioctl *local_atto_ioctl; member
|
Completed in 15 milliseconds