Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c4828 uint32_t etherType; in ql_hw_csum_setup() local
4837 etherType = ntohs(ethvhdr->ether_type); in ql_hw_csum_setup()
4840 etherType = ntohs(ethhdr->ether_type); in ql_hw_csum_setup()
4845 if (etherType == ETHERTYPE_IP /* 0800 */) { in ql_hw_csum_setup()
4851 __func__, qlge->instance, etherType)); in ql_hw_csum_setup()
5085 uint32_t etherType; in ql_tx_hashing() local
5105 etherType = ntohs(ethvhdr->ether_type); in ql_tx_hashing()
5108 etherType = ntohs(ethhdr->ether_type); in ql_tx_hashing()
5111 if (etherType == ETHERTYPE_IP /* 0800 */) { in ql_tx_hashing()
5179 uint32_t etherType; in ql_hw_lso_setup() local
[all …]