Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/sk98lin/
Dskvpd.c569 p->p_len = VPD_GET_VPD_LEN(v); in vpd_find_para()
583 v += 3 + VPD_GET_VPD_LEN(v) + 3; /* skip VPD-W */ in vpd_find_para()
586 v += 3 + VPD_GET_VPD_LEN(v); in vpd_find_para()
898 v += 3 + VPD_GET_VPD_LEN(v) + 3; /* skip VPD-W */ in VpdKeys()
907 v += 3 + VPD_GET_VPD_LEN(v); in VpdKeys()
/linux-2.4.37.9/drivers/net/sk98lin/h/
Dskvpd.h76 #define VPD_GET_VPD_LEN(p) ((unsigned int)(* (SK_U8 *)&(p)[2])) macro