Searched refs:sym_ccb (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/drivers/scsi/sym53c8xx_2/ |
D | sym_fw2.h | 346 offsetof (struct sym_ccb, phys.head.status), 496 offsetof (struct sym_ccb, phys.head.lastp), 555 offsetof (struct sym_ccb, phys.head.lastp), 587 offsetof (struct sym_ccb, phys.head.lastp), 603 offsetof (struct sym_ccb, phys.head.lastp), 695 offsetof (struct sym_ccb, phys.head.status), 705 offsetof (struct sym_ccb, phys.head.status), 781 offsetof (struct sym_ccb, phys.head.lastp), 783 offsetof (struct sym_ccb, phys.head.savep), 803 offsetof (struct sym_ccb, phys.head.savep), [all …]
|
D | sym_fw1.h | 1235 offsetof (struct sym_ccb, phys.pm0.sg), 1255 offsetof (struct sym_ccb, phys.pm0.sg), 1271 SCR_REG_REG (scratcha, SCR_ADD, offsetof (struct sym_ccb,phys.pm0.ret)), 1311 offsetof (struct sym_ccb, phys.pm1.sg), 1331 offsetof (struct sym_ccb, phys.pm1.sg), 1347 SCR_REG_REG (scratcha, SCR_ADD, offsetof (struct sym_ccb,phys.pm1.ret)), 1763 offsetof (struct sym_ccb, phys.wresid),
|
D | sym_hipd.h | 342 (((dsa) >> (_LGRU16_(sizeof(struct sym_ccb)))) & CCB_HASH_MASK) 798 struct sym_ccb { struct 886 #define CCB_BA(cp,lbl) (cp->ccb_ba + offsetof(struct sym_ccb, lbl)) argument
|
D | sym_misc.c | 115 cp = sym_que_entry(qp, struct sym_ccb, tmo_linkq); in sym_walk_ccb_tmo_list()
|
D | sym_hipd.c | 1630 cp = sym_que_entry(qp, struct sym_ccb, link2_ccbq); 2059 cp = sym_que_entry(qp, struct sym_ccb, link_ccbq); 2994 cp = sym_que_entry(qp, struct sym_ccb, link_ccbq); 3235 cp = sym_que_entry(qp, struct sym_ccb, link_ccbq); 3341 cp = sym_que_entry(qp,struct sym_ccb,link_ccbq); 3373 cp = sym_que_entry(qp, struct sym_ccb, link_ccbq); 3489 cp = sym_que_entry(qp, struct sym_ccb, link_ccbq); 4719 cp = sym_que_entry(qp, struct sym_ccb, link_ccbq); 4977 cp = sym_calloc_dma(sizeof(struct sym_ccb), "CCB"); 5440 ccb_p cp2 = sym_que_entry(qp, struct sym_ccb, link_ccbq); [all …]
|
D | sym_glue.h | 184 typedef struct sym_ccb *ccb_p;
|
D | sym_glue.c | 1151 ccb_p cp = sym_que_entry(qp, struct sym_ccb, link_ccbq); in sym_eh_handler()
|