Searched refs:tm_iocb (Results 1 – 4 of 4) sorted by relevance
3174 struct tsk_mgmt_entry_fx00 tm_iocb; in qlafx00_tm_iocb() local3177 memset(&tm_iocb, 0, sizeof(struct tsk_mgmt_entry_fx00)); in qlafx00_tm_iocb()3178 tm_iocb.entry_type = TSK_MGMT_IOCB_TYPE_FX00; in qlafx00_tm_iocb()3179 tm_iocb.entry_count = 1; in qlafx00_tm_iocb()3180 tm_iocb.handle = make_handle(req->id, sp->handle); in qlafx00_tm_iocb()3181 tm_iocb.reserved_0 = 0; in qlafx00_tm_iocb()3182 tm_iocb.tgt_id = cpu_to_le16(sp->fcport->tgt_id); in qlafx00_tm_iocb()3183 tm_iocb.control_flags = cpu_to_le32(fxio->u.tmf.flags); in qlafx00_tm_iocb()3184 if (tm_iocb.control_flags == cpu_to_le32((uint32_t)TCF_LUN_RESET)) { in qlafx00_tm_iocb()3186 host_to_adap((uint8_t *)&llun, (uint8_t *)&tm_iocb.lun, in qlafx00_tm_iocb()[all …]
2083 struct srb_iocb *tm_iocb; in qla26xx_marker() local2110 tm_iocb = &sp->u.iocb_cmd; in qla26xx_marker()2113 tm_iocb->u.tmf.lun = arg->lun; in qla26xx_marker()2131 rval = tm_iocb->u.tmf.data; in qla26xx_marker()2171 struct srb_iocb *tm_iocb; in __qla2x00_async_tm_cmd() local2201 tm_iocb = &sp->u.iocb_cmd; in __qla2x00_async_tm_cmd()2203 tm_iocb->u.tmf.flags = arg->flags; in __qla2x00_async_tm_cmd()2204 tm_iocb->u.tmf.lun = arg->lun; in __qla2x00_async_tm_cmd()2217 rval = tm_iocb->u.tmf.data; in __qla2x00_async_tm_cmd()2242 if (tm_iocb->u.tmf.data) in __qla2x00_async_tm_cmd()[all …]
949 struct imm_ntfy_from_isp tm_iocb; member
1689 memcpy(&prm->tm_iocb, param, param_size); in qlt_sched_sess_work()