Searched refs:drop_err (Results 1 – 9 of 9) sorted by relevance
239 int drop_err = 0; in xenvif_count_requests() local274 if (!drop_err && slots >= XEN_NETBK_LEGACY_SLOTS_MAX) { in xenvif_count_requests()279 drop_err = -E2BIG; in xenvif_count_requests()282 if (drop_err) in xenvif_count_requests()296 if (!drop_err && txp->size > first->size) { in xenvif_count_requests()301 drop_err = -EIO; in xenvif_count_requests()316 if (!drop_err) in xenvif_count_requests()321 if (drop_err) { in xenvif_count_requests()323 return drop_err; in xenvif_count_requests()
93 goto drop_err; in esw_acl_ingress_lgcy_groups_create()99 drop_err: in esw_acl_ingress_lgcy_groups_create()
233 goto drop_err; in esw_acl_ingress_ofld_groups_create()295 drop_err: in esw_acl_ingress_ofld_groups_create()
304 u64 drop_err; member
109 drop_err) },
1485 rq->stats.drop_err++; in vmxnet3_rx_error()
3769 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()
1188 u8 drop_err; in mt7921_mcu_config_sniffer() member1200 .drop_err = 1, in mt7921_mcu_config_sniffer()
2048 u8 drop_err; in mt7925_mcu_config_sniffer() member2060 .drop_err = 1, in mt7925_mcu_config_sniffer()
Completed in 42 milliseconds