Searched refs:local_atto_ioctl (Results 1 – 3 of 3) sorted by relevance
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()
577 kfree(a->local_atto_ioctl); in esas2r_kill_adapter()578 a->local_atto_ioctl = NULL; in esas2r_kill_adapter()
951 struct atto_ioctl *local_atto_ioctl; member