Lines Matching defs:fdcsb
76 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 */
86 uchar_t csb_maxretry; /* maximum retries this opertion */
87 uchar_t csb_retrys; /* how may retrys done so far */
88 uchar_t csb_status; /* status returned from hwintr */
89 uchar_t csb_cmdstat; /* if 0 then success, else failure */
90 uchar_t csb_cmds[10]; /* commands to send to chip */
91 uchar_t csb_rslt[10]; /* results from chip */
92 uchar_t csb_dcsr_rslt; /* set to 1 if there's an error in the DCSR */
93 uchar_t csb_dma_rslt; /* set to 1 if there's an error with the DMA */
94 ddi_dma_cookie_t csb_dmacookie; /* DMA cookie */
96 uint_t csb_ccount; /* no. of DMA cookies for current window */
97 uint_t csb_nwin; /* no. of DMA windows */
98 uint_t csb_windex; /* DMA window currently in use */
99 uint_t csb_read; /* indicates read or write */