Lines Matching refs:lcb
1127 struct lcb;
1202 struct lcb * lp[MAX_LUN]; /* The lcb's of this tcb */
1255 struct lcb { struct
1925 static struct lcb * ncr_alloc_lcb (struct ncb *np, u_char tn, u_char ln);
1926 static struct lcb * ncr_setup_lcb (struct ncb *np, struct scsi_device *sdev);
1952 static void ncr_start_next_ccb (struct ncb *np, struct lcb * lp, int maxn);
4123 struct lcb *lp = tp->lp[sdev->lun]; in ncr_queue_command()
4428 static void ncr_start_next_ccb(struct ncb *np, struct lcb *lp, int maxn) in ncr_start_next_ccb()
4708 struct lcb *lp; in ncr_detach()
4820 struct lcb *lp; in ncr_complete()
5095 struct lcb *lp = tp->lp[cp->lun]; in ncr_ccb_skipped()
5636 struct lcb *lp = tp->lp[ln]; in ncr_setup_tags()
6545 struct lcb *lp = tp->lp[cmd->device->lun]; in ncr_sir_to_redo()
7148 struct lcb *lp = tp->lp[ln]; in ncr_get_ccb()
7257 struct lcb *lp = tp->lp[cp->lun]; in ncr_free_ccb()
7358 struct lcb *lp = tp->lp[ln]; in ncr_alloc_ccb()
7491 static struct lcb *ncr_alloc_lcb (struct ncb *np, u_char tn, u_char ln) in ncr_alloc_lcb()
7494 struct lcb *lp = tp->lp[ln]; in ncr_alloc_lcb()
7507 lp = m_calloc_dma(sizeof(struct lcb), "LCB"); in ncr_alloc_lcb()
7581 static struct lcb *ncr_setup_lcb (struct ncb *np, struct scsi_device *sdev) in ncr_setup_lcb()
7585 struct lcb *lp = tp->lp[ln]; in ncr_setup_lcb()
7978 struct lcb *lp = tp->lp[device->lun];