Home
last modified time | relevance | path

Searched refs:fce (Results 1 – 7 of 7) sorted by relevance

/drivers/base/
Dfirmware_class.c1469 struct fw_cache_entry *fce; in alloc_fw_cache_entry() local
1471 fce = kzalloc(sizeof(*fce), GFP_ATOMIC); in alloc_fw_cache_entry()
1472 if (!fce) in alloc_fw_cache_entry()
1475 fce->name = kstrdup_const(name, GFP_ATOMIC); in alloc_fw_cache_entry()
1476 if (!fce->name) { in alloc_fw_cache_entry()
1477 kfree(fce); in alloc_fw_cache_entry()
1478 fce = NULL; in alloc_fw_cache_entry()
1482 return fce; in alloc_fw_cache_entry()
1488 struct fw_cache_entry *fce; in __fw_entry_found() local
1490 list_for_each_entry(fce, &fwc->fw_names, list) { in __fw_entry_found()
[all …]
/drivers/scsi/qla2xxx/
Dqla_dfs.c140 uint32_t *fce; in qla2x00_dfs_fce_show() local
154 fce = (uint32_t *) ha->fce; in qla2x00_dfs_fce_show()
162 seq_printf(s, "%08x", *fce++); in qla2x00_dfs_fce_show()
211 memset(ha->fce, 0, fce_calc_size(ha->fce_bufs)); in qla2x00_dfs_fce_release()
240 if (!ha->fce) in qla2x00_dfs_setup()
Dqla_tmpl.c454 if (vha->hw->fce) { in qla27xx_fwdt_entry_t264()
466 qla27xx_insertbuf(vha->hw->fce, FCE_SIZE, buf, len); in qla27xx_fwdt_entry_t264()
Dqla_init.c1588 if (ha->fce) in qla2x00_alloc_fw_dump()
1590 FCE_SIZE, ha->fce, ha->fce_dma); in qla2x00_alloc_fw_dump()
1618 ha->fce = tc; in qla2x00_alloc_fw_dump()
1678 if (ha->fce) { in qla2x00_alloc_fw_dump()
1679 dma_free_coherent(&ha->pdev->dev, FCE_SIZE, ha->fce, in qla2x00_alloc_fw_dump()
1681 ha->fce = NULL; in qla2x00_alloc_fw_dump()
4861 if (ha->fce) { in qla2x00_abort_isp()
4863 memset(ha->fce, 0, in qla2x00_abort_isp()
6475 if (ha->fce) { in qla82xx_restart_isp()
6477 memset(ha->fce, 0, in qla82xx_restart_isp()
Dqla_dbg.c480 if (!ha->fce) in qla25xx_copy_fce()
495 memcpy(iter_reg, ha->fce, ntohl(fcec->size)); in qla25xx_copy_fce()
Dqla_os.c3884 if (ha->fce) in qla2x00_free_fw_dump()
3886 FCE_SIZE, ha->fce, ha->fce_dma); in qla2x00_free_fw_dump()
3897 ha->fce = NULL; in qla2x00_free_fw_dump()
Dqla_def.h3413 void *fce; member