Home
last modified time | relevance | path

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

/linux/drivers/scsi/esas2r/
H A Desas2r_ioctl.c1201 struct atto_ioctl *ioctl_hba = in hba_ioctl_done_callback() local
1206 if (ioctl_hba->function == ATTO_FUNC_GET_ADAP_INFO) { in hba_ioctl_done_callback()
1208 &ioctl_hba->data.get_adap_info; in hba_ioctl_done_callback()
1225 struct atto_ioctl *ioctl_hba) in handle_hba_ioctl() argument
1232 bi.ioctl = ioctl_hba; in handle_hba_ioctl()
1233 bi.length = sizeof(struct atto_ioctl) + ioctl_hba->data_length; in handle_hba_ioctl()
1446 ioctl_hba); in esas2r_ioctl_handler()
H A Datioctl.h1226 struct atto_ioctl ioctl_hba; member
H A Desas2r.h970 struct atto_ioctl *ioctl_hba);