Searched refs:tm_iocb (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/scsi/qla2xxx/
H A Dqla_mr.c3176 struct tsk_mgmt_entry_fx00 tm_iocb; local
3179 memset(&tm_iocb, 0, sizeof(struct tsk_mgmt_entry_fx00));
3180 tm_iocb.entry_type = TSK_MGMT_IOCB_TYPE_FX00;
3181 tm_iocb.entry_count = 1;
3182 tm_iocb.handle = make_handle(req->id, sp->handle);
3183 tm_iocb.reserved_0 = 0;
3184 tm_iocb.tgt_id = cpu_to_le16(sp->fcport->tgt_id);
3185 tm_iocb.control_flags = cpu_to_le32(fxio->u.tmf.flags);
3186 if (tm_iocb.control_flags == cpu_to_le32((uint32_t)TCF_LUN_RESET)) {
3188 host_to_adap((uint8_t *)&llun, (uint8_t *)&tm_iocb
[all...]
H A Dqla_init.c2071 struct srb_iocb *tm_iocb; local
2098 tm_iocb = &sp->u.iocb_cmd;
2099 init_completion(&tm_iocb->u.tmf.comp);
2100 tm_iocb->u.tmf.modifier = arg->modifier;
2101 tm_iocb->u.tmf.lun = arg->lun;
2102 tm_iocb->u.tmf.loop_id = fcport->loop_id;
2103 tm_iocb->u.tmf.vp_index = vha->vp_idx;
2118 wait_for_completion(&tm_iocb->u.tmf.comp);
2119 rval = tm_iocb->u.tmf.data;
2159 struct srb_iocb *tm_iocb; local
[all...]
H A Dqla_target.h949 struct imm_ntfy_from_isp tm_iocb; member in union:qla_tgt_sess_work_param::__anon2806
H A Dqla_target.c1689 memcpy(&prm->tm_iocb, param, param_size);

Completed in 160 milliseconds