Home
last modified time | relevance | path

Searched refs:tcpd (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/3com/
Dtyphoon.c688 struct tcpopt_desc *tcpd; in typhoon_tso_fill() local
691 tcpd = (struct tcpopt_desc *) (txRing->ringBase + txRing->lastWrite); in typhoon_tso_fill()
696 tcpd->flags = TYPHOON_OPT_DESC | TYPHOON_OPT_TCP_SEG; in typhoon_tso_fill()
697 tcpd->numDesc = 1; in typhoon_tso_fill()
698 tcpd->mss_flags = cpu_to_le16(skb_tso_size(skb)); in typhoon_tso_fill()
699 tcpd->mss_flags |= TYPHOON_TSO_FIRST | TYPHOON_TSO_LAST; in typhoon_tso_fill()
700 tcpd->respAddrLo = cpu_to_le32(tcpd_offset); in typhoon_tso_fill()
701 tcpd->bytesTx = cpu_to_le32(skb->len); in typhoon_tso_fill()
702 tcpd->status = 0; in typhoon_tso_fill()