Searched refs:etherType (Results 1 – 1 of 1) sorted by relevance
4828 uint32_t etherType; in ql_hw_csum_setup() local4837 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() local5105 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 …]