Lines Matching defs:cp
869 #define CCB_DONE_VALID(cp) (((u_long) cp) != CCB_DONE_EMPTY) argument
873 #define CCB_DONE_VALID(cp) \ argument
1392 struct ccb * cp; member
1588 #define CCB_PHYS(cp,lbl) (cp->p_ccb + offsetof(struct ccb, lbl)) argument
3679 static void ncr_print_msg(struct ccb *cp, char *label, u_char *msg) in ncr_print_msg()
4060 static int ncr_prepare_nego(struct ncb *np, struct ccb *cp, u_char *msgptr) in ncr_prepare_nego()
4124 struct ccb *cp; in ncr_queue_command() local
4431 struct ccb *cp; in ncr_start_next_ccb() local
4449 static void ncr_put_start_queue(struct ncb *np, struct ccb *cp) in ncr_put_start_queue()
4565 struct ccb *cp; in ncr_reset_bus() local
4706 struct ccb *cp; in ncr_detach() local
4816 void ncr_complete (struct ncb *np, struct ccb *cp) in ncr_complete()
5092 static void ncr_ccb_skipped(struct ncb *np, struct ccb *cp) in ncr_ccb_skipped()
5118 struct ccb *cp; in ncr_wakeup_done() local
5164 struct ccb *cp = np->ccb; in ncr_wakeup() local
5497 struct ccb *cp; in ncr_set_sync_wide_status() local
5530 static void ncr_setsync (struct ncb *np, struct ccb *cp, u_char scntl3, u_char sxfer) in ncr_setsync()
5587 static void ncr_setwide (struct ncb *np, struct ccb *cp, u_char wide, u_char ack) in ncr_setwide()
6089 struct ccb *cp; in ncr_int_sto() local
6256 struct ccb *cp; in ncr_int_ma() local
6541 static void ncr_sir_to_redo(struct ncb *np, int num, struct ccb *cp) in ncr_sir_to_redo()
6697 struct ccb *cp=NULL; in ncr_int_sir() local
7150 struct ccb *cp = NULL; in ncr_get_ccb() local
7254 static void ncr_free_ccb (struct ncb *np, struct ccb *cp) in ncr_free_ccb()
7316 static void ncr_init_ccb(struct ncb *np, struct ccb *cp) in ncr_init_ccb()
7359 struct ccb *cp = NULL; in ncr_alloc_ccb() local
7647 static int ncr_scatter(struct ncb *np, struct ccb *cp, struct scsi_cmnd *cmd) in ncr_scatter()