Lines Matching refs:uri_desc
1559 struct qla82xx_uri_data_desc *uri_desc = NULL; in qla82xx_get_bootld_offset() local
1562 uri_desc = qla82xx_get_data_desc(ha, in qla82xx_get_bootld_offset()
1564 if (uri_desc) in qla82xx_get_bootld_offset()
1565 offset = le32_to_cpu(uri_desc->findex); in qla82xx_get_bootld_offset()
1573 struct qla82xx_uri_data_desc *uri_desc = NULL; in qla82xx_get_fw_size() local
1576 uri_desc = qla82xx_get_data_desc(ha, QLA82XX_URI_DIR_SECT_FW, in qla82xx_get_fw_size()
1578 if (uri_desc) in qla82xx_get_fw_size()
1579 return le32_to_cpu(uri_desc->size); in qla82xx_get_fw_size()
1589 struct qla82xx_uri_data_desc *uri_desc = NULL; in qla82xx_get_fw_offs() local
1592 uri_desc = qla82xx_get_data_desc(ha, QLA82XX_URI_DIR_SECT_FW, in qla82xx_get_fw_offs()
1594 if (uri_desc) in qla82xx_get_fw_offs()
1595 offset = le32_to_cpu(uri_desc->findex); in qla82xx_get_fw_offs()