Home
last modified time | relevance | path

Searched refs:paylenp (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/sfxge/common/
H A Defx_vpd.c660 __out_opt uint8_t *paylenp, in efx_vpd_hunk_next() argument
718 if (paylenp != NULL) in efx_vpd_hunk_next()
719 *paylenp = paylen; in efx_vpd_hunk_next()
739 __out uint8_t *paylenp) in efx_vpd_hunk_get() argument
762 *paylenp = (uint8_t)MIN(taglen, 0xff); in efx_vpd_hunk_get()
773 *paylenp = keylen; in efx_vpd_hunk_get()
H A Defx_impl.h1234 __out uint8_t *paylenp);
1243 __out_opt uint8_t *paylenp,