Searched refs:pda_size (Results 1 – 2 of 2) sorted by relevance
25 u16 pda_size; member114 pda = kzalloc(fw->pda_size, GFP_KERNEL); in orinoco_dl_firmware()126 err = hw->ops->read_pda(hw, pda, fw->pda_addr, fw->pda_size); in orinoco_dl_firmware()175 &pda[fw->pda_size / sizeof(*pda)]); in orinoco_dl_firmware()224 pda = kzalloc(fw->pda_size, GFP_KERNEL); in symbol_dl_image()228 ret = hw->ops->read_pda(hw, pda, fw->pda_addr, fw->pda_size); in symbol_dl_image()250 &pda[fw->pda_size / sizeof(*pda)]); in symbol_dl_image()
690 u16 pda_size; in hermes_read_pda() local727 pda_size = le16_to_cpu(pda[0]); in hermes_read_pda()729 pda_size, pda_len); in hermes_read_pda()730 if (pda_size > pda_len) in hermes_read_pda()