Home
last modified time | relevance | path

Searched refs:sym_ccb (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/drivers/scsi/sym53c8xx_2/
Dsym_fw2.h346 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 …]
Dsym_fw1.h1235 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),
Dsym_hipd.h342 (((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
Dsym_misc.c115 cp = sym_que_entry(qp, struct sym_ccb, tmo_linkq); in sym_walk_ccb_tmo_list()
Dsym_hipd.c1630 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 …]
Dsym_glue.h184 typedef struct sym_ccb *ccb_p;
Dsym_glue.c1151 ccb_p cp = sym_que_entry(qp, struct sym_ccb, link_ccbq); in sym_eh_handler()