Home
last modified time | relevance | path

Searched refs:phase_handler_t (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/sys/dev/disk/amd/
H A Damd.c85 typedef u_int (phase_handler_t)(struct amd_softc *, struct amd_srb *, u_int); typedef
86 typedef phase_handler_t *phase_handler_func_t;
90 static phase_handler_t amd_NopPhase;
92 static phase_handler_t amd_DataOutPhase0;
93 static phase_handler_t amd_DataInPhase0;
95 static phase_handler_t amd_StatusPhase0;
96 static phase_handler_t amd_MsgOutPhase0;
97 static phase_handler_t amd_MsgInPhase0;
98 static phase_handler_t amd_DataOutPhase1;
99 static phase_handler_t amd_DataInPhase1;
[all …]