Searched refs:ver_words (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | mcdi.c | 1415 const __le16 *ver_words; in efx_mcdi_print_fwver() local 1429 ver_words = (__le16 *)MCDI_PTR(outbuf, GET_VERSION_OUT_VERSION); in efx_mcdi_print_fwver() 1431 le16_to_cpu(ver_words[0]), in efx_mcdi_print_fwver() 1432 le16_to_cpu(ver_words[1]), in efx_mcdi_print_fwver() 1433 le16_to_cpu(ver_words[2]), in efx_mcdi_print_fwver() 1434 le16_to_cpu(ver_words[3])); in efx_mcdi_print_fwver()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | mcdi.c | 1406 const __le16 *ver_words; in efx_mcdi_print_fwver() local 1420 ver_words = (__le16 *)MCDI_PTR(outbuf, GET_VERSION_OUT_VERSION); in efx_mcdi_print_fwver() 1422 le16_to_cpu(ver_words[0]), in efx_mcdi_print_fwver() 1423 le16_to_cpu(ver_words[1]), in efx_mcdi_print_fwver() 1424 le16_to_cpu(ver_words[2]), in efx_mcdi_print_fwver() 1425 le16_to_cpu(ver_words[3])); in efx_mcdi_print_fwver()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/ |
H A D | mcdi.c | 1418 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()
|
Completed in 10 milliseconds