HomeSort by: relevance | last modified time | path
    Searched refs:ahd (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/dev/ic/
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...]
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_osm.h 78 #define SIM_IS_SCSIBUS_B(ahd, sim) \
80 #define SIM_CHANNEL(ahd, sim) \
82 #define SIM_SCSI_ID(ahd, sim) \
83 (ahd->our_id)
84 #define SIM_PATH(ahd, sim) \
85 (ahd->platform_data->path)
86 #define BUILD_SCSIID(ahd, sim, target_id, our_id) \
90 #define SCB_GET_SIM(ahd, scb) \
91 ((ahd)->platform_data->sim)
100 #define ahd_dma_tag_create(ahd, parent_tag, alignment, boundary,
    [all...]
aic79xxvar.h 87 #define SCSIID_TARGET(ahd, scsiid) \
91 #define SCSIID_CHANNEL(ahd, scsiid) ('A')
92 #define SCB_IS_SCSIBUS_B(ahd, scb) (0)
95 #define SCB_GET_TARGET(ahd, scb) \
96 SCSIID_TARGET((ahd), (scb)->hscb->scsiid)
97 #define SCB_GET_CHANNEL(ahd, scb) \
98 SCSIID_CHANNEL(ahd, (scb)->hscb->scsiid)
101 #define SCB_GET_TARGET_OFFSET(ahd, scb) \
102 SCB_GET_TARGET(ahd, scb)
103 #define SCB_GET_TARGET_MASK(ahd, scb)
    [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...]
  /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...]
aic79xx.seq 46 PATCH_ARG_LIST = "struct ahd_softc *ahd"
53 if ((ahd->bugs & AHD_INTCOLLISION_BUG) != 0) {
60 if ((ahd->bugs & AHD_INTCOLLISION_BUG) != 0) {
94 if ((ahd->bugs & AHD_FAINT_LED_BUG) != 0) {
266 if ((ahd->bugs & AHD_PKT_LUN_BUG) != 0) {
392 if ((ahd->bugs & AHD_SET_MODE_BUG) != 0) {
405 if ((ahd->bugs & AHD_INTCOLLISION_BUG) != 0) {
416 if ((ahd->bugs & AHD_SENT_SCB_UPDATE_BUG) != 0) {
471 if ((ahd->bugs & AHD_NONPACKFIFO_BUG) != 0) {
495 if ((ahd->bugs & AHD_BUSFREEREV_BUG) != 0)
    [all...]
aic79xx.reg 64 if ((ahd->bugs & AHD_SET_MODE_BUG) != 0) { \
71 if ((ahd->bugs & AHD_SET_MODE_BUG) != 0) { \
78 if ((ahd->bugs & AHD_SET_MODE_BUG) != 0) { \
85 if ((ahd->bugs & AHD_INTCOLLISION_BUG) != 0) { \
  /src/share/man/man4/
Makefile 7 ahcisata.4 ahd.4 aht20temp.4 aibs.4 alc.4 ale.4 alipm.4 altmem.4 altq.4 \

Completed in 21 milliseconds