Lines Matching refs:ln
1919 static void ncr_alloc_ccb (struct ncb *np, u_char tn, u_char ln);
1925 static struct lcb * ncr_alloc_lcb (struct ncb *np, u_char tn, u_char ln);
5634 unsigned char tn = sdev->id, ln = sdev->lun; in ncr_setup_tags() local
5636 struct lcb *lp = tp->lp[ln]; in ncr_setup_tags()
7146 u_char ln = cmd->device->lun; in ncr_get_ccb() local
7148 struct lcb *lp = tp->lp[ln]; in ncr_get_ccb()
7167 ncr_alloc_ccb(np, tn, ln); in ncr_get_ccb()
7236 cp->lun = ln; in ncr_get_ccb()
7355 static void ncr_alloc_ccb(struct ncb *np, u_char tn, u_char ln) in ncr_alloc_ccb() argument
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() argument
7494 struct lcb *lp = tp->lp[ln]; in ncr_alloc_lcb()
7496 int lh = ln & 3; in ncr_alloc_lcb()
7511 tp->lp[ln] = lp; in ncr_alloc_lcb()
7547 cpu_to_scr((SCR_JUMP ^ IFFALSE (MASK (0x80+ln, 0xff)))); in ncr_alloc_lcb()
7583 unsigned char tn = sdev->id, ln = sdev->lun; in ncr_setup_lcb() local
7585 struct lcb *lp = tp->lp[ln]; in ncr_setup_lcb()
7588 if (!lp && !(lp = ncr_alloc_lcb(np, tn, ln))) in ncr_setup_lcb()