Searched refs:csum_ok (Results 1 - 6 of 6) sorted by relevance

/drivers/net/ethernet/mellanox/mlx4/
H A Den_port.c148 priv->port_stats.rx_chksum_good += priv->rx_ring[i].csum_ok;
H A Dmlx4_en.h281 unsigned long csum_ok; member in struct:mlx4_en_rx_ring
H A Den_rx.c604 ring->csum_ok++;
H A Den_netdev.c834 priv->rx_ring[i].csum_ok = 0;
/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dsge.c1506 bool csum_ok = pkt->csum_calc && !pkt->err_vec; local
1514 (rspq->netdev->features & NETIF_F_GRO) && csum_ok &&
1534 if (csum_ok && (rspq->netdev->features & NETIF_F_RXCSUM) &&
/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c1560 bool csum_ok; local
1569 csum_ok = pkt->csum_calc && !pkt->err_vec;
1571 (q->netdev->features & NETIF_F_GRO) && csum_ok && !pkt->ip_frag) {
1591 if (csum_ok && (q->netdev->features & NETIF_F_RXCSUM) &&

Completed in 458 milliseconds