Lines Matching refs:tnl_lso
1304 struct cpl_tx_tnl_lso *tnl_lso, in t6_fill_tnl_lso() argument
1323 tnl_lso->op_to_IpIdSplitOut = htonl(val); in t6_fill_tnl_lso()
1325 tnl_lso->IpIdOffsetOut = 0; in t6_fill_tnl_lso()
1335 tnl_lso->UdpLenSetOut_to_TnlHdrLen = in t6_fill_tnl_lso()
1340 tnl_lso->UdpLenSetOut_to_TnlHdrLen = 0; in t6_fill_tnl_lso()
1344 tnl_lso->UdpLenSetOut_to_TnlHdrLen |= in t6_fill_tnl_lso()
1348 tnl_lso->r1 = 0; in t6_fill_tnl_lso()
1354 tnl_lso->Flow_to_TcpHdrLen = htonl(val); in t6_fill_tnl_lso()
1356 tnl_lso->IpIdOffset = htons(0); in t6_fill_tnl_lso()
1358 tnl_lso->IpIdSplit_to_Mss = htons(CPL_TX_TNL_LSO_MSS_V(ssi->gso_size)); in t6_fill_tnl_lso()
1359 tnl_lso->TCPSeqOffset = htonl(0); in t6_fill_tnl_lso()
1360 tnl_lso->EthLenOffset_Size = htonl(CPL_TX_TNL_LSO_SIZE_V(skb->len)); in t6_fill_tnl_lso()
1606 struct cpl_tx_tnl_lso *tnl_lso = (void *)(wr + 1); in cxgb4_eth_xmit() local
1609 len += sizeof(*tnl_lso); in cxgb4_eth_xmit()
1618 t6_fill_tnl_lso(skb, tnl_lso, tnl_type); in cxgb4_eth_xmit()
1619 cpl = (void *)(tnl_lso + 1); in cxgb4_eth_xmit()