Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/scsi/sym53c8xx_2/
A Dsym_fw2.h1085 offsetof (struct sym_ccb, phys.pm0.sg),
1105 offsetof (struct sym_ccb, phys.pm0.sg),
1119 offsetof (struct sym_ccb, phys.pm0.ret),
1150 offsetof (struct sym_ccb, phys.pm1.sg),
1170 offsetof (struct sym_ccb, phys.pm1.sg),
1635 offsetof(struct sym_ccb, phys.pm0.ret),
1639 offsetof(struct sym_ccb, phys.pm1.ret),
1667 offsetof(struct sym_ccb, phys.pm0.ret),
1697 offsetof(struct sym_ccb, phys.pm1.ret),
1781 offsetof (struct sym_ccb, phys.wresid),
[all …]
A Dsym_hipd.h298 (((dsa) >> (_LGRU16_(sizeof(struct sym_ccb)))) & CCB_HASH_MASK)
418 struct sym_ccb * nego_cp; /* CCB used for the nego */
721 struct sym_ccb { struct
774 struct sym_ccb *link_ccbh; /* Host adapter CCB hash chain */ argument
790 #define CCB_BA(cp,lbl) cpu_to_scr(cp->ccb_ba + offsetof(struct sym_ccb, lbl)) argument
964 struct sym_ccb **ccbh; /* CCBs hashed by DSA value */
996 struct sym_ccb * last_cp;
1048 void sym_put_start_queue(struct sym_hcb *np, struct sym_ccb *cp);
1053 struct sym_ccb *sym_get_ccb(struct sym_hcb *np, struct scsi_cmnd *cmd, u_char tag_order);
1054 void sym_free_ccb(struct sym_hcb *np, struct sym_ccb *cp);
[all …]
A Dsym_glue.h243 static inline void sym_set_cam_result_ok(struct sym_ccb *cp, struct scsi_cmnd *cmd, int resid) in sym_set_cam_result_ok()
248 void sym_set_cam_result_error(struct sym_hcb *np, struct sym_ccb *cp, int resid);
253 int sym_setup_data_and_start (struct sym_hcb *np, struct scsi_cmnd *csio, struct sym_ccb *cp);
A Dsym_hipd.c1530 struct sym_ccb *cp;
1583 struct sym_ccb *cp;
1631 struct sym_ccb *cp;
2023 struct sym_ccb *cp;
2401 struct sym_ccb *cp;
2968 struct sym_ccb *cp;
3190 struct sym_ccb *cp;
3272 struct sym_ccb *cp;
4934 struct sym_ccb *cp;
5322 struct sym_ccb *cp;
[all …]
A Dsym_fw1.h1199 offsetof (struct sym_ccb, phys.pm0.sg),
1219 offsetof (struct sym_ccb, phys.pm0.sg),
1235 SCR_REG_REG (scratcha, SCR_ADD, offsetof (struct sym_ccb,phys.pm0.ret)),
1275 offsetof (struct sym_ccb, phys.pm1.sg),
1295 offsetof (struct sym_ccb, phys.pm1.sg),
1311 SCR_REG_REG (scratcha, SCR_ADD, offsetof (struct sym_ccb,phys.pm1.ret)),
1727 offsetof (struct sym_ccb, phys.wresid),
A Dsym_glue.c169 void sym_set_cam_result_error(struct sym_hcb *np, struct sym_ccb *cp, int resid) in sym_set_cam_result_error()
238 static int sym_scatter(struct sym_hcb *np, struct sym_ccb *cp, struct scsi_cmnd *cmd) in sym_scatter()
285 struct sym_ccb *cp; in sym_queue_command()
312 static inline int sym_setup_cdb(struct sym_hcb *np, struct scsi_cmnd *cmd, struct sym_ccb *cp) in sym_setup_cdb()
325 int sym_setup_data_and_start(struct sym_hcb *np, struct scsi_cmnd *cmd, struct sym_ccb *cp) in sym_setup_data_and_start()
616 struct sym_ccb *cp = sym_que_entry(qp, struct sym_ccb, link_ccbq); in sym_eh_handler()

Completed in 22 milliseconds