Searched refs:etherhp (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_tcp.c70 struct ether_header *etherhp; local
84 etherhp = NULL;
98 etherhp = (struct ether_header *)(mp->b_rptr);
99 ether_type = etherhp->ether_type;
204 *etherhpp = etherhp;
H A Dsfxge_rx.c1324 struct ether_header *etherhp; local
1332 etherhp = srfp->srf_etherhp;
1336 ASSERT3U(((etherhp->ether_type == htons(ETHERTYPE_VLAN)) ?
1364 struct ether_header *etherhp = srpp->srp_etherhp; local
1428 srfp->srf_etherhp = etherhp;
1510 struct ether_header *etherhp; local
1545 pkt_type = sfxge_pkthdr_parse(mp, &etherhp, &iphp, &thp, &off,
1548 ASSERT(etherhp != NULL);
1556 if (etherhp->ether_type == htons(ETHERTYPE_VLAN)) {
1559 ethervhp = (struct ether_vlan_header *)etherhp;
1783 struct ether_header *etherhp; local
[all...]
H A Dsfxge_tx.c1569 struct ether_header *etherhp = stpp->stp_etherhp; local
1601 ehs = (etherhp->ether_type == htons(ETHERTYPE_VLAN)) ?
1760 ASSERT3U(((etherhp->ether_type == htons(ETHERTYPE_VLAN)) ?
2748 struct ether_header *etherhp; local
2779 etherhp = NULL;
2796 pkt_type = sfxge_pkthdr_parse(mp, &etherhp, &iphp, &thp,
2800 etherhp == NULL ||
2823 (void) sfxge_pkthdr_parse(mp, &etherhp,
2896 (void) sfxge_pkthdr_parse(mp, &etherhp,
2961 stpp->stp_etherhp = etherhp;
[all...]

Completed in 66 milliseconds