Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/hxge/
H A Dhxge_txdma_hw.h170 uint32_t ihl:4; member
190 uint32_t ihl:4;
/titanic_41/usr/src/uts/common/sys/nxge/
H A Dnxge_txdma_hw.h911 uint32_t ihl:4; member
923 uint32_t ihl:4;
/titanic_41/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c1779 int ehl, ihl; in myri10ge_send_hash() local
1794 ihl = sizeof (*ip); in myri10ge_send_hash()
1795 if ((MBLKL(mp)) < (ehl + ihl + 8)) in myri10ge_send_hash()
1808 ihl = ip->ip_hl << 2; in myri10ge_send_hash()
1809 if (MBLKL(mp) < (ehl + ihl + 8)) in myri10ge_send_hash()
/titanic_41/usr/src/uts/common/io/nxge/npi/
H A Dnpi_txdma.c1967 hdrp->bits.hdw.ihl, in npi_txdma_dump_hdr()