Searched refs:etherType (Results 1 – 2 of 2) sorted by relevance
1742 uint32_t etherType; in qede_hash_get_txq() local1762 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()
4832 uint32_t etherType; in ql_hw_csum_setup() local4841 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()4855 __func__, qlge->instance, etherType)); in ql_hw_csum_setup()5086 uint32_t etherType; in ql_tx_hashing() local5106 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[all …]