Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dmlxvar.h94 struct mlx_ccb { struct
96 SIMPLEQ_ENTRY(mlx_ccb) simpleq; argument
99 } mc_chain;
100 u_int mc_flags;
101 u_int mc_status;
102 u_int mc_ident;
103 time_t mc_expiry;
127 SLIST_HEAD(, mlx_ccb) mlx_ccb_freelist; argument