Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_rx.c1442 if (srfp->srf_next == NULL && in sfxge_rx_qflow_add()
1443 srp->sr_srfpp != &(srfp->srf_next)) { in sfxge_rx_qflow_add()
1445 srp->sr_srfpp = &(srfp->srf_next); in sfxge_rx_qflow_add()
1460 ASSERT(srfp->srf_next != NULL || in sfxge_rx_qflow_add()
1461 srp->sr_srfpp == &(srfp->srf_next)); in sfxge_rx_qflow_add()
1650 ASSERT(srfp->srf_next == NULL); in sfxge_rx_qpacket_coalesce()
1852 next = srfp->srf_next; in sfxge_rx_qcomplete()
1853 srfp->srf_next = NULL; in sfxge_rx_qcomplete()
H A Dsfxge.h387 sfxge_rx_flow_t *srf_next; member