Home
last modified time | relevance | path

Searched refs:drop_err (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/net/xen-netback/
Dnetback.c686 int drop_err = 0; in xenvif_count_requests() local
721 if (!drop_err && slots >= XEN_NETBK_LEGACY_SLOTS_MAX) { in xenvif_count_requests()
726 drop_err = -E2BIG; in xenvif_count_requests()
729 if (drop_err) in xenvif_count_requests()
744 if (!drop_err && txp->size > first->size) { in xenvif_count_requests()
749 drop_err = -EIO; in xenvif_count_requests()
764 if (!drop_err) in xenvif_count_requests()
769 if (drop_err) { in xenvif_count_requests()
771 return drop_err; in xenvif_count_requests()
/linux-4.1.27/drivers/net/vmxnet3/
Dvmxnet3_int.h265 u64 drop_err; member
Dvmxnet3_ethtool.c100 drop_err) },
Dvmxnet3_drv.c1140 rq->stats.drop_err++; in vmxnet3_rx_error()
/linux-4.1.27/drivers/net/ethernet/agere/
Det131x.c3826 goto drop_err; in et131x_tx()
3830 goto drop_err; in et131x_tx()
3833 goto drop_err; in et131x_tx()
3837 drop_err: in et131x_tx()