Home | History | Annotate | Download | only in ic

Lines Matching defs:el

491 	lun_entry_t el;
494 ISP_MEMZERO(&el, sizeof (el));
496 el.le_rsvd = (bus & 0x1) << 7;
498 el.le_cmd_count = cmd_cnt;
499 el.le_in_count = inot_cnt;
502 el.le_flags = LUN_TQAE|LUN_DISAD;
503 el.le_cdb6len = 12;
504 el.le_cdb7len = 12;
508 el.le_cmd_count = 0;
509 el.le_in_count = 0;
512 el.le_ops = LUN_CCDECR | LUN_INDECR;
514 el.le_ops = LUN_CCINCR | LUN_ININCR;
516 el.le_header.rqs_entry_type = cmd;
517 el.le_header.rqs_entry_count = 1;
519 el.le_tgt = SDPARAM(isp, bus)->isp_initiator_id;
520 el.le_lun = lun;
522 el.le_lun = lun;
524 el.le_timeout = 30;
531 isp_put_enable_lun(isp, &el, outp);
532 ISP_TDQE(isp, "isp_lun_cmd", isp->isp_reqidx, &el);