Searched refs:unirom (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/netxen/
H A Dnetxen_nic_init.c598 static struct uni_table_desc *nx_get_table_desc(const u8 *unirom, int section) argument
601 struct uni_table_desc *directory = (struct uni_table_desc *) &unirom[0];
608 __le32 tab_type = cpu_to_le32(*((u32 *)&unirom[offs] + 8));
611 return (struct uni_table_desc *) &unirom[offs];
622 const u8 *unirom = adapter->fw->data; local
623 struct uni_table_desc *directory = (struct uni_table_desc *) &unirom[0];
647 const u8 *unirom = adapter->fw->data; local
648 __le32 idx = cpu_to_le32(*((int *)&unirom[adapter->file_prd_off] +
654 tab_desc = nx_get_table_desc(unirom, NX_UNI_DIR_SECT_BOOTLD);
667 descr = (struct uni_data_desc *)&unirom[off
682 const u8 *unirom = adapter->fw->data; local
716 const u8 *unirom = adapter->fw->data; local
798 const u8 *unirom = adapter->fw->data; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/qlcnic/
H A Dqlcnic_init.c608 struct uni_table_desc *qlcnic_get_table_desc(const u8 *unirom, int section) argument
611 struct uni_table_desc *directory = (struct uni_table_desc *) &unirom[0];
618 __le32 tab_type = cpu_to_le32(*((u32 *)&unirom[offs] + 8));
621 return (struct uni_table_desc *) &unirom[offs];
632 const u8 *unirom = adapter->fw->data; local
633 struct uni_table_desc *directory = (struct uni_table_desc *) &unirom[0];
657 const u8 *unirom = adapter->fw->data; local
658 int idx = cpu_to_le32(*((int *)&unirom[adapter->file_prd_off] +
664 tab_desc = qlcnic_get_table_desc(unirom, QLCNIC_UNI_DIR_SECT_BOOTLD);
677 descr = (struct uni_data_desc *)&unirom[off
692 const u8 *unirom = adapter->fw->data; local
725 const u8 *unirom = adapter->fw->data; local
807 const u8 *unirom = adapter->fw->data; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/
H A Dqla_nx.c1470 qla82xx_get_table_desc(const u8 *unirom, int section) argument
1474 (struct qla82xx_uri_table_desc *)&unirom[0];
1482 tab_type = cpu_to_le32(*((u32 *)&unirom[offset] + 8));
1485 return (struct qla82xx_uri_table_desc *)&unirom[offset];
1495 const u8 *unirom = ha->hablob->fw->data; local
1496 int idx = cpu_to_le32(*((int *)&unirom[ha->file_prd_off] + idx_offset));
1500 tab_desc = qla82xx_get_table_desc(unirom, section);
1507 return (struct qla82xx_uri_data_desc *)&unirom[offset];
1777 const uint8_t *unirom = ha->hablob->fw->data; local
1786 ptab_desc = qla82xx_get_table_desc(unirom,
[all...]

Completed in 50 milliseconds