Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_tx.c583 stbp = next; in sfxge_tx_qfbp_empty()
1332 ebp->eb_addr = stbp->stb_esm.esm_addr + stbp->stb_off; in sfxge_tx_qbuffer_add()
1333 ebp->eb_size = stbp->stb_esm.esm_used - stbp->stb_off; in sfxge_tx_qbuffer_add()
1340 stbp->stb_off = stbp->stb_esm.esm_used; in sfxge_tx_qbuffer_add()
1411 ASSERT(stbp == NULL || (stbp->stb_esm.esm_used == stbp->stb_off)); in sfxge_tx_qpayload_fragment()
1474 if (stbp != NULL && (stbp->stb_esm.esm_used > stbp->stb_off)) { in sfxge_tx_qpayload_fragment()
1663 stbp = NULL; in sfxge_tx_qlso_fragment()
1704 ASSERT3U(stbp->stb_off, ==, stbp->stb_esm.esm_used); in sfxge_tx_qlso_fragment()
1705 bcopy(hp, stbp->stb_esm.esm_base + stbp->stb_off, hs); in sfxge_tx_qlso_fragment()
1802 stbp = NULL; in sfxge_tx_qpacket_fragment()
[all …]