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