Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_rx.c427 ASSERT3U(srfppp->srfpp_loaned, >=, count); in sfxge_rx_qfpp_swizzle()
428 srfppp->srfpp_loaned -= count; in sfxge_rx_qfpp_swizzle()
441 loaned = srfppp->srfpp_loaned; in sfxge_rx_qfpp_swizzle()
464 ASSERT3U(srfppp->srfpp_loaned, ==, 0); in sfxge_rx_qfpp_empty()
1818 srfppp->srfpp_loaned++; in sfxge_rx_qcomplete()
1828 srfppp->srfpp_loaned++; in sfxge_rx_qcomplete()
H A Dsfxge.h358 unsigned int srfpp_loaned; member