Lines Matching refs:ncb
1129 struct ncb;
1597 struct ncb { struct
1919 static void ncr_alloc_ccb (struct ncb *np, u_char tn, u_char ln);
1920 static void ncr_complete (struct ncb *np, struct ccb *cp);
1921 static void ncr_exception (struct ncb *np);
1922 static void ncr_free_ccb (struct ncb *np, struct ccb *cp);
1923 static void ncr_init_ccb (struct ncb *np, struct ccb *cp);
1924 static void ncr_init_tcb (struct ncb *np, u_char tn);
1925 static struct lcb * ncr_alloc_lcb (struct ncb *np, u_char tn, u_char ln);
1926 static struct lcb * ncr_setup_lcb (struct ncb *np, struct scsi_device *sdev);
1927 static void ncr_getclock (struct ncb *np, int mult);
1928 static void ncr_selectclock (struct ncb *np, u_char scntl3);
1929 static struct ccb *ncr_get_ccb (struct ncb *np, struct scsi_cmnd *cmd);
1930 static void ncr_chip_reset (struct ncb *np, int delay);
1931 static void ncr_init (struct ncb *np, int reset, char * msg, u_long code);
1932 static int ncr_int_sbmc (struct ncb *np);
1933 static int ncr_int_par (struct ncb *np);
1934 static void ncr_int_ma (struct ncb *np);
1935 static void ncr_int_sir (struct ncb *np);
1936 static void ncr_int_sto (struct ncb *np);
1937 static void ncr_negotiate (struct ncb* np, struct tcb* tp);
1938 static int ncr_prepare_nego(struct ncb *np, struct ccb *cp, u_char *msgptr);
1941 (struct ncb *np, ncrcmd *src, ncrcmd *dst, int len);
1943 static int ncr_scatter (struct ncb *np, struct ccb *cp, struct scsi_cmnd *cmd);
1944 static void ncr_getsync (struct ncb *np, u_char sfac, u_char *fakp, u_char *scntl3p);
1945 static void ncr_setsync (struct ncb *np, struct ccb *cp, u_char scntl3, u_char sxfer);
1946 static void ncr_setup_tags (struct ncb *np, struct scsi_device *sdev);
1947 static void ncr_setwide (struct ncb *np, struct ccb *cp, u_char wide, u_char ack);
1948 static int ncr_snooptest (struct ncb *np);
1949 static void ncr_timeout (struct ncb *np);
1950 static void ncr_wakeup (struct ncb *np, u_long code);
1951 static void ncr_wakeup_done (struct ncb *np);
1952 static void ncr_start_next_ccb (struct ncb *np, struct lcb * lp, int maxn);
1953 static void ncr_put_start_queue(struct ncb *np, struct ccb *cp);
1955 static void insert_into_waiting_list(struct ncb *np, struct scsi_cmnd *cmd);
1956 static struct scsi_cmnd *retrieve_from_waiting_list(int to_remove, struct ncb *np, struct scsi_cmnd…
1957 static void process_waiting_list(struct ncb *np, int sts);
1964 static inline char *ncr_name (struct ncb *np) in ncr_name()
1998 #define NADDR(label) (RELOC_SOFTC | offsetof(struct ncb, label))
3524 ncr_script_copy_and_bind (struct ncb *np, ncrcmd *src, ncrcmd *dst, int len) in ncr_script_copy_and_bind()
3674 struct ncb *ncb; member
3728 static inline void ncr_init_burst(struct ncb *np, u_char bc) in ncr_init_burst()
3744 static void __init ncr_prepare_setting(struct ncb *np) in ncr_prepare_setting()
4028 static inline void ncr_queue_done_cmd(struct ncb *np, struct scsi_cmnd *cmd) in ncr_queue_done_cmd()
4060 static int ncr_prepare_nego(struct ncb *np, struct ccb *cp, u_char *msgptr) in ncr_prepare_nego()
4119 static int ncr_queue_command (struct ncb *np, struct scsi_cmnd *cmd) in ncr_queue_command()
4428 static void ncr_start_next_ccb(struct ncb *np, struct lcb *lp, int maxn) in ncr_start_next_ccb()
4449 static void ncr_put_start_queue(struct ncb *np, struct ccb *cp) in ncr_put_start_queue()
4480 static int ncr_reset_scsi_bus(struct ncb *np, int enab_int, int settle_delay) in ncr_reset_scsi_bus()
4546 static void ncr_start_reset(struct ncb *np) in ncr_start_reset()
4562 static int ncr_reset_bus (struct ncb *np, struct scsi_cmnd *cmd, int sync_reset) in ncr_reset_bus()
4631 static int ncr_abort_command (struct ncb *np, struct scsi_cmnd *cmd)
4704 static void ncr_detach(struct ncb *np) in ncr_detach()
4801 m_free_dma(np, sizeof(struct ncb), "NCB"); in ncr_detach()
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()
5116 void ncr_wakeup_done (struct ncb *np) in ncr_wakeup_done()
5162 void ncr_wakeup (struct ncb *np, u_long code) in ncr_wakeup()
5183 static void ncr_chip_reset(struct ncb *np, int delay) in ncr_chip_reset()
5205 void ncr_init (struct ncb *np, int reset, char * msg, u_long code) in ncr_init()
5368 static void ncr_negotiate (struct ncb* np, struct tcb* tp) in ncr_negotiate()
5426 static void ncr_getsync(struct ncb *np, u_char sfac, u_char *fakp, u_char *scntl3p) in ncr_getsync()
5495 static void ncr_set_sync_wide_status (struct ncb *np, u_char target) in ncr_set_sync_wide_status()
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()
5632 static void ncr_setup_tags (struct ncb *np, struct scsi_device *sdev) in ncr_setup_tags()
5735 static void ncr_timeout (struct ncb *np) in ncr_timeout()
5823 static void ncr_log_hard_error(struct ncb *np, u16 sist, u_char dstat) in ncr_log_hard_error()
5903 void ncr_exception (struct ncb *np) in ncr_exception()
6086 void ncr_int_sto (struct ncb *np) in ncr_int_sto()
6131 static int ncr_int_sbmc (struct ncb *np) in ncr_int_sbmc()
6163 static int ncr_int_par (struct ncb *np) in ncr_int_par()
6243 static void ncr_int_ma (struct ncb *np) in ncr_int_ma()
6541 static void ncr_sir_to_redo(struct ncb *np, int num, struct ccb *cp) in ncr_sir_to_redo()
6692 void ncr_int_sir (struct ncb *np) in ncr_int_sir()
7143 static struct ccb *ncr_get_ccb(struct ncb *np, struct scsi_cmnd *cmd) in ncr_get_ccb()
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()
7355 static void ncr_alloc_ccb(struct ncb *np, u_char tn, u_char ln) in ncr_alloc_ccb()
7404 static void ncr_init_tcb (struct ncb *np, u_char tn) in ncr_init_tcb()
7491 static struct lcb *ncr_alloc_lcb (struct ncb *np, u_char tn, u_char ln) in ncr_alloc_lcb()
7581 static struct lcb *ncr_setup_lcb (struct ncb *np, struct scsi_device *sdev) in ncr_setup_lcb()
7647 static int ncr_scatter(struct ncb *np, struct ccb *cp, struct scsi_cmnd *cmd) in ncr_scatter()
7690 static int __init ncr_regtest (struct ncb* np)
7713 static int __init ncr_snooptest (struct ncb* np)
7820 static void ncr_selectclock(struct ncb *np, u_char scntl3)
7849 static unsigned __init ncrgetfreq (struct ncb *np, int gen)
7900 static void __init ncr_getclock (struct ncb *np, int mult)
7966 struct ncb *np = ((struct host_data *) host->hostdata)->ncb;
7976 struct ncb *np = ((struct host_data *) host->hostdata)->ncb;
8033 struct ncb *np = ((struct host_data *) cmd->device->host->hostdata)->ncb;
8077 struct ncb *np = host_data->ncb;
8101 struct ncb *np = (struct ncb *) npref;
8117 struct ncb *np = ((struct host_data *) cmd->device->host->hostdata)->ncb;
8144 struct ncb *np = ((struct host_data *) cmd->device->host->hostdata)->ncb;
8181 static void insert_into_waiting_list(struct ncb *np, struct scsi_cmnd *cmd)
8197 static struct scsi_cmnd *retrieve_from_waiting_list(int to_remove, struct ncb *np, struct scsi_cmnd…
8217 static void process_waiting_list(struct ncb *np, int sts)
8254 return snprintf(buf, 20, "0x%x\n", host_data->ncb->revision_id);
8301 struct ncb *np = NULL;
8332 np = __m_calloc_dma(device->dev, sizeof(struct ncb), "NCB");
8338 host_data->ncb = np;
8520 m_free_dma(np, sizeof(struct ncb), "NCB");
8521 host_data->ncb = NULL;
8536 if (host_data->ncb)
8537 ncr_detach(host_data->ncb);
8544 struct ncb *np = ((struct host_data *)shost->hostdata)->ncb;
8560 struct ncb *np = ((struct host_data *)shost->hostdata)->ncb;
8576 struct ncb *np = ((struct host_data *)shost->hostdata)->ncb;
8591 struct ncb *np = ((struct host_data *)shost->hostdata)->ncb;