Symbol: sym_lcb
drivers/scsi/sym53c8xx_2/sym_fw2.h
1014
offsetof(struct sym_lcb, head.itl_task_sa),
drivers/scsi/sym53c8xx_2/sym_fw2.h
932
offsetof(struct sym_lcb, head.resel_sa),
drivers/scsi/sym53c8xx_2/sym_fw2.h
955
offsetof(struct sym_lcb, head.itlq_tbl_sa),
drivers/scsi/sym53c8xx_2/sym_glue.c
1008
struct sym_lcb *lp = sym_lp(tp, l);
drivers/scsi/sym53c8xx_2/sym_glue.c
284
struct sym_lcb *lp;
drivers/scsi/sym53c8xx_2/sym_glue.c
748
struct sym_lcb *lp = sym_lp(tp, lun);
drivers/scsi/sym53c8xx_2/sym_glue.c
772
struct sym_lcb *lp;
drivers/scsi/sym53c8xx_2/sym_glue.c
833
struct sym_lcb *lp = sym_lp(tp, sdev->lun);
drivers/scsi/sym53c8xx_2/sym_glue.c
869
struct sym_lcb *lp = sym_lp(tp, sdev->lun);
drivers/scsi/sym53c8xx_2/sym_hipd.c
1527
void sym_start_next_ccbs(struct sym_hcb *np, struct sym_lcb *lp, int maxn)
drivers/scsi/sym53c8xx_2/sym_hipd.c
1646
struct sym_lcb *lp = sym_lp(tp, cp->lun);
drivers/scsi/sym53c8xx_2/sym_hipd.c
3446
struct sym_lcb *lp = sym_lp(tp, lun);
drivers/scsi/sym53c8xx_2/sym_hipd.c
4649
struct sym_lcb *lp = sym_lp(tp, ln);
drivers/scsi/sym53c8xx_2/sym_hipd.c
4774
struct sym_lcb *lp = sym_lp(tp, cp->lun);
drivers/scsi/sym53c8xx_2/sym_hipd.c
4967
struct sym_lcb *sym_alloc_lcb (struct sym_hcb *np, u_char tn, u_char ln)
drivers/scsi/sym53c8xx_2/sym_hipd.c
4970
struct sym_lcb *lp = NULL;
drivers/scsi/sym53c8xx_2/sym_hipd.c
4993
tp->lunmp = kzalloc_objs(struct sym_lcb *, SYM_CONF_MAX_LUN,
drivers/scsi/sym53c8xx_2/sym_hipd.c
5003
lp = sym_calloc_dma(sizeof(struct sym_lcb), "LCB");
drivers/scsi/sym53c8xx_2/sym_hipd.c
5051
struct sym_lcb *lp = sym_lp(tp, ln);
drivers/scsi/sym53c8xx_2/sym_hipd.c
5097
struct sym_lcb *lp = sym_lp(tp, ln);
drivers/scsi/sym53c8xx_2/sym_hipd.c
5134
struct sym_lcb *lp;
drivers/scsi/sym53c8xx_2/sym_hipd.c
5356
struct sym_lcb *lp;
drivers/scsi/sym53c8xx_2/sym_hipd.c
5489
struct sym_lcb *lp;
drivers/scsi/sym53c8xx_2/sym_hipd.h
1046
void sym_start_next_ccbs(struct sym_hcb *np, struct sym_lcb *lp, int maxn);
drivers/scsi/sym53c8xx_2/sym_hipd.h
1055
struct sym_lcb *sym_alloc_lcb(struct sym_hcb *np, u_char tn, u_char ln);
drivers/scsi/sym53c8xx_2/sym_hipd.h
396
struct sym_lcb *lun0p; /* LCB of LUN #0 (usual case) */
drivers/scsi/sym53c8xx_2/sym_hipd.h
398
struct sym_lcb **lunmp; /* Other LCBs [1..MAX_LUN] */