Searched refs:sym_ccb (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/scsi/sym53c8xx_2/ |
D | sym_fw2.h | 318 offsetof (struct sym_ccb, phys.head.status), 468 offsetof (struct sym_ccb, phys.head.lastp), 527 offsetof (struct sym_ccb, phys.head.lastp), 559 offsetof (struct sym_ccb, phys.head.lastp), 575 offsetof (struct sym_ccb, phys.head.lastp), 667 offsetof (struct sym_ccb, phys.head.status), 677 offsetof (struct sym_ccb, phys.head.status), 753 offsetof (struct sym_ccb, phys.head.lastp), 755 offsetof (struct sym_ccb, phys.head.savep), 775 offsetof (struct sym_ccb, phys.head.savep), [all …]
|
D | sym_hipd.h | 311 (((dsa) >> (_LGRU16_(sizeof(struct sym_ccb)))) & CCB_HASH_MASK) 431 struct sym_ccb * nego_cp; /* CCB used for the nego */ 734 struct sym_ccb { struct 787 struct sym_ccb *link_ccbh; /* Host adapter CCB hash chain */ argument 803 #define CCB_BA(cp,lbl) cpu_to_scr(cp->ccb_ba + offsetof(struct sym_ccb, lbl)) argument 977 struct sym_ccb **ccbh; /* CCBs hashed by DSA value */ 1009 struct sym_ccb * last_cp; 1061 void sym_put_start_queue(struct sym_hcb *np, struct sym_ccb *cp); 1066 struct sym_ccb *sym_get_ccb(struct sym_hcb *np, struct scsi_cmnd *cmd, u_char tag_order); 1067 void sym_free_ccb(struct sym_hcb *np, struct sym_ccb *cp); [all …]
|
D | sym_glue.h | 256 static inline void sym_set_cam_result_ok(struct sym_ccb *cp, struct scsi_cmnd *cmd, int resid) in sym_set_cam_result_ok() 261 void sym_set_cam_result_error(struct sym_hcb *np, struct sym_ccb *cp, int resid); 266 int sym_setup_data_and_start (struct sym_hcb *np, struct scsi_cmnd *csio, struct sym_ccb *cp);
|
D | sym_hipd.c | 56 static struct sym_ccb *sym_alloc_ccb(struct sym_hcb *np); 57 static struct sym_ccb *sym_ccb_from_dsa(struct sym_hcb *np, u32 dsa); 59 static void sym_complete_error (struct sym_hcb *np, struct sym_ccb *cp); 60 static void sym_complete_ok (struct sym_hcb *np, struct sym_ccb *cp); 61 static int sym_compute_residual(struct sym_hcb *np, struct sym_ccb *cp); 73 static void sym_print_msg(struct sym_ccb *cp, char *label, u_char *msg) in sym_print_msg() 1419 static int sym_prepare_nego(struct sym_hcb *np, struct sym_ccb *cp, u_char *msgptr) 1480 void sym_put_start_queue(struct sym_hcb *np, struct sym_ccb *cp) 1543 struct sym_ccb *cp; 1559 cp = sym_que_entry(qp, struct sym_ccb, link2_ccbq); [all …]
|
D | sym_fw1.h | 1212 offsetof (struct sym_ccb, phys.pm0.sg), 1232 offsetof (struct sym_ccb, phys.pm0.sg), 1248 SCR_REG_REG (scratcha, SCR_ADD, offsetof (struct sym_ccb,phys.pm0.ret)), 1288 offsetof (struct sym_ccb, phys.pm1.sg), 1308 offsetof (struct sym_ccb, phys.pm1.sg), 1324 SCR_REG_REG (scratcha, SCR_ADD, offsetof (struct sym_ccb,phys.pm1.ret)), 1740 offsetof (struct sym_ccb, phys.wresid),
|
D | sym_glue.c | 187 void sym_set_cam_result_error(struct sym_hcb *np, struct sym_ccb *cp, int resid) in sym_set_cam_result_error() 258 static int sym_scatter(struct sym_hcb *np, struct sym_ccb *cp, struct scsi_cmnd *cmd) in sym_scatter() 305 struct sym_ccb *cp; in sym_queue_command() 332 static inline int sym_setup_cdb(struct sym_hcb *np, struct scsi_cmnd *cmd, struct sym_ccb *cp) in sym_setup_cdb() 345 int sym_setup_data_and_start(struct sym_hcb *np, struct scsi_cmnd *cmd, struct sym_ccb *cp) in sym_setup_data_and_start() 638 struct sym_ccb *cp = sym_que_entry(qp, struct sym_ccb, link_ccbq); in sym_eh_handler()
|