Lines Matching refs:lcb
1115 struct lcb;
1190 struct lcb * lp[MAX_LUN]; /* The lcb's of this tcb */
1243 struct lcb { struct
1913 static struct lcb * ncr_alloc_lcb (struct ncb *np, u_char tn, u_char ln);
1914 static struct lcb * ncr_setup_lcb (struct ncb *np, struct scsi_device *sdev);
1940 static void ncr_start_next_ccb (struct ncb *np, struct lcb * lp, int maxn);
4114 struct lcb *lp = tp->lp[sdev->lun]; in ncr_queue_command()
4419 static void ncr_start_next_ccb(struct ncb *np, struct lcb *lp, int maxn) in ncr_start_next_ccb()
4699 struct lcb *lp; in ncr_detach()
4811 struct lcb *lp; in ncr_complete()
5086 struct lcb *lp = tp->lp[cp->lun]; in ncr_ccb_skipped()
5627 struct lcb *lp = tp->lp[ln]; in ncr_setup_tags()
6536 struct lcb *lp = tp->lp[cmd->device->lun]; in ncr_sir_to_redo()
7140 struct lcb *lp = tp->lp[ln]; in ncr_get_ccb()
7249 struct lcb *lp = tp->lp[cp->lun]; in ncr_free_ccb()
7350 struct lcb *lp = tp->lp[ln]; in ncr_alloc_ccb()
7483 static struct lcb *ncr_alloc_lcb (struct ncb *np, u_char tn, u_char ln) in ncr_alloc_lcb()
7486 struct lcb *lp = tp->lp[ln]; in ncr_alloc_lcb()
7499 lp = m_calloc_dma(sizeof(struct lcb), "LCB"); in ncr_alloc_lcb()
7573 static struct lcb *ncr_setup_lcb (struct ncb *np, struct scsi_device *sdev) in ncr_setup_lcb()
7577 struct lcb *lp = tp->lp[ln]; in ncr_setup_lcb()
7970 struct lcb *lp = tp->lp[device->lun];