Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_tx.c41 (sd)->mp_hndl.head = NULL; \
42 (sd)->mp_hndl.tail = NULL; \
74 for (dmah = ssbdp->mp_hndl.head; dmah != NULL; in nge_tx_recycle_all()
223 if (ssbdp->mp_hndl.head != NULL) in nge_tx_recycle()
224 nge_tx_dmah_push(&ssbdp->mp_hndl, &dmah); in nge_tx_recycle()
567 srp->sw_sbds[j].mp_hndl = dmah_list; in nge_send_mapped()
H A Dnge.h477 nge_dmah_list_t mp_hndl; member