Home
last modified time | relevance | path

Searched defs:fdcsb (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/sun/sys/
H A Dfdvar.h76 struct fdcsb { struct
77 caddr_t csb_addr; /* Data buffer address */
78 uint_t csb_len; /* Data buffer Length */
79 caddr_t csb_raddr; /* modified data buffer address */
80 uint_t csb_rlen; /* modified data buffer len (resid) */
81 uchar_t csb_opmode; /* Current operating mode */
82 uchar_t csb_unit; /* floppy slave unit number */
83 uchar_t csb_ncmds; /* how many command bytes to send */
84 uchar_t csb_nrslts; /* number of result bytes gotten */
85 uchar_t csb_opflags; /* opflags, see below */
[all …]
/titanic_50/usr/src/uts/common/sys/
H A Dfdc.h227 struct fdcsb { struct
228 struct buf *csb_bufp; /* associated buf */
229 ddi_dma_handle_t csb_dmahandle;
230 int csb_handle_bound; /* DMA handle has been bound */
231 uint_t csb_dmacookiecnt; /* number of DMA cookies */
232 uint_t csb_dmacurrcookie; /* current cookie number */
233 uint_t csb_dmawincnt; /* number of DMA windows */
234 uint_t csb_dmacurrwin; /* current DMA window */
235 ddi_dma_cookie_t csb_dmacookie;
236 enum fxstate csb_xstate; /* Current execution state */
[all …]