Searched refs:Vpd (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/sk98lin/
H A Dskgepnmi.c67 * -Vpd bug fixed
231 * Another change to Vpd instance evaluation.
492 static int Vpd(SK_AC *pAC, SK_IOC IoC, int action, SK_U32 Id,
646 SK_PNMI_RO, Vpd, 0},
651 SK_PNMI_RO, Vpd, 0},
656 SK_PNMI_RO, Vpd, 0},
660 SK_PNMI_OFF(Vpd) + SK_PNMI_VPD_OFF(VpdKey),
661 SK_PNMI_RO, Vpd, 0},
665 SK_PNMI_OFF(Vpd) + SK_PNMI_VPD_OFF(VpdValue),
666 SK_PNMI_RO, Vpd,
4028 static int Vpd( function
[all...]
/asus-wl-520gu-7.0.1.45/src/bcm57xx/sys/
H A Dtigon3.c2003 LM_UINT8 *Vpd = (LM_UINT8 *) &Vpd_arr[0]; local
2022 if ((Vpd[j] == 0x82) || (Vpd[j] == 0x91))
2024 j = j + 3 + Vpd[j + 1] + (Vpd[j + 2] << 8);
2026 else if (Vpd[j] == 0x90)
2028 Vpd_r_len = Vpd[j + 1] + (Vpd[j + 2] << 8);
2033 if ((Vpd[j] == 'P') && (Vpd[
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/sk98lin/h/
H A Dskgepnmi.h60 * - Vpd bug fixed
562 #define SK_PNMI_ERR014MSG "Vpd: Cannot read VPD keys"
564 #define SK_PNMI_ERR015MSG "Vpd: Internal array for VPD keys to small"
566 #define SK_PNMI_ERR016MSG "Vpd: Key string too long"
568 #define SK_PNMI_ERR017MSG "Vpd: Invalid VPD status pointer"
570 #define SK_PNMI_ERR018MSG "Vpd: VPD data not valid"
572 #define SK_PNMI_ERR019MSG "Vpd: VPD entries list string too long"
574 #define SK_PNMI_ERR021MSG "Vpd: VPD data string too long"
576 #define SK_PNMI_ERR022MSG "Vpd: VPD data string too long should be errored before"
578 #define SK_PNMI_ERR023MSG "Vpd
849 SK_PNMI_VPD Vpd[SK_PNMI_VPD_ENTRIES]; member in struct:s_PnmiStrucData
[all...]

Completed in 78 milliseconds