Searched refs:pda_size (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/wireless/orinoco/
H A Dfw.c25 u16 pda_size; member in struct:fw_info
114 pda = kzalloc(fw->pda_size, GFP_KERNEL); orinoco_dl_firmware()
126 err = hw->ops->read_pda(hw, pda, fw->pda_addr, fw->pda_size); orinoco_dl_firmware()
175 &pda[fw->pda_size / sizeof(*pda)]); orinoco_dl_firmware()
224 pda = kzalloc(fw->pda_size, GFP_KERNEL); symbol_dl_image()
228 ret = hw->ops->read_pda(hw, pda, fw->pda_addr, fw->pda_size); symbol_dl_image()
250 &pda[fw->pda_size / sizeof(*pda)]); symbol_dl_image()
H A Dhermes.c691 u16 pda_size; hermes_read_pda() local
728 pda_size = le16_to_cpu(pda[0]); hermes_read_pda()
730 pda_size, pda_len); hermes_read_pda()
731 if (pda_size > pda_len) hermes_read_pda()

Completed in 140 milliseconds