Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_fp.c1742 uint32_t etherType; in qede_hash_get_txq() local
1762 etherType = ntohs(ethvhdr->ether_type); in qede_hash_get_txq()
1765 etherType = ntohs(ethhdr->ether_type); in qede_hash_get_txq()
1768 if (etherType == ETHERTYPE_IP /* 0800 */) { in qede_hash_get_txq()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c4832 uint32_t etherType; in ql_hw_csum_setup() local
4841 etherType = ntohs(ethvhdr->ether_type); in ql_hw_csum_setup()
4844 etherType = ntohs(ethhdr->ether_type); in ql_hw_csum_setup()
4849 if (etherType == ETHERTYPE_IP /* 0800 */) { in ql_hw_csum_setup()
5086 uint32_t etherType; in ql_tx_hashing() local
5106 etherType = ntohs(ethvhdr->ether_type); in ql_tx_hashing()
5109 etherType = ntohs(ethhdr->ether_type); in ql_tx_hashing()
5112 if (etherType == ETHERTYPE_IP /* 0800 */) { in ql_tx_hashing()
5180 uint32_t etherType; in ql_hw_lso_setup() local
5190 etherType = ntohs(ethvhdr->ether_type); in ql_hw_lso_setup()
[all …]