Symbol: amd_srb
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
1086
amd_DataInPhase0(struct amd_softc *amd, struct amd_srb *pSRB, u_int scsistat)
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
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
1175
amd_MsgOutPhase0(struct amd_softc *amd, struct amd_srb *pSRB, u_int scsistat)
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
1224
struct amd_srb *disc_srb;
sys/dev/disk/amd/amd.c
126
static u_int8_t * phystovirt(struct amd_srb *pSRB, u_int32_t xferCnt);
sys/dev/disk/amd/amd.c
1461
struct amd_srb *srb;
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
1771
struct amd_srb *srb;
sys/dev/disk/amd/amd.c
1859
SRBdone(struct amd_softc *amd, struct amd_srb *pSRB)
sys/dev/disk/amd/amd.c
2061
RequestSense(struct amd_softc *amd, struct amd_srb *pSRB)
sys/dev/disk/amd/amd.c
2101
struct amd_srb *srb;
sys/dev/disk/amd/amd.c
2112
struct amd_srb *psrb;
sys/dev/disk/amd/amd.c
2118
psrb = (struct amd_srb *)&amd->SRB_array[i];
sys/dev/disk/amd/amd.c
219
static __inline struct amd_srb *
sys/dev/disk/amd/amd.c
222
struct amd_srb * pSRB;
sys/dev/disk/amd/amd.c
233
amdsetupcommand(struct amd_softc *amd, struct amd_srb *srb)
sys/dev/disk/amd/amd.c
264
struct amd_srb *srb;
sys/dev/disk/amd/amd.c
282
struct amd_srb *srb;
sys/dev/disk/amd/amd.c
286
srb = (struct amd_srb *)arg;
sys/dev/disk/amd/amd.c
380
struct amd_srb * pSRB;
sys/dev/disk/amd/amd.c
713
phystovirt(struct amd_srb * pSRB, u_int32_t xferCnt)
sys/dev/disk/amd/amd.c
750
struct amd_srb *srb;
sys/dev/disk/amd/amd.c
751
struct amd_srb *next_srb;
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
89
static int amdstart(struct amd_softc *amd, struct amd_srb * pSRB);
sys/dev/disk/amd/amd.c
902
struct amd_srb * pSRB;
sys/dev/disk/amd/amd.c
904
pSRB = (struct amd_srb *) arg1;
sys/dev/disk/amd/amd.c
909
amdstart(struct amd_softc *amd, struct amd_srb *pSRB)
sys/dev/disk/amd/amd.c
983
struct amd_srb *pSRB;
sys/dev/disk/amd/amd.h
158
TAILQ_ENTRY(amd_srb) links;
sys/dev/disk/amd/amd.h
191
TAILQ_HEAD(srb_queue, amd_srb);
sys/dev/disk/amd/amd.h
206
struct amd_srb *active_srb;
sys/dev/disk/amd/amd.h
207
struct amd_srb *untagged_srbs[AMD_TARGET_MAX+1][AMD_LUN_MAX+1];
sys/dev/disk/amd/amd.h
215
struct amd_srb *pTmpSRB;
sys/dev/disk/amd/amd.h
243
struct amd_srb SRB_array[MAX_SRB_CNT]; /* +45Ch, Len= */
sys/dev/disk/amd/amd.h
244
struct amd_srb TmpSRB;