Searched refs:sym_ccb (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/sym/ |
H A D | sym_fw2.h | 318 offsetof (struct sym_ccb, phys.head.savep), 323 offsetof (struct sym_ccb, phys.head.status), 632 offsetof (struct sym_ccb, phys.head.lastp), 657 offsetof (struct sym_ccb, phys.head.status), 667 offsetof (struct sym_ccb, phys.head.status), 743 offsetof (struct sym_ccb, phys.head.savep), 752 offsetof (struct sym_ccb, phys.head.savep), 780 offsetof (struct sym_ccb, phys.head.status), 797 offsetof (struct sym_ccb, phys.head.savep), 991 offsetof(struct sym_ccb, phys.head.go.restart), [all …]
|
H A D | sym_fw1.h | 1227 offsetof (struct sym_ccb, phys.pm0.sg), 1247 offsetof (struct sym_ccb, phys.pm0.sg), 1263 SCR_REG_REG (scratcha, SCR_ADD, offsetof (struct sym_ccb,phys.pm0.ret)), 1303 offsetof (struct sym_ccb, phys.pm1.sg), 1323 offsetof (struct sym_ccb, phys.pm1.sg), 1339 SCR_REG_REG (scratcha, SCR_ADD, offsetof (struct sym_ccb,phys.pm1.ret)), 1753 offsetof (struct sym_ccb, phys.wresid),
|
H A D | sym_hipd.c | 1028 typedef struct sym_ccb *ccb_p; 1369 struct sym_ccb { struct 1441 #define CCB_BA(cp,lbl) (cp->ccb_ba + offsetof(struct sym_ccb, lbl)) argument 3636 cp = sym_que_entry(qp, struct sym_ccb, link_ccbq); in sym_settrans() 4611 cp = sym_que_entry(qp, struct sym_ccb, link_ccbq); in sym_flush_comp_queue() 4836 cp = sym_que_entry(qp, struct sym_ccb, link_ccbq); in sym_clear_tasks() 4942 cp = sym_que_entry(qp,struct sym_ccb,link_ccbq); in sym_sir_task_recovery() 4974 cp = sym_que_entry(qp, struct sym_ccb, link_ccbq); in sym_sir_task_recovery() 5086 cp = sym_que_entry(qp, struct sym_ccb, link_ccbq); in sym_sir_task_recovery() 6267 cp = sym_que_entry(qp, struct sym_ccb, link_ccbq); in sym_get_ccb() [all …]
|