Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/wlan-ng/
H A Dhfa384x_usb.c2168 int currpdr = 0; /* word offset of the current pdr */ in hfa384x_drvr_readpda() local
2205 pdrlen = le16_to_cpu(pda[currpdr]) * 2; in hfa384x_drvr_readpda()
2206 pdrcode = le16_to_cpu(pda[currpdr + 1]); in hfa384x_drvr_readpda()
2228 currpdr += le16_to_cpu(pda[currpdr]) + 1; in hfa384x_drvr_readpda()