Lines Matching refs:tnl_lso
1231 struct cpl_tx_tnl_lso *tnl_lso, in t6_fill_tnl_lso() argument
1250 tnl_lso->op_to_IpIdSplitOut = htonl(val); in t6_fill_tnl_lso()
1252 tnl_lso->IpIdOffsetOut = 0; in t6_fill_tnl_lso()
1262 tnl_lso->UdpLenSetOut_to_TnlHdrLen = in t6_fill_tnl_lso()
1267 tnl_lso->UdpLenSetOut_to_TnlHdrLen = 0; in t6_fill_tnl_lso()
1271 tnl_lso->UdpLenSetOut_to_TnlHdrLen |= in t6_fill_tnl_lso()
1275 tnl_lso->r1 = 0; in t6_fill_tnl_lso()
1281 tnl_lso->Flow_to_TcpHdrLen = htonl(val); in t6_fill_tnl_lso()
1283 tnl_lso->IpIdOffset = htons(0); in t6_fill_tnl_lso()
1285 tnl_lso->IpIdSplit_to_Mss = htons(CPL_TX_TNL_LSO_MSS_V(ssi->gso_size)); in t6_fill_tnl_lso()
1286 tnl_lso->TCPSeqOffset = htonl(0); in t6_fill_tnl_lso()
1287 tnl_lso->EthLenOffset_Size = htonl(CPL_TX_TNL_LSO_SIZE_V(skb->len)); in t6_fill_tnl_lso()
1419 struct cpl_tx_tnl_lso *tnl_lso = (void *)(wr + 1); in cxgb4_eth_xmit() local
1422 len += sizeof(*tnl_lso); in cxgb4_eth_xmit()
1431 t6_fill_tnl_lso(skb, tnl_lso, tnl_type); in cxgb4_eth_xmit()
1432 cpl = (void *)(tnl_lso + 1); in cxgb4_eth_xmit()