Lines Matching refs:tnl_lso
1318 struct cpl_tx_tnl_lso *tnl_lso, in t6_fill_tnl_lso() argument
1337 tnl_lso->op_to_IpIdSplitOut = htonl(val); in t6_fill_tnl_lso()
1339 tnl_lso->IpIdOffsetOut = 0; in t6_fill_tnl_lso()
1349 tnl_lso->UdpLenSetOut_to_TnlHdrLen = in t6_fill_tnl_lso()
1354 tnl_lso->UdpLenSetOut_to_TnlHdrLen = 0; in t6_fill_tnl_lso()
1358 tnl_lso->UdpLenSetOut_to_TnlHdrLen |= in t6_fill_tnl_lso()
1362 tnl_lso->r1 = 0; in t6_fill_tnl_lso()
1368 tnl_lso->Flow_to_TcpHdrLen = htonl(val); in t6_fill_tnl_lso()
1370 tnl_lso->IpIdOffset = htons(0); in t6_fill_tnl_lso()
1372 tnl_lso->IpIdSplit_to_Mss = htons(CPL_TX_TNL_LSO_MSS_V(ssi->gso_size)); in t6_fill_tnl_lso()
1373 tnl_lso->TCPSeqOffset = htonl(0); in t6_fill_tnl_lso()
1374 tnl_lso->EthLenOffset_Size = htonl(CPL_TX_TNL_LSO_SIZE_V(skb->len)); in t6_fill_tnl_lso()
1619 struct cpl_tx_tnl_lso *tnl_lso = (void *)(wr + 1); in cxgb4_eth_xmit() local
1622 len += sizeof(*tnl_lso); in cxgb4_eth_xmit()
1631 t6_fill_tnl_lso(skb, tnl_lso, tnl_type); in cxgb4_eth_xmit()
1632 cpl = (void *)(tnl_lso + 1); in cxgb4_eth_xmit()