Lines Matching refs:offs

591 		__le32 offs = cpu_to_le32(directory->findex) +  in nx_get_table_desc()  local
593 __le32 tab_type = cpu_to_le32(*((u32 *)&unirom[offs] + 8)); in nx_get_table_desc()
596 return (struct uni_table_desc *) &unirom[offs]; in nx_get_table_desc()
635 u32 offs; in netxen_nic_validate_bootld() local
650 offs = cpu_to_le32(tab_desc->findex) + in netxen_nic_validate_bootld()
652 descr = (struct uni_data_desc *)&unirom[offs]; in netxen_nic_validate_bootld()
670 u32 offs; in netxen_nic_validate_fw() local
685 offs = cpu_to_le32(tab_desc->findex) + in netxen_nic_validate_fw()
687 descr = (struct uni_data_desc *)&unirom[offs]; in netxen_nic_validate_fw()
723 __le32 flags, file_chiprev, offs; in netxen_nic_validate_product_offs() local
727 offs = cpu_to_le32(ptab_descr->findex) + in netxen_nic_validate_product_offs()
729 flags = cpu_to_le32(*((int *)&unirom[offs] + NX_UNI_FLAGS_OFF)); in netxen_nic_validate_product_offs()
730 file_chiprev = cpu_to_le32(*((int *)&unirom[offs] + in netxen_nic_validate_product_offs()
737 adapter->file_prd_off = offs; in netxen_nic_validate_product_offs()
787 __le32 offs; in nx_get_data_desc() local
794 offs = cpu_to_le32(tab_desc->findex) + in nx_get_data_desc()
797 return (struct uni_data_desc *)&unirom[offs]; in nx_get_data_desc()
803 u32 offs = NETXEN_BOOTLD_START; in nx_get_bootld_offs() local
806 offs = cpu_to_le32((nx_get_data_desc(adapter, in nx_get_bootld_offs()
810 return (u8 *)&adapter->fw->data[offs]; in nx_get_bootld_offs()
816 u32 offs = NETXEN_IMAGE_START; in nx_get_fw_offs() local
819 offs = cpu_to_le32((nx_get_data_desc(adapter, in nx_get_fw_offs()
823 return (u8 *)&adapter->fw->data[offs]; in nx_get_fw_offs()