Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/wlan-ng/
Dhfa384x_usb.c269 static int hfa384x_isgood_pdrcode(u16 pdrcode);
2321 u16 pdrcode; /* pdr code, host order */ in hfa384x_drvr_readpda() local
2356 pdrcode = le16_to_cpu(pda[currpdr + 1]); in hfa384x_drvr_readpda()
2365 if (!hfa384x_isgood_pdrcode(pdrcode)) { in hfa384x_drvr_readpda()
2367 pdrcode); in hfa384x_drvr_readpda()
2372 if (pdrcode == HFA384x_PDR_END_OF_PDA) in hfa384x_drvr_readpda()
3981 static int hfa384x_isgood_pdrcode(u16 pdrcode) in hfa384x_isgood_pdrcode() argument
3983 switch (pdrcode) { in hfa384x_isgood_pdrcode()
4016 if (pdrcode < 0x1000) { in hfa384x_isgood_pdrcode()
4019 pdrcode); in hfa384x_isgood_pdrcode()
[all …]