Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/nca/
H A Dnca.h142 typedef struct nca_squeue_s { struct
143 uint16_t sq_state; /* state flags */
144 uint16_t sq_count; /* message count */
145 uint32_t sq_type; /* type flags */
146 processorid_t sq_bind; /* processor to bind to */
147 ddi_softintr_t sq_softid; /* softintr() id */
148 void (*sq_init)(); /* initialize function */
149 void *sq_init_arg; /* initialize argument */
150 void (*sq_proc)(); /* process function */
151 mblk_t *sq_first; /* first mblk chain or NULL */
[all …]