Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/amd/pds_core/
H A Ddev.c335 static int pdsc_devcmd_identify_locked(struct pdsc *pdsc, u8 drv_ident_ver, in pdsc_devcmd_identify_locked() argument
341 .identify.ver = drv_ident_ver, in pdsc_devcmd_identify_locked()
368 static int pdsc_identify_ver(struct pdsc *pdsc, u8 drv_ident_ver) in pdsc_identify_ver() argument
370 bool do_msg = drv_ident_ver == PDS_CORE_IDENTITY_VERSION_1; in pdsc_identify_ver()
393 err = pdsc_devcmd_identify_locked(pdsc, drv_ident_ver, do_msg); in pdsc_identify_ver()