Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_tx.c101 mblk_t *hdr_nmp = NULL; in ixgbe_ring_tx() local
188 hdr_nmp = mp; in ixgbe_ring_tx()
191 hdr_pre_mp = hdr_nmp; in ixgbe_ring_tx()
192 hdr_nmp = hdr_nmp->b_cont; in ixgbe_ring_tx()
193 len += MBLKL(hdr_nmp); in ixgbe_ring_tx()
203 hdr_frag_len = hdr_len - (len - MBLKL(hdr_nmp)); in ixgbe_ring_tx()
212 if ((hdr_nmp != mp) || in ixgbe_ring_tx()
213 (P2NPHASE((uintptr_t)hdr_nmp->b_rptr, ixgbe->sys_page_size) in ixgbe_ring_tx()
224 bcopy(hdr_nmp->b_rptr, hdr_new_mp->b_rptr, in ixgbe_ring_tx()
228 hdr_new_mp->b_cont = hdr_nmp; in ixgbe_ring_tx()
[all …]