Home
last modified time | relevance | path

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

/drivers/net/xen-netback/
Dnetback.c230 int drop_err = 0; in xenvif_count_requests() local
265 if (!drop_err && slots >= XEN_NETBK_LEGACY_SLOTS_MAX) { in xenvif_count_requests()
270 drop_err = -E2BIG; in xenvif_count_requests()
273 if (drop_err) in xenvif_count_requests()
287 if (!drop_err && txp->size > first->size) { in xenvif_count_requests()
292 drop_err = -EIO; in xenvif_count_requests()
307 if (!drop_err) in xenvif_count_requests()
312 if (drop_err) { in xenvif_count_requests()
314 return drop_err; in xenvif_count_requests()
/drivers/net/vmxnet3/
Dvmxnet3_int.h271 u64 drop_err; member
Dvmxnet3_ethtool.c100 drop_err) },
Dvmxnet3_drv.c1199 rq->stats.drop_err++; in vmxnet3_rx_error()
/drivers/net/ethernet/agere/
Det131x.c3791 goto drop_err; in et131x_tx()
3795 goto drop_err; in et131x_tx()
3798 goto drop_err; in et131x_tx()
3802 drop_err: in et131x_tx()