Home
last modified time | relevance | path

Searched refs:hcb_p (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/drivers/scsi/sym53c8xx_2/
Dsym_hipd.h1008 void (*fw_setup)(hcb_p np, struct sym_fw *fw);
1009 void (*fw_patch)(hcb_p np);
1142 void sym_nvram_setup_host (hcb_p np, struct sym_nvram *nvram);
1143 void sym_nvram_setup_target (hcb_p np, int target, struct sym_nvram *nvp);
1150 void sym_fw_bind_script (hcb_p np, u32 *start, int len);
1157 int sym_reset_scsi_bus(hcb_p np, int enab_int);
1160 void sym_put_start_queue(hcb_p np, ccb_p cp);
1162 void sym_start_next_ccbs(hcb_p np, lcb_p lp, int maxn);
1164 void sym_start_up (hcb_p np, int reason);
1165 void sym_interrupt (hcb_p np);
[all …]
Dsym_hipd.c68 static void sym_int_ma (hcb_p np);
69 static void sym_int_sir (hcb_p np);
70 static ccb_p sym_alloc_ccb(hcb_p np);
71 static ccb_p sym_ccb_from_dsa(hcb_p np, u32 dsa);
72 static void sym_alloc_lcb_tags (hcb_p np, u_char tn, u_char ln);
73 static void sym_complete_error (hcb_p np, ccb_p cp);
74 static void sym_complete_ok (hcb_p np, ccb_p cp);
75 static int sym_compute_residual(hcb_p np, ccb_p cp);
107 static void sym_print_target (hcb_p np, int target) in sym_print_target()
112 static void sym_print_lun(hcb_p np, int target, int lun) in sym_print_lun()
[all …]
Dsym_glue.h185 typedef struct sym_hcb *hcb_p; typedef
638 void sym_xpt_async_nego_wide(hcb_p np, int target);
647 static __inline void sym_set_cam_result_ok(hcb_p np, ccb_p cp, int resid) in sym_set_cam_result_ok()
656 void sym_set_cam_result_error(hcb_p np, ccb_p cp, int resid);
664 void sym_xpt_done(hcb_p np, cam_ccb_p ccb);
665 void sym_xpt_done2(hcb_p np, cam_ccb_p ccb, int cam_status);
667 void sym_xpt_async_bus_reset(hcb_p np);
668 void sym_xpt_async_sent_bdr(hcb_p np, int target);
669 int sym_setup_data_and_start (hcb_p np, cam_scsiio_p csio, ccb_p cp);
670 void sym_log_bus_error(hcb_p np);
[all …]
Dsym_misc.c83 void sym_timeout_ccb(hcb_p np, ccb_p cp, u_int ticks) in sym_timeout_ccb()
107 static void sym_walk_ccb_tmo_list(hcb_p np, SYM_QUEHEAD *tmoq) in sym_walk_ccb_tmo_list()
127 void sym_clock(hcb_p np) in sym_clock()
155 void sym_announce_transfer_rate(hcb_p np, int target) in sym_announce_transfer_rate()
226 void sym_update_trans_settings(hcb_p np, tcb_p tp) in sym_update_trans_settings()
269 __sym_sniff_inquiry(hcb_p np, u_char tn, u_char ln, in __sym_sniff_inquiry()
Dsym_glue.c307 hcb_p ncb;
466 void sym_xpt_done(hcb_p np, Scsi_Cmnd *ccb) in sym_xpt_done()
473 void sym_xpt_done2(hcb_p np, Scsi_Cmnd *ccb, int cam_status) in sym_xpt_done2()
494 void sym_xpt_async_bus_reset(hcb_p np) in sym_xpt_async_bus_reset()
507 void sym_xpt_async_sent_bdr(hcb_p np, int target) in sym_xpt_async_sent_bdr()
515 void sym_xpt_async_nego_wide(hcb_p np, int target) in sym_xpt_async_nego_wide()
544 void sym_set_cam_result_error(hcb_p np, ccb_p cp, int resid) in sym_set_cam_result_error()
616 void sym_sniff_inquiry(hcb_p np, Scsi_Cmnd *cmd, int resid) in sym_sniff_inquiry()
637 static int sym_scatter_no_sglist(hcb_p np, ccb_p cp, Scsi_Cmnd *cmd) in sym_scatter_no_sglist()
659 static int sym_scatter(hcb_p np, ccb_p cp, Scsi_Cmnd *cmd) in sym_scatter()
[all …]
Dsym_fw.c145 sym_fw1_patch(hcb_p np) in sym_fw1_patch()
198 sym_fw2_patch(hcb_p np) in sym_fw2_patch()
319 sym_fw_setup_bus_addresses(hcb_p np, struct sym_fw *fw) in sym_fw_setup_bus_addresses()
356 sym_fw1_setup(hcb_p np, struct sym_fw *fw) in sym_fw1_setup()
380 sym_fw2_setup(hcb_p np, struct sym_fw *fw) in sym_fw2_setup()
426 void sym_fw_bind_script (hcb_p np, u32 *start, int len) in sym_fw_bind_script()
Dsym_nvram.c73 void sym_nvram_setup_host (hcb_p np, struct sym_nvram *nvram) in sym_nvram_setup_host()
105 static void sym_Symbios_setup_target(hcb_p np,int target, Symbios_nvram *nvram);
106 static void sym_Tekram_setup_target(hcb_p np,int target, Tekram_nvram *nvram);
109 void sym_nvram_setup_target (hcb_p np, int target, struct sym_nvram *nvp) in sym_nvram_setup_target()
130 sym_Symbios_setup_target(hcb_p np, int target, Symbios_nvram *nvram) in sym_Symbios_setup_target()
152 sym_Tekram_setup_target(hcb_p np, int target, Tekram_nvram *nvram) in sym_Tekram_setup_target()