Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/base/firmware_loader/
Dmain.c936 struct fw_cache_entry *fce; in alloc_fw_cache_entry() local
938 fce = kzalloc(sizeof(*fce), GFP_ATOMIC); in alloc_fw_cache_entry()
939 if (!fce) in alloc_fw_cache_entry()
942 fce->name = kstrdup_const(name, GFP_ATOMIC); in alloc_fw_cache_entry()
943 if (!fce->name) { in alloc_fw_cache_entry()
944 kfree(fce); in alloc_fw_cache_entry()
945 fce = NULL; in alloc_fw_cache_entry()
949 return fce; in alloc_fw_cache_entry()
955 struct fw_cache_entry *fce; in __fw_entry_found() local
957 list_for_each_entry(fce, &fwc->fw_names, list) { in __fw_entry_found()
[all …]
/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_dfs.c266 uint32_t *fce; in qla2x00_dfs_fce_show() local
280 fce = (uint32_t *) ha->fce; in qla2x00_dfs_fce_show()
288 seq_printf(s, "%08x", *fce++); in qla2x00_dfs_fce_show()
337 memset(ha->fce, 0, fce_calc_size(ha->fce_bufs)); in qla2x00_dfs_fce_release()
441 if (!ha->fce) in qla2x00_dfs_setup()
Dqla_tmpl.c462 if (vha->hw->fce) { in qla27xx_fwdt_entry_t264()
474 qla27xx_insertbuf(vha->hw->fce, FCE_SIZE, buf, len); in qla27xx_fwdt_entry_t264()
Dqla_init.c3053 if (ha->fce) in qla2x00_alloc_offload_mem()
3055 FCE_SIZE, ha->fce, ha->fce_dma); in qla2x00_alloc_offload_mem()
3082 ha->fce = tc; in qla2x00_alloc_offload_mem()
6649 if (ha->fce) { in qla2x00_abort_isp()
6651 memset(ha->fce, 0, in qla2x00_abort_isp()
8283 if (ha->fce) { in qla82xx_restart_isp()
8285 memset(ha->fce, 0, in qla82xx_restart_isp()
Dqla_dbg.c481 if (!ha->fce) in qla25xx_copy_fce()
496 memcpy(iter_reg, ha->fce, ntohl(fcec->size)); in qla25xx_copy_fce()
Dqla_os.c4392 if (ha->fce) in qla2x00_free_fw_dump()
4394 FCE_SIZE, ha->fce, ha->fce_dma); in qla2x00_free_fw_dump()
4405 ha->fce = NULL; in qla2x00_free_fw_dump()
Dqla_def.h4022 void *fce; member