Home
last modified time | relevance | path

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

/openbmc/linux/drivers/base/firmware_loader/
H A Dmain.c1342 struct fw_cache_entry *fce; in alloc_fw_cache_entry() local
1344 fce = kzalloc(sizeof(*fce), GFP_ATOMIC); in alloc_fw_cache_entry()
1345 if (!fce) in alloc_fw_cache_entry()
1348 fce->name = kstrdup_const(name, GFP_ATOMIC); in alloc_fw_cache_entry()
1349 if (!fce->name) { in alloc_fw_cache_entry()
1350 kfree(fce); in alloc_fw_cache_entry()
1351 fce = NULL; in alloc_fw_cache_entry()
1355 return fce; in alloc_fw_cache_entry()
1361 struct fw_cache_entry *fce; in __fw_entry_found() local
1363 list_for_each_entry(fce, &fwc->fw_names, list) { in __fw_entry_found()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gphoto2/libgphoto2/
H A D40-libgphoto2.rules1615 ATTRS{idVendor}=="0fce", ATTRS{idProduct}=="5175", ENV{ID_MEDIA_PLAYER}="1", MODE="l36"
1616 ATTRS{idVendor}=="0fce", ATTRS{idProduct}=="a175", ENV{ID_MEDIA_PLAYER}="1", MODE="l36"
1617 ATTRS{idVendor}=="0fce", ATTRS{idProduct}=="b175", ENV{ID_MEDIA_PLAYER}="1", MODE="l36"
1618 ATTRS{idVendor}=="0fce", ATTRS{idProduct}=="0172", ENV{ID_MEDIA_PLAYER}="1", MODE="l36"
1619 ATTRS{idVendor}=="0fce", ATTRS{idProduct}=="5172", ENV{ID_MEDIA_PLAYER}="1", MODE="l36"
1620 ATTRS{idVendor}=="0fce", ATTRS{idProduct}=="4172", ENV{ID_MEDIA_PLAYER}="1", MODE="l36"
1621 ATTRS{idVendor}=="0fce", ATTRS{idProduct}=="0186", ENV{ID_MEDIA_PLAYER}="1", MODE="l36"
1622 ATTRS{idVendor}=="0fce", ATTRS{idProduct}=="5186", ENV{ID_MEDIA_PLAYER}="1", MODE="l36"
1623 ATTRS{idVendor}=="0fce", ATTRS{idProduct}=="4186", ENV{ID_MEDIA_PLAYER}="1", MODE="l36"
1624 ATTRS{idVendor}=="0fce", ATTRS{idProduct}=="0169", ENV{ID_MEDIA_PLAYER}="1", MODE="l36"
[all …]
/openbmc/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 \
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_dfs.c406 uint32_t *fce; in qla2x00_dfs_fce_show() local
421 fce = (uint32_t *)ha->fce; in qla2x00_dfs_fce_show()
429 seq_printf(s, "%08x", *fce++); in qla2x00_dfs_fce_show()
475 if (ha->flags.fce_enabled || !ha->fce) in qla2x00_dfs_fce_release()
482 memset(ha->fce, 0, fce_calc_size(ha->fce_bufs)); in qla2x00_dfs_fce_release()
532 if (!ha->fce) { in qla2x00_dfs_fce_write()
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()
9442 if (ha->fce) { in qla82xx_restart_isp()
9444 memset(ha->fce, 0, in qla82xx_restart_isp()
H A Dqla_dbg.c488 if (!ha->fce) in qla25xx_copy_fce()
503 memcpy(iter_reg, ha->fce, ntohl(fcec->size)); in qla25xx_copy_fce()
H A Dqla_os.c4849 if (ha->fce) in qla2x00_free_fw_dump()
4851 FCE_SIZE, ha->fce, ha->fce_dma); in qla2x00_free_fw_dump()
4859 ha->fce = NULL; in qla2x00_free_fw_dump()
H A Dqla_def.h4637 void *fce; member
/openbmc/linux/net/smc/
H A Dsmc_clc.c1276 int smc_clc_clnt_v2x_features_validate(struct smc_clc_first_contact_ext *fce, in smc_clc_clnt_v2x_features_validate() argument
1280 (struct smc_clc_first_contact_ext_v2x *)fce; in smc_clc_clnt_v2x_features_validate()
1302 struct smc_clc_first_contact_ext *fce = in smc_clc_v2x_features_confirm_check() local
1305 (struct smc_clc_first_contact_ext_v2x *)fce; in smc_clc_v2x_features_confirm_check()
1311 if (ini->release_nr != fce->release) in smc_clc_v2x_features_confirm_check()
1314 if (fce->release < SMC_RELEASE_1) in smc_clc_v2x_features_confirm_check()
H A Daf_smc.c671 struct smc_clc_first_contact_ext *fce; in smc_conn_save_peer_info_fce() local
687 fce = (struct smc_clc_first_contact_ext *)(((u8 *)clc) + clc_v2_len); in smc_conn_save_peer_info_fce()
688 smc->conn.lgr->peer_os = fce->os_type; in smc_conn_save_peer_info_fce()
689 smc->conn.lgr->peer_smc_release = fce->release; in smc_conn_save_peer_info_fce()
690 if (smc_isascii(fce->hostname)) in smc_conn_save_peer_info_fce()
691 memcpy(smc->conn.lgr->peer_hostname, fce->hostname, in smc_conn_save_peer_info_fce()
1201 struct smc_clc_first_contact_ext *fce = in smc_connect_rdma_v2_prepare() local
1209 if (fce->v2_direct) { in smc_connect_rdma_v2_prepare()
1224 ini->release_nr = fce->release; in smc_connect_rdma_v2_prepare()
1225 rc = smc_clc_clnt_v2x_features_validate(fce, ini); in smc_connect_rdma_v2_prepare()
[all …]
H A Dsmc_clc.h441 int smc_clc_clnt_v2x_features_validate(struct smc_clc_first_contact_ext *fce,
/openbmc/u-boot/arch/arm/include/asm/arch-mx25/
H A Dimx-regs.h496 wwu, age, cnc2, fce) \ argument
500 (age) << 2 | (cnc2) << 1 | (fce) << 0)
/openbmc/u-boot/arch/arm/include/asm/arch-mx31/
H A Dimx-regs.h652 wwu, age, cnc2, fce) \ argument
656 (age) << 2 | (cnc2) << 1 | (fce) << 0)