Searched refs:L2_add (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/intel/io/dktp/hba/ghd/ |
H A D | ghd_queue.h | 74 void L2_add(L2el_t *headp, L2el_t *elementp, void *private);
|
H A D | ghd.c | 513 L2_add(&gcmd_hold_queue, &gcmdp->cmd_q, gcmdp); in ghd_poll() 770 L2_add(&GDEV_QHEAD(gdevp), &gcmdp->cmd_q, gcmdp); in ghd_transport() 855 L2_add(&cccp->ccc_reset_notify_list, &rnp->l2_link, in ghd_reset_notify()
|
H A D | ghd_queue.c | 113 L2_add(L2el_t *headp, L2el_t *elementp, void *private) in L2_add() function
|
H A D | ghd_waitq.c | 238 L2_add(&GHBA_QHEAD(cccp), &gcmdp->cmd_q, gcmdp); in ghd_waitq_shuffle_up()
|
H A D | ghd.h | 396 L2_add(&(cccp)->ccc_doneq, &(gcmdp)->cmd_q, (gcmdp)); \
|
H A D | ghd_timer.c | 879 L2_add(&cccp->ccc_activel, &gcmdp->cmd_timer_link, gcmdp); in ghd_timer_start()
|
/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)); \
|