Lines Matching defs:mrk
512 mrk_entry_t *mrk;
518 mrk = (mrk_entry_t *)__qla2x00_alloc_iocbs(qpair, NULL);
519 if (mrk == NULL) {
526 mrk24 = (struct mrk_entry_24xx *)mrk;
528 mrk->entry_type = MARKER_TYPE;
529 mrk->modifier = type;
537 SET_TARGET_ID(ha, mrk->target, loop_id);
538 mrk->lun = cpu_to_le16((uint16_t)lun);
3888 qla_marker_iocb(srb_t *sp, struct mrk_entry_24xx *mrk)
3890 mrk->entry_type = MARKER_TYPE;
3891 mrk->modifier = sp->u.iocb_cmd.u.tmf.modifier;
3892 mrk->handle = make_handle(sp->qpair->req->id, sp->handle);
3894 mrk->nport_handle = cpu_to_le16(sp->u.iocb_cmd.u.tmf.loop_id);
3895 int_to_scsilun(sp->u.iocb_cmd.u.tmf.lun, (struct scsi_lun *)&mrk->lun);
3896 host_to_fcp_swap(mrk->lun, sizeof(mrk->lun));
3897 mrk->vp_index = sp->u.iocb_cmd.u.tmf.vp_index;