Searched refs:atto_ioctl (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/esas2r/ |
H A D | esas2r_disc.c | 887 struct atto_ioctl *hi; in esas2r_disc_passthru_dev_addr() 898 sgc.length = offsetof(struct atto_ioctl, data) in esas2r_disc_passthru_dev_addr() 919 hi = (struct atto_ioctl *)a->disc_buffer; in esas2r_disc_passthru_dev_addr() 946 struct atto_ioctl *hi; in esas2r_disc_passthru_dev_addr_cb() 953 hi = (struct atto_ioctl *)a->disc_buffer; in esas2r_disc_passthru_dev_addr_cb()
|
H A D | esas2r_ioctl.c | 668 struct atto_ioctl *hi, in hba_ioctl_tunnel() 690 struct atto_ioctl *hi = (struct atto_ioctl *)rq->aux_req_cx; in scsi_passthru_comp_cb() 749 struct atto_ioctl *hi = (struct atto_ioctl *)esas2r_buffered_ioctl; in hba_ioctl_callback() 1008 sgc->cur_offset += offsetof(struct atto_ioctl, data.byte) in hba_ioctl_callback() 1206 struct atto_ioctl *ioctl_hba = in hba_ioctl_done_callback() 1207 (struct atto_ioctl *)esas2r_buffered_ioctl; in hba_ioctl_done_callback() 1230 struct atto_ioctl *ioctl_hba) in handle_hba_ioctl() 1238 bi.length = sizeof(struct atto_ioctl) in handle_hba_ioctl() [all...] |
H A D | esas2r_main.c | 176 int length = min_t(size_t, sizeof(struct atto_ioctl), PAGE_SIZE); in read_hw() 194 int length = min(sizeof(struct atto_ioctl), count); in write_hw() 197 a->local_atto_ioctl = kmalloc(sizeof(struct atto_ioctl), in write_hw() 202 sizeof(struct atto_ioctl)); in write_hw() 207 memset(a->local_atto_ioctl, 0, sizeof(struct atto_ioctl)); in write_hw()
|
H A D | atioctl.h | 989 struct atto_ioctl { struct 1225 struct atto_ioctl ioctl_hba;
|
H A D | esas2r.h | 951 struct atto_ioctl *local_atto_ioctl; 971 struct atto_ioctl *ioctl_hba);
|
/kernel/linux/linux-6.6/drivers/scsi/esas2r/ |
H A D | esas2r_disc.c | 887 struct atto_ioctl *hi; in esas2r_disc_passthru_dev_addr() 898 sgc.length = offsetof(struct atto_ioctl, data) in esas2r_disc_passthru_dev_addr() 919 hi = (struct atto_ioctl *)a->disc_buffer; in esas2r_disc_passthru_dev_addr() 946 struct atto_ioctl *hi; in esas2r_disc_passthru_dev_addr_cb() 953 hi = (struct atto_ioctl *)a->disc_buffer; in esas2r_disc_passthru_dev_addr_cb()
|
H A D | esas2r_ioctl.c | 668 struct atto_ioctl *hi, in hba_ioctl_tunnel() 690 struct atto_ioctl *hi = (struct atto_ioctl *)rq->aux_req_cx; in scsi_passthru_comp_cb() 749 struct atto_ioctl *hi = (struct atto_ioctl *)esas2r_buffered_ioctl; in hba_ioctl_callback() 1007 sgc->cur_offset += offsetof(struct atto_ioctl, data.byte) in hba_ioctl_callback() 1205 struct atto_ioctl *ioctl_hba = in hba_ioctl_done_callback() 1206 (struct atto_ioctl *)esas2r_buffered_ioctl; in hba_ioctl_done_callback() 1229 struct atto_ioctl *ioctl_hba) in handle_hba_ioctl() 1237 bi.length = sizeof(struct atto_ioctl) in handle_hba_ioctl() [all...] |
H A D | esas2r_main.c | 176 int length = min_t(size_t, sizeof(struct atto_ioctl), PAGE_SIZE); in read_hw() 194 int length = min(sizeof(struct atto_ioctl), count); in write_hw() 197 a->local_atto_ioctl = kmalloc(sizeof(struct atto_ioctl), in write_hw() 202 sizeof(struct atto_ioctl)); in write_hw() 207 memset(a->local_atto_ioctl, 0, sizeof(struct atto_ioctl)); in write_hw()
|
H A D | atioctl.h | 990 struct atto_ioctl { struct 1226 struct atto_ioctl ioctl_hba;
|
H A D | esas2r.h | 951 struct atto_ioctl *local_atto_ioctl; 971 struct atto_ioctl *ioctl_hba);
|
Completed in 24 milliseconds