Lines Matching refs:subsys
986 if (le32_to_cpu(ha->subsys->param[3]) & 0x300000) {
2469 if (le32_to_cpu(ha->subsys->param[4]) & 0x1) {
2543 if ((ha->subsys->param[3] & 0x300000)
3733 if (ha->subsys->param[4] & 0x00100000) { /* If NEW Tape DCDB is Supported */
4242 kfree(ha->subsys);
4243 ha->subsys = NULL;
5717 scb->data_len = sizeof (*ha->subsys);
5727 memcpy(ha->subsys, ha->ioctl_data, sizeof(*ha->subsys));
6980 ha->subsys = kmalloc(sizeof (IPS_SUBSYS), GFP_KERNEL);
6982 if (!ha->subsys) {