Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/
Dmcdi.c1415 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()