Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/bnxe/
H A Dbnxe_tx.c659 u8_t * pL2Hdr; in BnxeGetHdrInfo() local
685 pL2Hdr = (u8_t *)pMblk->b_rptr; in BnxeGetHdrInfo()
688 memcpy(pTxPkt->tx_info.dst_mac_addr, pL2Hdr, 6); in BnxeGetHdrInfo()
710 if (((struct ether_header *)pL2Hdr)->ether_type == htons(ETHERTYPE_VLAN)) in BnxeGetHdrInfo()
753 pL3Hdr = (pL2Hdr + l2HdrLen); in BnxeGetHdrInfo()