Home
last modified time | relevance | path

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

/linux/drivers/net/xen-netback/
H A Dnetback.c240 int drop_err = 0; in xenvif_count_requests() local
275 if (!drop_err && slots >= XEN_NETBK_LEGACY_SLOTS_MAX) { in xenvif_count_requests()
280 drop_err = -E2BIG; in xenvif_count_requests()
283 if (drop_err) in xenvif_count_requests()
297 if (!drop_err && txp->size > first->size) { in xenvif_count_requests()
302 drop_err = -EIO; in xenvif_count_requests()
317 if (!drop_err) in xenvif_count_requests()
322 if (drop_err) { in xenvif_count_requests()
324 return drop_err; in xenvif_count_requests()
/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/
H A Dingress_ofld.c233 goto drop_err; in esw_acl_ingress_ofld_groups_create()
295 drop_err: in esw_acl_ingress_ofld_groups_create()
/linux/drivers/net/vmxnet3/
H A Dvmxnet3_int.h304 u64 drop_err; member
H A Dvmxnet3_drv.c1497 rq->stats.drop_err++; in vmxnet3_rx_error()
/linux/drivers/net/ethernet/agere/
H A Det131x.c3806 goto drop_err; in et131x_tx()
3817 goto drop_err; in et131x_tx()
3821 goto drop_err; in et131x_tx()
3824 goto drop_err; in et131x_tx()
3828 drop_err: in et131x_tx()