Lines Matching defs:dext
414 struct vio_net_dext *dext = vio_net_ext(desc);
418 if (dext->flags & VNET_PKT_HCK_IPV4_HDRCKSUM) {
426 if ((dext->flags & VNET_PKT_HCK_FULLCKSUM) &&
442 if (dext->flags & VNET_PKT_HCK_IPV4_HDRCKSUM_OK) {
445 if (dext->flags & VNET_PKT_HCK_FULLCKSUM_OK)
1429 struct vio_net_dext *dext = vio_net_ext(d);
1431 memset(dext, 0, sizeof(*dext));
1433 dext->ipv4_lso_mss = skb_shinfo(port->tx_bufs[txi].skb)
1435 dext->flags |= VNET_PKT_IPV4_LSO;
1439 dext->flags |= VNET_PKT_HCK_IPV4_HDRCKSUM_OK;
1440 dext->flags |= VNET_PKT_HCK_FULLCKSUM_OK;