Searched refs:errs (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/contrib/dracut/90zfs/ |
| H A D | export-zfs.sh.in | 7 errs="" 11 errs=$(export_all -F 2>&1) 13 [ -z "${errs}" ] || echo "${errs}" | vwarn
|
| /f-stack/dpdk/drivers/net/tap/ |
| H A D | rte_eth_tap.h | 40 uint64_t errs; /* Number of TX error packets */ member
|
| H A D | rte_eth_tap.c | 754 txq->stats.errs++; in pmd_tx_burst() 792 txq->stats.errs++; in pmd_tx_burst() 807 txq->stats.errs += nb_pkts - num_tx; in pmd_tx_burst() 1063 tx_err_total += pmd->txq[i].stats.errs; in tap_stats_get() 1090 pmd->txq[i].stats.errs = 0; in tap_stats_reset()
|
| /f-stack/freebsd/contrib/ncsw/inc/Peripherals/ |
| H A D | fm_port_ext.h | 806 t_Error FM_PORT_ConfigErrorsToDiscard(t_Handle h_FmPort, fmPortFrameErrSelect_t errs); 2052 t_Error FM_PORT_SetErrorsRoute(t_Handle h_FmPort, fmPortFrameErrSelect_t errs);
|
| /f-stack/dpdk/drivers/net/dpaa/fmlib/ |
| H A D | fm_port_ext.h | 2015 fm_port_frame_err_select_t errs); 3065 fm_port_frame_err_select_t errs);
|
| /f-stack/freebsd/kern/ |
| H A D | subr_stats.c | 79 uint16_t errs : VS_EBITS;/* Non-wrapping error count. */ member 84 if ((vs)->errs < (1U << VS_EBITS) - 1) \ 85 (vs)->errs++; \ 2077 vs->errs); 2168 vs_stype2name[vs->stype], vs->errs, vs->flags, 2180 sbuf_printf(buf, "{\"errs\":%hu,", vs->errs); 2267 sbv.vs_errs = vs->errs; 2465 vs->errs = 0;
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-pip.h | 499 status->inb_errors = pip_stat_inb_errsx.s.errs; in cvmx_pip_get_port_status()
|
| H A D | cvmx-pip-defs.h | 5380 uint64_t errs : 16; /**< Number of packets with errors member 5383 uint64_t errs : 16; 5422 uint64_t errs : 16; /**< Number of packets with errors member 5425 uint64_t errs : 16;
|
| /f-stack/freebsd/contrib/ncsw/Peripherals/FM/Port/ |
| H A D | fm_port.c | 3110 fmPortFrameErrSelect_t errs) in FM_PORT_ConfigErrorsToDiscard() argument 3122 p_FmPort->p_FmPortDriverParam->errorsToDiscard = errs; in FM_PORT_ConfigErrorsToDiscard() 3956 t_Error FM_PORT_SetErrorsRoute(t_Handle h_FmPort, fmPortFrameErrSelect_t errs) in FM_PORT_SetErrorsRoute() argument 3963 err = fman_port_set_err_mask(&p_FmPort->port, (uint32_t)errs); in FM_PORT_SetErrorsRoute() 3992 GET_UINT32(*p_ErrDiscard) | errs); in FM_PORT_SetErrorsRoute()
|