Lines Matching defs:lcb
1117 struct lcb;
1185 ** SCR_JUMP ^ IFTRUE(MASK(i, 3)), @(first lcb mod. i)
1192 struct lcb * lp[MAX_LUN]; /* The lcb's of this tcb */
1245 struct lcb {
1251 ** JUMP IF (SFBR != #lun#), @(next lcb of this target)
1597 /* when lcb is not allocated. */
1910 static struct lcb * ncr_alloc_lcb (struct ncb *np, u_char tn, u_char ln);
1911 static struct lcb * ncr_setup_lcb (struct ncb *np, struct scsi_device *sdev);
1937 static void ncr_start_next_ccb (struct ncb *np, struct lcb * lp, int maxn);
2567 ** - struct lcb
4086 struct lcb *lp = tp->lp[sdev->lun];
4387 static void ncr_start_next_ccb(struct ncb *np, struct lcb *lp, int maxn)
4552 struct lcb *lp;
4664 struct lcb *lp;
4781 ** Allocate the lcb if not yet.
4945 struct lcb *lp = tp->lp[cp->lun];
5461 struct lcb *lp = tp->lp[ln];
6370 struct lcb *lp = tp->lp[cmd->device->lun];
6974 struct lcb *lp = tp->lp[ln];
7083 struct lcb *lp = tp->lp[cp->lun];
7184 struct lcb *lp = tp->lp[ln];
7317 static struct lcb *ncr_alloc_lcb (struct ncb *np, u_char tn, u_char ln)
7320 struct lcb *lp = tp->lp[ln];
7331 ** Allocate the lcb.
7333 lp = m_calloc_dma(sizeof(struct lcb), "LCB");
7364 ** Jump to next lcb if SFBR does not match this lun.
7368 ** JUMP IF (SFBR != #lun#), @(next lcb)
7407 static struct lcb *ncr_setup_lcb (struct ncb *np, struct scsi_device *sdev)
7411 struct lcb *lp = tp->lp[ln];
7413 /* If no lcb, try to allocate it. */
7805 struct lcb *lp = tp->lp[device->lun];