Lines Matching refs:htons
1102 if (skb->protocol != htons(ETH_P_FCOE)) in cxgb_fcoe_offload()
1222 lso->c.ipid_ofst = htons(0); in t4_eth_xmit()
1223 lso->c.mss = htons(ssi->gso_size); in t4_eth_xmit()
1250 if (skb->protocol == htons(ETH_P_FCOE)) in t4_eth_xmit()
1258 cpl->pack = htons(0); in t4_eth_xmit()
1259 cpl->len = htons(skb->len); in t4_eth_xmit()
1790 skb->protocol = htons(0xffff); in handle_trace_pkt()
1823 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), ntohs(pkt->vlan)); in do_gro()
1916 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), ntohs(pkt->vlan)); in t4_ethrx_handler()
2468 c.iqdroprss_to_iqesize = htons(FW_IQ_CMD_IQPCIECH_V(pi->tx_chan) | in t4_sge_alloc_rxq()
2472 c.iqsize = htons(iq->size); in t4_sge_alloc_rxq()
2488 c.fl0dcaen_to_fl0cidxfthresh = htons(FW_IQ_CMD_FL0FBMIN_V(2) | in t4_sge_alloc_rxq()
2490 c.fl0size = htons(flsz); in t4_sge_alloc_rxq()