Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/xen-netback/
Dnetback.c243 int drop_err = 0; in xenvif_count_requests() local
278 if (!drop_err && slots >= XEN_NETBK_LEGACY_SLOTS_MAX) { in xenvif_count_requests()
283 drop_err = -E2BIG; in xenvif_count_requests()
286 if (drop_err) in xenvif_count_requests()
300 if (!drop_err && txp->size > first->size) { in xenvif_count_requests()
305 drop_err = -EIO; in xenvif_count_requests()
320 if (!drop_err) in xenvif_count_requests()
325 if (drop_err) { in xenvif_count_requests()
327 return drop_err; in xenvif_count_requests()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/
Dingress_lgcy.c93 goto drop_err; in esw_acl_ingress_lgcy_groups_create()
99 drop_err: in esw_acl_ingress_lgcy_groups_create()
/kernel/linux/linux-5.10/drivers/net/vmxnet3/
Dvmxnet3_int.h278 u64 drop_err; member
Dvmxnet3_ethtool.c104 drop_err) },
Dvmxnet3_drv.c1280 rq->stats.drop_err++; in vmxnet3_rx_error()
/kernel/linux/linux-5.10/drivers/net/ethernet/agere/
Det131x.c3774 goto drop_err; in et131x_tx()
3778 goto drop_err; in et131x_tx()
3781 goto drop_err; in et131x_tx()
3785 drop_err: in et131x_tx()