Searched refs:cfg_table (Results 1 - 4 of 4) sorted by relevance

/drivers/scsi/
H A Dpmcraid.c5036 if (pinstance->cfg_table != NULL &&
5040 pinstance->cfg_table,
5042 pinstance->cfg_table = NULL;
5083 pinstance->cfg_table =
5088 if (NULL == pinstance->cfg_table) {
5729 if (pinstance->cfg_table->flags & MICROCODE_UPDATE_REQUIRED)
5743 for (i = 0; i < pinstance->cfg_table->num_entries; i++) {
5746 cfgte = &pinstance->cfg_table->entries[i];
5749 &pinstance->cfg_table->entries_ext[i];
H A Dpmcraid.h754 struct pmcraid_config_table *cfg_table; member in struct:pmcraid_instance
H A Dipr.c6924 flag = ioa_cfg->u.cfg_table->hdr.flags;
6935 entries = ioa_cfg->u.cfg_table->hdr.num_entries;
6941 cfgtew.u.cfgte = &ioa_cfg->u.cfg_table->dev[i];
7326 memset(ioa_cfg->u.cfg_table, 0, ioa_cfg->cfg_table_size);
8313 ioa_cfg->u.cfg_table,
8474 ioa_cfg->u.cfg_table = pci_alloc_consistent(ioa_cfg->pdev,
8478 if (!ioa_cfg->u.cfg_table)
8513 ioa_cfg->u.cfg_table,
H A Dipr.h1435 struct ipr_config_table *cfg_table; member in union:ipr_ioa_cfg::__anon4419

Completed in 72 milliseconds