Searched refs:L2_add (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/sun/sys/dada/adapters/ghd/ |
H A D | ghd_queue.h | 76 void L2_add(L2el_t *headp, L2el_t *elementp, void *priv);
|
H A D | ghd.h | 340 L2_add(&(cccp)->ccc_doneq, &(gcmdp)->cmd_q, (gcmdp)); \
|
/illumos-gate/usr/src/uts/intel/io/dktp/hba/ghd/ |
H A D | ghd_queue.h | 76 void L2_add(L2el_t *headp, L2el_t *elementp, void *private);
|
H A D | ghd_queue.c | 116 L2_add(L2el_t *headp, L2el_t *elementp, void *private) function
|
H A D | ghd.c | 513 L2_add(&gcmd_hold_queue, &gcmdp->cmd_q, gcmdp); 770 L2_add(&GDEV_QHEAD(gdevp), &gcmdp->cmd_q, gcmdp); 855 L2_add(&cccp->ccc_reset_notify_list, &rnp->l2_link,
|
H A D | ghd_waitq.c | 240 L2_add(&GHBA_QHEAD(cccp), &gcmdp->cmd_q, gcmdp);
|
H A D | ghd.h | 398 L2_add(&(cccp)->ccc_doneq, &(gcmdp)->cmd_q, (gcmdp)); \
|
H A D | ghd_timer.c | 878 L2_add(&cccp->ccc_activel, &gcmdp->cmd_timer_link, gcmdp);
|
Completed in 156 milliseconds