Lines Matching defs:dext
415 struct vio_net_dext *dext = vio_net_ext(desc);
419 if (dext->flags & VNET_PKT_HCK_IPV4_HDRCKSUM) {
427 if ((dext->flags & VNET_PKT_HCK_FULLCKSUM) &&
443 if (dext->flags & VNET_PKT_HCK_IPV4_HDRCKSUM_OK) {
446 if (dext->flags & VNET_PKT_HCK_FULLCKSUM_OK)
1430 struct vio_net_dext *dext = vio_net_ext(d);
1432 memset(dext, 0, sizeof(*dext));
1434 dext->ipv4_lso_mss = skb_shinfo(port->tx_bufs[txi].skb)
1436 dext->flags |= VNET_PKT_IPV4_LSO;
1440 dext->flags |= VNET_PKT_HCK_IPV4_HDRCKSUM_OK;
1441 dext->flags |= VNET_PKT_HCK_FULLCKSUM_OK;