Searched refs:L2el_t (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/sun/sys/dada/adapters/ghd/
H A Dghd_queue.h69 } L2el_t; typedef in typeref:struct:L2el
76 void L2_add(L2el_t *headp, L2el_t *elementp, void *priv);
77 void L2_delete(L2el_t *elementp);
78 void L2_add_head(L2el_t *headp, L2el_t *elementp, void *priv);
79 void *L2_remove_head(L2el_t *headp);
80 void *L2_next(L2el_t *elementp);
H A Dghd.h94 L2el_t cmd_q; /* link for for done/active CCB Qs */
98 L2el_t cmd_timer_link; /* ccb timer doubly linked list */
155 L2el_t ccc_activel; /* ... list of active CMD/CCBs */
170 L2el_t ccc_doneq; /* completed cmd_t's */
H A Dghd_waitq.h43 L2el_t Q_qhead; /* Q of waiting gcmds */
/illumos-gate/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd_queue.h69 } L2el_t; typedef in typeref:struct:L2el
76 void L2_add(L2el_t *headp, L2el_t *elementp, void *private);
77 void L2_delete(L2el_t *elementp);
78 void L2_add_head(L2el_t *headp, L2el_t *elementp, void *private);
79 void *L2_remove_head(L2el_t *headp);
80 void *L2_next(L2el_t *elementp);
H A Dghd_queue.c116 L2_add(L2el_t *headp, L2el_t *elementp, void *private)
132 L2_delete(L2el_t *elementp)
151 L2_add_head(L2el_t *headp, L2el_t *elementp, void *private)
176 L2_remove_head(L2el_t *headp)
178 L2el_t *elementp;
198 L2_next(L2el_t *elementp)
H A Dghd.h102 L2el_t cmd_q; /* link for for done/active CCB Qs */
107 L2el_t cmd_timer_link; /* ccb timer doubly linked list */
168 L2el_t ccc_activel; /* ... list of active CMD/CCBs */
185 L2el_t ccc_doneq; /* completed cmd_t's */
200 L2el_t ccc_reset_notify_list; /* list of reset notifications */
235 L2el_t l2_link;
H A Dghd_waitq.h43 L2el_t Q_qhead; /* Q of waiting gcmds */
H A Dghd.c241 L2el_t *rnl = &cccp->ccc_reset_notify_list;
447 L2el_t gcmd_hold_queue;
H A Dghd_timer.c332 L2el_t *lp = &gcmdp->cmd_timer_link;

Completed in 93 milliseconds