Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c4826 struct ether_vlan_header *ethvhdr; in ql_hw_csum_setup() local
4833 ethvhdr = (struct ether_vlan_header *)((void *)bp); in ql_hw_csum_setup()
4835 if (ntohs(ethvhdr->ether_tpid) == ETHERTYPE_VLAN) { in ql_hw_csum_setup()
4837 etherType = ntohs(ethvhdr->ether_type); in ql_hw_csum_setup()
5082 struct ether_vlan_header *ethvhdr; in ql_tx_hashing() local
5097 ethvhdr = (struct ether_vlan_header *)((void *)bp); in ql_tx_hashing()
5103 if (ntohs(ethvhdr->ether_tpid) == ETHERTYPE_VLAN) { in ql_tx_hashing()
5105 etherType = ntohs(ethvhdr->ether_type); in ql_tx_hashing()
5176 struct ether_vlan_header *ethvhdr; in ql_hw_lso_setup() local
5184 ethvhdr = (struct ether_vlan_header *)(void *)bp; in ql_hw_lso_setup()
[all …]