/src/sys/dev/microcode/aic7xxx/ |
aic79xx_seq.h | 796 typedef int ahd_patch_func_t (struct ahd_softc *ahd); typedef in typeref:typename:int ahd_patch_func_t (struct ahd_softc *) 800 ahd_patch22_func(struct ahd_softc *ahd) 802 return ((ahd->bugs & AHD_PKT_BITBUCKET_BUG) != 0); 808 ahd_patch21_func(struct ahd_softc *ahd) 810 return ((ahd->bugs & AHD_PKT_BITBUCKET_BUG) == 0); 816 ahd_patch20_func(struct ahd_softc *ahd) 818 return ((ahd->features & AHD_RTI) == 0); 824 ahd_patch19_func(struct ahd_softc *ahd) 826 return ((ahd->flags & AHD_INITIATORROLE) != 0); 832 ahd_patch18_func(struct ahd_softc *ahd) [all...] |
/src/sys/dev/ic/ |
aic79xx_osm.c | 59 static int ahd_poll(struct ahd_softc *ahd, int wait); 60 static void ahd_setup_data(struct ahd_softc *ahd, struct scsipi_xfer *xs, 64 static void ahd_set_recoveryscb(struct ahd_softc *ahd, struct scb *scb); 75 ahd_attach(struct ahd_softc *ahd) 80 ahd_controller_info(ahd, ahd_info, sizeof(ahd_info)); 81 aprint_normal("%s: %s\n", ahd_name(ahd), ahd_info); 83 ahd_lock(ahd, &s); 85 ahd->sc_adapter.adapt_dev = ahd->sc_dev; 86 ahd->sc_adapter.adapt_nchannels = 1 160 struct ahd_softc *ahd; local in function:ahd_ioctl 185 struct ahd_softc *ahd; local in function:ahd_platform_intr 323 struct ahd_softc *ahd; local in function:ahd_action 532 struct ahd_softc *ahd; local in function:ahd_execute_scb 742 struct ahd_softc *ahd; local in function:ahd_timeout [all...] |
aic79xx_inline.h | 57 ahd_name(struct ahd_softc *ahd) 59 return (ahd->name); 79 ahd_known_modes(struct ahd_softc *ahd, ahd_mode src, ahd_mode dst) 81 ahd->src_mode = src; 82 ahd->dst_mode = dst; 83 ahd->saved_src_mode = src; 84 ahd->saved_dst_mode = dst; 88 ahd_build_mode_state(struct ahd_softc *ahd, ahd_mode src, ahd_mode dst) 94 ahd_extract_mode_state(struct ahd_softc *ahd, ahd_mode_state state, 102 ahd_set_modes(struct ahd_softc *ahd, ahd_mode src, ahd_mode dst 884 struct ahd_softc *ahd = arg; local in function:ahd_intr [all...] |
aic79xx.c | 116 static void ahd_handle_transmission_error(struct ahd_softc *ahd); 117 static void ahd_handle_lqiphase_error(struct ahd_softc *ahd, 119 static int ahd_handle_pkt_busfree(struct ahd_softc *ahd, 121 static int ahd_handle_nonpkt_busfree(struct ahd_softc *ahd); 122 static void ahd_handle_proto_violation(struct ahd_softc *ahd); 123 static void ahd_force_renegotiation(struct ahd_softc *ahd, 127 ahd_alloc_tstate(struct ahd_softc *ahd, 130 static void ahd_free_tstate(struct ahd_softc *ahd, 133 static void ahd_devlimited_syncrate(struct ahd_softc *ahd, 138 static void ahd_update_neg_table(struct ahd_softc *ahd, 5224 struct ahd_softc *ahd; local in function:ahd_shutdown 7739 struct ahd_softc *ahd; local in function:ahd_reset_poll 7780 struct ahd_softc *ahd; local in function:ahd_stat_timer [all...] |
/src/sys/dev/pci/ |
ahd_pci.c | 269 static int ahd_check_extport(struct ahd_softc *ahd); 270 static void ahd_configure_termination(struct ahd_softc *ahd, 272 static void ahd_pci_split_intr(struct ahd_softc *ahd, u_int intstat); 312 struct ahd_softc *ahd = device_private(self); local in function:ahd_pci_attach 329 ahd->sc_dev = self; 330 ahd_set_name(ahd, device_xname(self)); 331 ahd->parent_dmat = pa->pa_dmat; 346 ahd->bus_data = bd; 348 ahd->description = entry->name; 350 ahd->seep_config = malloc(sizeof(*ahd->seep_config) [all...] |