Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/esas2r/
H A Desas2r_ioctl.c1205 struct atto_ioctl *ioctl_hba = in hba_ioctl_done_callback() local
1210 if (ioctl_hba->function == ATTO_FUNC_GET_ADAP_INFO) { in hba_ioctl_done_callback()
1212 &ioctl_hba->data.get_adap_info; in hba_ioctl_done_callback()
1229 struct atto_ioctl *ioctl_hba) in handle_hba_ioctl() argument
1236 bi.ioctl = ioctl_hba; in handle_hba_ioctl()
1237 bi.length = sizeof(struct atto_ioctl) + ioctl_hba->data_length; in handle_hba_ioctl()
1450 ioctl_hba); in esas2r_ioctl_handler()
H A Datioctl.h1226 struct atto_ioctl ioctl_hba; member
H A Desas2r.h971 struct atto_ioctl *ioctl_hba);