Lines Matching refs:ln
58 static void sym_alloc_lcb_tags (struct sym_hcb *np, u_char tn, u_char ln);
1899 int ln; local
1901 for (ln = 1; ln < SYM_CONF_MAX_LUN; ln++)
1902 if (tp->lunmp[ln])
1903 tp->lunmp[ln]->to_clear = 0;
4660 u_char ln = cmd->device->lun; local
4662 struct sym_lcb *lp = sym_lp(tp, ln);
4693 sym_alloc_lcb_tags(np, tn, ln);
4768 cp->lun = ln;
4980 struct sym_lcb *sym_alloc_lcb (struct sym_hcb *np, u_char tn, u_char ln) argument
4994 if (ln && !tp->luntbl) {
5005 if (ln && !tp->lunmp) {
5019 if (ln) {
5020 tp->lunmp[ln] = lp;
5021 tp->luntbl[ln] = cpu_to_scr(vtobus(lp));
5061 static void sym_alloc_lcb_tags (struct sym_hcb *np, u_char tn, u_char ln) argument
5064 struct sym_lcb *lp = sym_lp(tp, ln);
5107 int sym_free_lcb(struct sym_hcb *np, u_char tn, u_char ln) argument
5110 struct sym_lcb *lp = sym_lp(tp, ln);
5114 if (ln) {
5122 tp->luntbl[ln] = cpu_to_scr(vtobus(&np->badlun_sa));
5123 tp->lunmp[ln] = NULL;