Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Defx_vpd.c633 __out_opt uint8_t *paylenp, in efx_vpd_hunk_next() argument
691 if (paylenp != NULL) in efx_vpd_hunk_next()
692 *paylenp = paylen; in efx_vpd_hunk_next()
712 __out uint8_t *paylenp) in efx_vpd_hunk_get() argument
735 *paylenp = (uint8_t)MIN(taglen, 0xff); in efx_vpd_hunk_get()
746 *paylenp = keylen; in efx_vpd_hunk_get()
H A Defx_impl.h1469 __out uint8_t *paylenp);
1479 __out_opt uint8_t *paylenp,