Searched refs:fce (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/base/ |
D | firmware_class.c | 1420 struct fw_cache_entry *fce; in alloc_fw_cache_entry() local 1422 fce = kzalloc(sizeof(*fce), GFP_ATOMIC); in alloc_fw_cache_entry() 1423 if (!fce) in alloc_fw_cache_entry() 1426 fce->name = kstrdup_const(name, GFP_ATOMIC); in alloc_fw_cache_entry() 1427 if (!fce->name) { in alloc_fw_cache_entry() 1428 kfree(fce); in alloc_fw_cache_entry() 1429 fce = NULL; in alloc_fw_cache_entry() 1433 return fce; in alloc_fw_cache_entry() 1439 struct fw_cache_entry *fce; in __fw_entry_found() local 1441 list_for_each_entry(fce, &fwc->fw_names, list) { in __fw_entry_found() [all …]
|
/linux-4.4.14/drivers/scsi/qla2xxx/ |
D | qla_dfs.c | 20 uint32_t *fce; in qla2x00_dfs_fce_show() local 34 fce = (uint32_t *) ha->fce; in qla2x00_dfs_fce_show() 42 seq_printf(s, "%08x", *fce++); in qla2x00_dfs_fce_show() 91 memset(ha->fce, 0, fce_calc_size(ha->fce_bufs)); in qla2x00_dfs_fce_release() 120 if (!ha->fce) in qla2x00_dfs_setup()
|
D | qla_tmpl.c | 447 if (vha->hw->fce) { in qla27xx_fwdt_entry_t264() 459 qla27xx_insertbuf(vha->hw->fce, FCE_SIZE, buf, len); in qla27xx_fwdt_entry_t264()
|
D | qla_init.c | 1580 if (ha->fce) in qla2x00_alloc_fw_dump() 1582 FCE_SIZE, ha->fce, ha->fce_dma); in qla2x00_alloc_fw_dump() 1610 ha->fce = tc; in qla2x00_alloc_fw_dump() 1670 if (ha->fce) { in qla2x00_alloc_fw_dump() 1671 dma_free_coherent(&ha->pdev->dev, FCE_SIZE, ha->fce, in qla2x00_alloc_fw_dump() 1673 ha->fce = NULL; in qla2x00_alloc_fw_dump() 4801 if (ha->fce) { in qla2x00_abort_isp() 4803 memset(ha->fce, 0, in qla2x00_abort_isp() 6338 if (ha->fce) { in qla82xx_restart_isp() 6340 memset(ha->fce, 0, in qla82xx_restart_isp()
|
D | qla_dbg.c | 485 if (!ha->fce) in qla25xx_copy_fce() 500 memcpy(iter_reg, ha->fce, ntohl(fcec->size)); in qla25xx_copy_fce()
|
D | qla_os.c | 3606 if (ha->fce) in qla2x00_free_fw_dump() 3608 FCE_SIZE, ha->fce, ha->fce_dma); in qla2x00_free_fw_dump() 3619 ha->fce = NULL; in qla2x00_free_fw_dump()
|
D | qla_def.h | 3327 void *fce; member
|
/linux-4.4.14/net/core/ |
D | flow.c | 86 struct flow_cache_entry *fce, *n; in flow_cache_gc_task() local 95 list_for_each_entry_safe(fce, n, &gc_list, u.gc_list) in flow_cache_gc_task() 96 flow_entry_kill(fce, xfrm); in flow_cache_gc_task()
|