Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_init.c757 return (struct uni_table_desc *) &unirom[offs]; in qlcnic_get_table_desc()
768 const u8 *unirom = adapter->fw->data; in qlcnic_validate_header() local
793 const u8 *unirom = adapter->fw->data; in qlcnic_validate_bootld() local
812 descr = (struct uni_data_desc *)&unirom[offs]; in qlcnic_validate_bootld()
827 const u8 *unirom = adapter->fw->data; in qlcnic_validate_fw() local
847 descr = (struct uni_data_desc *)&unirom[offs]; in qlcnic_validate_fw()
860 const u8 *unirom = adapter->fw->data; in qlcnic_validate_product_offs() local
865 ptab_descr = qlcnic_get_table_desc(unirom, in qlcnic_validate_product_offs()
940 const u8 *unirom = adapter->fw->data; in qlcnic_get_data_desc() local
956 return (struct uni_data_desc *)&unirom[offs]; in qlcnic_get_data_desc()
[all …]
/openbmc/linux/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_init.c578 return (struct uni_table_desc *) &unirom[offs]; in nx_get_table_desc()
589 const u8 *unirom = adapter->fw->data; in netxen_nic_validate_header() local
614 const u8 *unirom = adapter->fw->data; in netxen_nic_validate_bootld() local
634 descr = (struct uni_data_desc *)&unirom[offs]; in netxen_nic_validate_bootld()
649 const u8 *unirom = adapter->fw->data; in netxen_nic_validate_fw() local
669 descr = (struct uni_data_desc *)&unirom[offs]; in netxen_nic_validate_fw()
683 const u8 *unirom = adapter->fw->data; in netxen_nic_validate_product_offs() local
712 file_chiprev = cpu_to_le32(*((int *)&unirom[offs] + in netxen_nic_validate_product_offs()
765 const u8 *unirom = adapter->fw->data; in nx_get_data_desc() local
771 tab_desc = nx_get_table_desc(unirom, section); in nx_get_data_desc()
[all …]
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_nx.c1511 qla82xx_get_table_desc(const u8 *unirom, int section) in qla82xx_get_table_desc() argument
1515 (struct qla82xx_uri_table_desc *)&unirom[0]; in qla82xx_get_table_desc()
1523 tab_type = get_unaligned_le32((u32 *)&unirom[offset] + 8); in qla82xx_get_table_desc()
1526 return (struct qla82xx_uri_table_desc *)&unirom[offset]; in qla82xx_get_table_desc()
1536 const u8 *unirom = ha->hablob->fw->data; in qla82xx_get_data_desc() local
1542 tab_desc = qla82xx_get_table_desc(unirom, section); in qla82xx_get_data_desc()
1549 return (struct qla82xx_uri_data_desc *)&unirom[offset]; in qla82xx_get_data_desc()
1801 const uint8_t *unirom = ha->hablob->fw->data; in qla82xx_set_product_offset() local
1810 ptab_desc = qla82xx_get_table_desc(unirom, in qla82xx_set_product_offset()
1820 flags = le32_to_cpu(*((__le32 *)&unirom[offset] + in qla82xx_set_product_offset()
[all …]