Home
last modified time | relevance | path

Searched refs:l2_link (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd.c250 rnp = (ghd_reset_notify_list_t *)L2_next(&rnp->l2_link)) { in ghd_do_reset_notify_callbacks()
855 L2_add(&cccp->ccc_reset_notify_list, &rnp->l2_link, in ghd_reset_notify()
869 rnp = (ghd_reset_notify_list_t *)L2_next(&rnp->l2_link)) { in ghd_reset_notify()
873 L2_delete(&rnp->l2_link); in ghd_reset_notify()
H A Dghd.h233 L2el_t l2_link; member