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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/nes/
H A Dnes_nic.c458 u32 tso_wqe_length; local
552 tso_wqe_length = 0;
608 tso_wqe_length += skb_headlen(skb) -
617 tso_wqe_length += skb_shinfo(skb)->frags[tso_frag_index++].size;
629 if ((tso_wqe_length + original_first_length) > skb_is_gso(skb)) {
632 iph->tot_len = htons(tso_wqe_length + original_first_length - nhoffset);
641 tso_wqe_length + original_first_length);
642 curr_tcp_seq += tso_wqe_length;

Completed in 38 milliseconds