mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
sfxge: cleanup: fix prefast annotations on mac stats updates
Submitted by: Andy Moreton <amoreton at solarflare.com> Sponsored by: Solarflare Communications, Inc. MFC after: 2 days X-MFC with: r291397
This commit is contained in:
parent
f647fde2e8
commit
5d4e8a8629
1 changed files with 7 additions and 7 deletions
|
|
@ -375,19 +375,19 @@ siena_phy_oui_get(
|
|||
|
||||
#if EFSYS_OPT_PHY_STATS
|
||||
|
||||
extern void
|
||||
extern void
|
||||
siena_phy_decode_stats(
|
||||
__in efx_nic_t *enp,
|
||||
__in uint32_t vmask,
|
||||
__in_opt efsys_mem_t *esmp,
|
||||
__out_opt uint64_t *smaskp,
|
||||
__out_ecount_opt(EFX_PHY_NSTATS) uint32_t *stat);
|
||||
__in efx_nic_t *enp,
|
||||
__in uint32_t vmask,
|
||||
__in_opt efsys_mem_t *esmp,
|
||||
__out_opt uint64_t *smaskp,
|
||||
__inout_ecount_opt(EFX_PHY_NSTATS) uint32_t *stat);
|
||||
|
||||
extern __checkReturn int
|
||||
siena_phy_stats_update(
|
||||
__in efx_nic_t *enp,
|
||||
__in efsys_mem_t *esmp,
|
||||
__out_ecount(EFX_PHY_NSTATS) uint32_t *stat);
|
||||
__inout_ecount(EFX_PHY_NSTATS) uint32_t *stat);
|
||||
|
||||
#endif /* EFSYS_OPT_PHY_STATS */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue