Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_rx.c1328 if (srfp->srf_mp == NULL) in sfxge_rx_qflow_complete()
1331 mp = srfp->srf_mp; in sfxge_rx_qflow_complete()
1351 srfp->srf_mp = NULL; in sfxge_rx_qflow_complete()
1426 if (srfp->srf_mp == NULL) { in sfxge_rx_qflow_add()
1433 srfp->srf_mp = mp; in sfxge_rx_qflow_add()
1646 if (srfp->srf_mp != NULL) in sfxge_rx_qpacket_coalesce()
H A Dsfxge.h380 mblk_t *srf_mp; member