Lines Matching refs:subsys
986 if (le32_to_cpu(ha->subsys->param[3]) & 0x300000) {
2472 if (le32_to_cpu(ha->subsys->param[4]) & 0x1) {
2546 if ((ha->subsys->param[3] & 0x300000)
3736 if (ha->subsys->param[4] & 0x00100000) { /* If NEW Tape DCDB is Supported */
4245 kfree(ha->subsys);
4246 ha->subsys = NULL;
5720 scb->data_len = sizeof (*ha->subsys);
5730 memcpy(ha->subsys, ha->ioctl_data, sizeof(*ha->subsys));
6983 ha->subsys = kmalloc(sizeof (IPS_SUBSYS), GFP_KERNEL);
6985 if (!ha->subsys) {