OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ahd
(Results
1 - 4
of
4
) sorted by relevancy
/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
185
struct
ahd
_softc *
ahd
;
local
323
struct
ahd
_softc *
ahd
;
local
532
struct
ahd
_softc *
ahd
;
local
742
struct
ahd
_softc *
ahd
;
local
[
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
[
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
7739
struct
ahd
_softc *
ahd
;
local
7780
struct
ahd
_softc *
ahd
;
local
[
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
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
...]
Completed in 36 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026