Symbol: amd_softc
sys/dev/disk/amd/amd.c
1047
amd_DataOutPhase0(struct amd_softc *amd, struct amd_srb *pSRB, u_int scsistat)
sys/dev/disk/amd/amd.c
105
static void amdsetupcommand(struct amd_softc *amd, struct amd_srb *srb);
sys/dev/disk/amd/amd.c
106
static int amdparsemsg(struct amd_softc *amd);
sys/dev/disk/amd/amd.c
107
static int amdhandlemsgreject(struct amd_softc *amd);
sys/dev/disk/amd/amd.c
108
static void amdconstructsdtr(struct amd_softc *amd,
sys/dev/disk/amd/amd.c
1086
amd_DataInPhase0(struct amd_softc *amd, struct amd_srb *pSRB, u_int scsistat)
sys/dev/disk/amd/amd.c
110
static u_int amdfindclockrate(struct amd_softc *amd, u_int *period);
sys/dev/disk/amd/amd.c
111
static int amdsentmsg(struct amd_softc *amd, u_int msgtype, int full);
sys/dev/disk/amd/amd.c
113
static void DataIO_Comm(struct amd_softc *amd, struct amd_srb *pSRB, u_int dir);
sys/dev/disk/amd/amd.c
114
static void amd_Disconnect(struct amd_softc *amd);
sys/dev/disk/amd/amd.c
115
static void amd_Reselect(struct amd_softc *amd);
sys/dev/disk/amd/amd.c
116
static void SRBdone(struct amd_softc *amd, struct amd_srb *pSRB);
sys/dev/disk/amd/amd.c
1164
amd_StatusPhase0(struct amd_softc *amd, struct amd_srb *pSRB, u_int scsistat)
sys/dev/disk/amd/amd.c
117
static void amd_ScsiRstDetect(struct amd_softc *amd);
sys/dev/disk/amd/amd.c
1175
amd_MsgOutPhase0(struct amd_softc *amd, struct amd_srb *pSRB, u_int scsistat)
sys/dev/disk/amd/amd.c
118
static void amd_ResetSCSIBus(struct amd_softc *amd);
sys/dev/disk/amd/amd.c
1184
amd_MsgInPhase0(struct amd_softc *amd, struct amd_srb *pSRB, u_int scsistat)
sys/dev/disk/amd/amd.c
119
static void RequestSense(struct amd_softc *amd, struct amd_srb *pSRB);
sys/dev/disk/amd/amd.c
1199
amdparsemsg(struct amd_softc *amd)
sys/dev/disk/amd/amd.c
120
static void amd_InvalidCmd(struct amd_softc *amd);
sys/dev/disk/amd/amd.c
124
static void amd_reset(struct amd_softc *amd);
sys/dev/disk/amd/amd.c
128
void amd_linkSRB(struct amd_softc *amd);
sys/dev/disk/amd/amd.c
130
static void amd_load_defaults(struct amd_softc *amd);
sys/dev/disk/amd/amd.c
131
static void amd_load_eeprom_or_defaults(struct amd_softc *amd);
sys/dev/disk/amd/amd.c
132
static int amd_EEpromInDO(struct amd_softc *amd);
sys/dev/disk/amd/amd.c
133
static u_int16_t EEpromGetData1(struct amd_softc *amd);
sys/dev/disk/amd/amd.c
134
static void amd_EnDisableCE(struct amd_softc *amd, int mode, int *regval);
sys/dev/disk/amd/amd.c
135
static void amd_EEpromOutDI(struct amd_softc *amd, int *regval, int Carry);
sys/dev/disk/amd/amd.c
1359
amdfindclockrate(struct amd_softc *amd, u_int *period)
sys/dev/disk/amd/amd.c
136
static void amd_Prepare(struct amd_softc *amd, int *regval, u_int8_t EEpromCmd);
sys/dev/disk/amd/amd.c
137
static void amd_ReadEEprom(struct amd_softc *amd);
sys/dev/disk/amd/amd.c
1404
amdsentmsg(struct amd_softc *amd, u_int msgtype, int full)
sys/dev/disk/amd/amd.c
141
static void amdcompletematch(struct amd_softc *amd, target_id_t target,
sys/dev/disk/amd/amd.c
144
static void amdsetsync(struct amd_softc *amd, u_int target, u_int clockrate,
sys/dev/disk/amd/amd.c
1442
amdconstructsdtr(struct amd_softc *amd, u_int period, u_int offset)
sys/dev/disk/amd/amd.c
1453
amdhandlemsgreject(struct amd_softc *amd)
sys/dev/disk/amd/amd.c
146
static void amdsettags(struct amd_softc *amd, u_int target, int tagenb);
sys/dev/disk/amd/amd.c
148
static __inline void amd_clear_msg_state(struct amd_softc *amd);
sys/dev/disk/amd/amd.c
151
amd_clear_msg_state(struct amd_softc *amd)
sys/dev/disk/amd/amd.c
1661
amd_DataOutPhase1(struct amd_softc *amd, struct amd_srb *pSRB, u_int scsistat)
sys/dev/disk/amd/amd.c
1668
amd_DataInPhase1(struct amd_softc *amd, struct amd_srb *pSRB, u_int scsistat)
sys/dev/disk/amd/amd.c
1675
DataIO_Comm(struct amd_softc *amd, struct amd_srb *pSRB, u_int ioDir)
sys/dev/disk/amd/amd.c
1719
amd_CommandPhase1(struct amd_softc *amd, struct amd_srb *srb, u_int scsistat)
sys/dev/disk/amd/amd.c
1732
amd_StatusPhase1(struct amd_softc *amd, struct amd_srb *pSRB, u_int scsistat)
sys/dev/disk/amd/amd.c
1741
amd_MsgOutPhase1(struct amd_softc *amd, struct amd_srb *pSRB, u_int scsistat)
sys/dev/disk/amd/amd.c
1755
amd_MsgInPhase1(struct amd_softc *amd, struct amd_srb *pSRB, u_int scsistat)
sys/dev/disk/amd/amd.c
1763
amd_NopPhase(struct amd_softc *amd, struct amd_srb *pSRB, u_int scsistat)
sys/dev/disk/amd/amd.c
1769
amd_Disconnect(struct amd_softc * amd)
sys/dev/disk/amd/amd.c
1816
amd_Reselect(struct amd_softc *amd)
sys/dev/disk/amd/amd.c
1859
SRBdone(struct amd_softc *amd, struct amd_srb *pSRB)
sys/dev/disk/amd/amd.c
2013
amd_ResetSCSIBus(struct amd_softc * amd)
sys/dev/disk/amd/amd.c
2024
amd_ScsiRstDetect(struct amd_softc * amd)
sys/dev/disk/amd/amd.c
2061
RequestSense(struct amd_softc *amd, struct amd_srb *pSRB)
sys/dev/disk/amd/amd.c
2099
amd_InvalidCmd(struct amd_softc * amd)
sys/dev/disk/amd/amd.c
2109
amd_linkSRB(struct amd_softc *amd)
sys/dev/disk/amd/amd.c
2135
amd_EnDisableCE(struct amd_softc *amd, int mode, int *regval)
sys/dev/disk/amd/amd.c
2150
amd_EEpromOutDI(struct amd_softc *amd, int *regval, int Carry)
sys/dev/disk/amd/amd.c
2169
amd_EEpromInDO(struct amd_softc *amd)
sys/dev/disk/amd/amd.c
2181
EEpromGetData1(struct amd_softc *amd)
sys/dev/disk/amd/amd.c
2197
amd_Prepare(struct amd_softc *amd, int *regval, u_int8_t EEpromCmd)
sys/dev/disk/amd/amd.c
220
amdgetsrb(struct amd_softc * amd)
sys/dev/disk/amd/amd.c
2212
amd_ReadEEprom(struct amd_softc *amd)
sys/dev/disk/amd/amd.c
2232
amd_load_defaults(struct amd_softc *amd)
sys/dev/disk/amd/amd.c
2246
amd_load_eeprom_or_defaults(struct amd_softc *amd)
sys/dev/disk/amd/amd.c
2276
struct amd_softc *amd = device_get_softc(dev);
sys/dev/disk/amd/amd.c
233
amdsetupcommand(struct amd_softc *amd, struct amd_srb *srb)
sys/dev/disk/amd/amd.c
2381
struct amd_softc *amd = device_get_softc(dev);
sys/dev/disk/amd/amd.c
2471
"amd", amd_methods, sizeof(struct amd_softc)
sys/dev/disk/amd/amd.c
263
amdrunwaiting(struct amd_softc *amd) {
sys/dev/disk/amd/amd.c
284
struct amd_softc *amd;
sys/dev/disk/amd/amd.c
288
amd = (struct amd_softc *)ccb->ccb_h.ccb_amd_ptr;
sys/dev/disk/amd/amd.c
369
struct amd_softc * amd;
sys/dev/disk/amd/amd.c
374
amd = (struct amd_softc *) cam_sim_softc(psim);
sys/dev/disk/amd/amd.c
734
ResetDevParam(struct amd_softc * amd)
sys/dev/disk/amd/amd.c
747
amdcompletematch(struct amd_softc *amd, target_id_t target, lun_id_t lun,
sys/dev/disk/amd/amd.c
782
amdsetsync(struct amd_softc *amd, u_int target, u_int clockrate,
sys/dev/disk/amd/amd.c
844
amdsettags(struct amd_softc *amd, u_int target, int tagenb)
sys/dev/disk/amd/amd.c
85
typedef u_int (phase_handler_t)(struct amd_softc *, struct amd_srb *, u_int);
sys/dev/disk/amd/amd.c
859
amd_reset(struct amd_softc * amd)
sys/dev/disk/amd/amd.c
89
static int amdstart(struct amd_softc *amd, struct amd_srb * pSRB);
sys/dev/disk/amd/amd.c
909
amdstart(struct amd_softc *amd, struct amd_srb *pSRB)
sys/dev/disk/amd/amd.c
982
struct amd_softc *amd;
sys/dev/disk/amd/amd.c
988
amd = (struct amd_softc *)arg;