Lines Matching refs:htons
527 vh->h_vlan_proto = htons(ETH_P_8021Q); in qlcnic_tx_pkt()
528 vh->h_vlan_TCI = htons(vlan_tci); in qlcnic_tx_pkt()
1244 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vid); in qlcnic_process_rcv()
1323 ipv6h->payload_len = htons(length); in qlcnic_process_lro()
1328 csum_replace2(&iph->check, iph->tot_len, htons(length)); in qlcnic_process_lro()
1329 iph->tot_len = htons(length); in qlcnic_process_lro()
1338 if (skb->protocol == htons(ETH_P_IPV6)) in qlcnic_process_lro()
1345 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vid); in qlcnic_process_lro()
1770 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vid); in qlcnic_83xx_process_rcv()
1846 ipv6h->payload_len = htons(length); in qlcnic_83xx_process_lro()
1851 csum_replace2(&iph->check, iph->tot_len, htons(length)); in qlcnic_83xx_process_lro()
1852 iph->tot_len = htons(length); in qlcnic_83xx_process_lro()
1861 if (skb->protocol == htons(ETH_P_IPV6)) in qlcnic_83xx_process_lro()
1868 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vid); in qlcnic_83xx_process_lro()