HomeSort by: relevance | last modified time | path
    Searched defs:icp_ccb (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
icpvar.h 69 struct icp_ccb { struct
70 SIMPLEQ_ENTRY(icp_ccb) ic_chain;
82 void (*ic_intr)(struct icp_ccb *);
144 struct icp_ccb *icp_ccbs;
149 SIMPLEQ_HEAD(,icp_ccb) icp_ccb_freelist;
150 SIMPLEQ_HEAD(,icp_ccb) icp_ccb_queue;
151 SIMPLEQ_HEAD(,icp_ccb) icp_ucmd_queue;
154 struct icp_ccb *icp_ucmd_ccb;
159 void (*icp_copy_cmd)(struct icp_softc *, struct icp_ccb *);
163 struct icp_ccb *);
    [all...]
icpvar.h 69 struct icp_ccb { struct
70 SIMPLEQ_ENTRY(icp_ccb) ic_chain;
82 void (*ic_intr)(struct icp_ccb *);
144 struct icp_ccb *icp_ccbs;
149 SIMPLEQ_HEAD(,icp_ccb) icp_ccb_freelist;
150 SIMPLEQ_HEAD(,icp_ccb) icp_ccb_queue;
151 SIMPLEQ_HEAD(,icp_ccb) icp_ucmd_queue;
154 struct icp_ccb *icp_ucmd_ccb;
159 void (*icp_copy_cmd)(struct icp_softc *, struct icp_ccb *);
163 struct icp_ccb *);
    [all...]

Completed in 22 milliseconds