Home
last modified time | relevance | path

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

/linux/drivers/base/firmware_loader/
H A Dmain.c1339 struct fw_cache_entry *fce; in alloc_fw_cache_entry() local
1341 fce = kzalloc(sizeof(*fce), GFP_ATOMIC); in alloc_fw_cache_entry()
1342 if (!fce) in alloc_fw_cache_entry()
1345 fce->name = kstrdup_const(name, GFP_ATOMIC); in alloc_fw_cache_entry()
1346 if (!fce->name) { in alloc_fw_cache_entry()
1347 kfree(fce); in alloc_fw_cache_entry()
1348 fce = NULL; in alloc_fw_cache_entry()
1352 return fce; in alloc_fw_cache_entry()
1358 struct fw_cache_entry *fce; in __fw_entry_found() local
1360 list_for_each_entry(fce, &fwc->fw_names, list) { in __fw_entry_found()
[all …]
/linux/tools/testing/selftests/net/
H A Dl2_tos_ttl_inherit.sh150 ip -netns "${NS0}" address add fdd1:ced0:5d88:3fce::1/64 \
152 ip -netns "${NS1}" address add fdd1:ced0:5d88:3fce::2/64 \
155 remote fdd1:ced0:5d88:3fce::2 tos $test_tos \
158 remote fdd1:ced0:5d88:3fce::1 tos $test_tos \
/linux/net/smc/
H A Dsmc_clc.c1288 int smc_clc_clnt_v2x_features_validate(struct smc_clc_first_contact_ext *fce, in smc_clc_clnt_v2x_features_validate() argument
1292 (struct smc_clc_first_contact_ext_v2x *)fce; in smc_clc_clnt_v2x_features_validate()
1316 struct smc_clc_first_contact_ext *fce = in smc_clc_v2x_features_confirm_check() local
1319 (struct smc_clc_first_contact_ext_v2x *)fce; in smc_clc_v2x_features_confirm_check()
1325 if (ini->release_nr != fce->release) in smc_clc_v2x_features_confirm_check()
1328 if (fce->release < SMC_RELEASE_1) in smc_clc_v2x_features_confirm_check()
H A Dsmc_clc.h458 int smc_clc_clnt_v2x_features_validate(struct smc_clc_first_contact_ext *fce,
/linux/drivers/scsi/qla2xxx/
H A Dqla_tmpl.c398 if (vha->hw->fce) { in qla27xx_fwdt_entry_t264()
410 qla27xx_insertbuf(vha->hw->fce, FCE_SIZE, buf, len); in qla27xx_fwdt_entry_t264()
H A Dqla_init.c2689 if (ha->fce) { in qla_enable_fce_trace()
2691 memset(ha->fce, 0, fce_calc_size(ha->fce_bufs)); in qla_enable_fce_trace()
3733 if (ha->fce) { in qla2x00_alloc_fce_trace()
3754 ha->fce = tc; in qla2x00_alloc_fce_trace()
3761 if (!ha->fce) in qla2x00_free_fce_trace()
3763 dma_free_coherent(&ha->pdev->dev, FCE_SIZE, ha->fce, ha->fce_dma); in qla2x00_free_fce_trace()
3764 ha->fce = NULL; in qla2x00_free_fce_trace()
3856 if (ha->fce) { in qla2x00_alloc_fw_dump()
9439 if (ha->fce) { in qla82xx_restart_isp()
9441 memset(ha->fce, 0, in qla82xx_restart_isp()
H A Dqla_dbg.c489 if (!ha->fce) in qla25xx_copy_fce()
504 memcpy(iter_reg, ha->fce, ntohl(fcec->size)); in qla25xx_copy_fce()
H A Dqla_os.c4844 if (ha->fce) in qla2x00_free_fw_dump()
4846 FCE_SIZE, ha->fce, ha->fce_dma); in qla2x00_free_fw_dump()
4854 ha->fce = NULL; in qla2x00_free_fw_dump()
H A Dqla_def.h4635 void *fce; member