Lines Matching refs:cp
677 #define sym_set_script_dp(np, cp, dp) \ argument
680 cp->phys.head.lastp = cpu_to_scr(dp); \
684 #define sym_get_script_dp(np, cp) \ argument
686 cp->phys.head.lastp : np->ccb_head.lastp)
688 #define sym_set_script_dp(np, cp, dp) \ argument
690 cp->phys.head.lastp = cpu_to_scr(dp); \
693 #define sym_get_script_dp(np, cp) (cp->phys.head.lastp) argument
803 #define CCB_BA(cp,lbl) cpu_to_scr(cp->ccb_ba + offsetof(struct sym_ccb, lbl)) argument
1061 void sym_put_start_queue(struct sym_hcb *np, struct sym_ccb *cp);
1067 void sym_free_ccb(struct sym_hcb *np, struct sym_ccb *cp);
1070 int sym_queue_scsiio(struct sym_hcb *np, struct scsi_cmnd *csio, struct sym_ccb *cp);