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

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

Completed in 68 milliseconds