Lines Matching refs:htons
503 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vid); in fm10k_process_skb_fields()
505 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), in fm10k_process_skb_fields()
687 #define FM10K_NVGRE_RESERVED0_FLAGS htons(0x9FFF)
688 #define NVGRE_TNI htons(0x2000)
701 if (vlan_get_protocol(skb) != htons(ETH_P_IP)) in fm10k_gre_is_nvgre()
724 skb->inner_protocol != htons(ETH_P_TEB)) in fm10k_tx_encap_offload()
728 case htons(ETH_P_IP): in fm10k_tx_encap_offload()
731 case htons(ETH_P_IPV6): in fm10k_tx_encap_offload()
753 case htons(ETH_P_IP): in fm10k_tx_encap_offload()
756 case htons(ETH_P_IPV6): in fm10k_tx_encap_offload()
863 case htons(ETH_P_IP): in fm10k_tx_csum()
866 case htons(ETH_P_IPV6): in fm10k_tx_csum()