Lines Matching refs:tnl_lso
1253 struct cpl_tx_tnl_lso *tnl_lso, in t6_fill_tnl_lso() argument
1272 tnl_lso->op_to_IpIdSplitOut = htonl(val); in t6_fill_tnl_lso()
1274 tnl_lso->IpIdOffsetOut = 0; in t6_fill_tnl_lso()
1284 tnl_lso->UdpLenSetOut_to_TnlHdrLen = in t6_fill_tnl_lso()
1289 tnl_lso->UdpLenSetOut_to_TnlHdrLen = 0; in t6_fill_tnl_lso()
1293 tnl_lso->UdpLenSetOut_to_TnlHdrLen |= in t6_fill_tnl_lso()
1297 tnl_lso->r1 = 0; in t6_fill_tnl_lso()
1303 tnl_lso->Flow_to_TcpHdrLen = htonl(val); in t6_fill_tnl_lso()
1305 tnl_lso->IpIdOffset = htons(0); in t6_fill_tnl_lso()
1307 tnl_lso->IpIdSplit_to_Mss = htons(CPL_TX_TNL_LSO_MSS_V(ssi->gso_size)); in t6_fill_tnl_lso()
1308 tnl_lso->TCPSeqOffset = htonl(0); in t6_fill_tnl_lso()
1309 tnl_lso->EthLenOffset_Size = htonl(CPL_TX_TNL_LSO_SIZE_V(skb->len)); in t6_fill_tnl_lso()
1496 struct cpl_tx_tnl_lso *tnl_lso = (void *)(wr + 1); in cxgb4_eth_xmit() local
1499 len += sizeof(*tnl_lso); in cxgb4_eth_xmit()
1508 t6_fill_tnl_lso(skb, tnl_lso, tnl_type); in cxgb4_eth_xmit()
1509 cpl = (void *)(tnl_lso + 1); in cxgb4_eth_xmit()