Lines Matching refs:htons
475 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vid); in fm10k_process_skb_fields()
695 #define FM10K_NVGRE_RESERVED0_FLAGS htons(0x9FFF)
696 #define NVGRE_TNI htons(0x2000)
709 if (vlan_get_protocol(skb) != htons(ETH_P_IP)) in fm10k_gre_is_nvgre()
720 if (nvgre_hdr->proto != htons(ETH_P_TEB)) in fm10k_gre_is_nvgre()
736 case htons(ETH_P_IP): in fm10k_tx_encap_offload()
739 case htons(ETH_P_IPV6): in fm10k_tx_encap_offload()
761 case htons(ETH_P_IP): in fm10k_tx_encap_offload()
762 case htons(ETH_P_IPV6): in fm10k_tx_encap_offload()
850 case htons(ETH_P_IP): in fm10k_tx_csum()
853 case htons(ETH_P_IPV6): in fm10k_tx_csum()