Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/xen-netback/
H A Dnetback.c238 int drop_err = 0; in xenvif_count_requests() local
273 if (!drop_err && slots >= XEN_NETBK_LEGACY_SLOTS_MAX) { in xenvif_count_requests()
278 drop_err = -E2BIG; in xenvif_count_requests()
281 if (drop_err) in xenvif_count_requests()
295 if (!drop_err && txp->size > first->size) { in xenvif_count_requests()
300 drop_err = -EIO; in xenvif_count_requests()
315 if (!drop_err) in xenvif_count_requests()
320 if (drop_err) { in xenvif_count_requests()
322 return drop_err; in xenvif_count_requests()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/
H A Dingress_lgcy.c93 goto drop_err; in esw_acl_ingress_lgcy_groups_create()
99 drop_err: in esw_acl_ingress_lgcy_groups_create()
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()
/openbmc/linux/drivers/net/vmxnet3/
H A Dvmxnet3_int.h293 u64 drop_err; member
H A Dvmxnet3_ethtool.c109 drop_err) },
H A Dvmxnet3_drv.c1424 rq->stats.drop_err++; in vmxnet3_rx_error()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dmcu.c1010 u8 drop_err; in mt7921_mcu_config_sniffer() member
1022 .drop_err = 1, in mt7921_mcu_config_sniffer()
/openbmc/linux/drivers/net/ethernet/agere/
H A Det131x.c3769 goto drop_err; in et131x_tx()
3780 goto drop_err; in et131x_tx()
3784 goto drop_err; in et131x_tx()
3787 goto drop_err; in et131x_tx()
3791 drop_err: in et131x_tx()