Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/siena/
H A Dmcdi.c1418 const __le16 *ver_words; in efx_siena_mcdi_print_fwver() local
1432 ver_words = (__le16 *)MCDI_PTR(outbuf, GET_VERSION_OUT_VERSION); in efx_siena_mcdi_print_fwver()
1434 le16_to_cpu(ver_words[0]), in efx_siena_mcdi_print_fwver()
1435 le16_to_cpu(ver_words[1]), in efx_siena_mcdi_print_fwver()
1436 le16_to_cpu(ver_words[2]), in efx_siena_mcdi_print_fwver()
1437 le16_to_cpu(ver_words[3])); in efx_siena_mcdi_print_fwver()
/linux/drivers/net/ethernet/sfc/
H A Dmcdi.c1389 const __le16 *ver_words; in efx_mcdi_print_fwver() local
1403 ver_words = (__le16 *)MCDI_PTR(outbuf, GET_VERSION_OUT_VERSION); in efx_mcdi_print_fwver()
1405 le16_to_cpu(ver_words[0]), in efx_mcdi_print_fwver()
1406 le16_to_cpu(ver_words[1]), in efx_mcdi_print_fwver()
1407 le16_to_cpu(ver_words[2]), in efx_mcdi_print_fwver()
1408 le16_to_cpu(ver_words[3])); in efx_mcdi_print_fwver()