| /linux/drivers/net/wireless/mediatek/mt76/mt76x2/ |
| H A D | usb_mcu.c | 108 /* enable FCE to send in-band cmd */ in mt76x2u_mcu_load_rom_patch() 110 /* FCE tx_fs_base_ptr */ in mt76x2u_mcu_load_rom_patch() 112 /* FCE tx_fs_max_cnt */ in mt76x2u_mcu_load_rom_patch() 114 /* FCE pdma enable */ in mt76x2u_mcu_load_rom_patch() 116 /* FCE skip_fs_en */ in mt76x2u_mcu_load_rom_patch() 186 /* enable FCE to send in-band cmd */ in mt76x2u_mcu_load_firmware() 188 /* FCE tx_fs_base_ptr */ in mt76x2u_mcu_load_firmware() 190 /* FCE tx_fs_max_cnt */ in mt76x2u_mcu_load_firmware() 192 /* FCE pdma enable */ in mt76x2u_mcu_load_firmware() 194 /* FCE skip_fs_en */ in mt76x2u_mcu_load_firmware() [all …]
|
| H A D | usb_mac.c | 46 /* init fce */ in mt76x2u_mac_fixup_xtal()
|
| /linux/drivers/base/firmware_loader/ |
| H A D | main.c | 1348 struct fw_cache_entry *fce; in alloc_fw_cache_entry() local 1350 fce = kzalloc(sizeof(*fce), GFP_ATOMIC); in alloc_fw_cache_entry() 1351 if (!fce) in alloc_fw_cache_entry() 1354 fce->name = kstrdup_const(name, GFP_ATOMIC); in alloc_fw_cache_entry() 1355 if (!fce->name) { in alloc_fw_cache_entry() 1356 kfree(fce); in alloc_fw_cache_entry() 1357 fce = NULL; in alloc_fw_cache_entry() 1361 return fce; in alloc_fw_cache_entry() 1367 struct fw_cache_entry *fce; in __fw_entry_found() local 1369 list_for_each_entry(fce, &fwc->fw_names, list) { in __fw_entry_found() [all …]
|
| /linux/drivers/net/wireless/mediatek/mt76/mt76x0/ |
| H A D | usb_mcu.c | 135 /* FCE tx_fs_base_ptr */ in mt76x0u_load_firmware() 137 /* FCE tx_fs_max_cnt */ in mt76x0u_load_firmware() 139 /* FCE pdma enable */ in mt76x0u_load_firmware() 141 /* FCE skip_fs_en */ in mt76x0u_load_firmware()
|
| H A D | init.c | 128 * WMM_RG0_TXQMA: this register setting is for FCE to in mt76x0_init_mac_registers() 130 * WMM_RG1_TXQMA: this register setting is for FCE to in mt76x0_init_mac_registers()
|
| /linux/tools/testing/selftests/net/ |
| H A D | l2_tos_ttl_inherit.sh | 121 local_addr1="local fdd1:ced0:5d88:3fce::1" 122 local_addr2="local fdd1:ced0:5d88:3fce::2" 150 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/drivers/net/wireless/mediatek/mt7601u/ |
| H A D | mcu.c | 470 /* FCE tx_fs_base_ptr */ in mt7601u_load_firmware() 472 /* FCE tx_fs_max_cnt */ in mt7601u_load_firmware() 474 /* FCE pdma enable */ in mt7601u_load_firmware() 476 /* FCE skip_fs_en */ in mt7601u_load_firmware()
|
| H A D | trace.h | 263 "r:%08x ea:%08x fce:%08x", DEV_PR_ARG,
|
| H A D | dma.c | 85 * the information, we need to read the FCE descriptor from the end. in mt7601u_rx_process_seg()
|
| /linux/drivers/gpu/drm/tegra/ |
| H A D | vic.c | 95 /* Old VIC firmware needs kernel help with setting up FCE microcode. */ in vic_boot() 111 "failed to set application ID and FCE base\n"); in vic_boot() 282 * Firmware will access FCE through STREAMID0, so context in vic_load_firmware()
|
| /linux/net/smc/ |
| H A D | smc_clc.c | 1288 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 D | af_smc.c | 689 struct smc_clc_first_contact_ext *fce; in smc_conn_save_peer_info_fce() 705 fce = (struct smc_clc_first_contact_ext *)(((u8 *)clc) + clc_v2_len); in smc_conn_save_peer_info_fce() 706 smc->conn.lgr->peer_os = fce->os_type; in smc_conn_save_peer_info_fce() 707 smc->conn.lgr->peer_smc_release = fce->release; in smc_conn_save_peer_info_fce() 708 if (smc_isascii(fce->hostname)) in smc_conn_save_peer_info_fce() 709 memcpy(smc->conn.lgr->peer_hostname, fce->hostname, in smc_conn_save_peer_info_fce() 1221 struct smc_clc_first_contact_ext *fce = in smc_connect_rdma_v2_prepare() 1229 if (fce->v2_direct) { in smc_connect_rdma_v2_prepare() 1244 ini->release_nr = fce->release; in smc_connect_rdma_v2_prepare() 1245 rc = smc_clc_clnt_v2x_features_validate(fce, in in smc_connect_rdma_v2_prepare() 690 struct smc_clc_first_contact_ext *fce; smc_conn_save_peer_info_fce() local 1224 struct smc_clc_first_contact_ext *fce = smc_connect_rdma_v2_prepare() local 1416 struct smc_clc_first_contact_ext *fce = smc_connect_ism() local [all...] |
| H A D | smc_clc.h | 458 int smc_clc_clnt_v2x_features_validate(struct smc_clc_first_contact_ext *fce,
|
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_tmpl.c | 398 if (vha->hw->fce) { in qla27xx_fwdt_entry_t264() 410 qla27xx_insertbuf(vha->hw->fce, FCE_SIZE, buf, len); in qla27xx_fwdt_entry_t264() 413 "%s: missing fce\n", __func__); in qla27xx_fwdt_entry_t264()
|
| H A D | qla_dbg.c | 488 if (!ha->fce) in qla25xx_copy_fce() 503 memcpy(iter_reg, ha->fce, ntohl(fcec->size)); in qla25xx_copy_fce()
|
| H A D | qla_os.c | 3720 /* Turn-off FCE trace */ in qla2x00_shutdown() 4839 if (ha->fce) in qla2x00_free_fw_dump() 4841 FCE_SIZE, ha->fce, ha->fce_dma); in qla2x00_free_fw_dump() 4849 ha->fce = NULL; in qla2x00_free_fw_dump()
|
| H A D | qla_def.h | 4636 void *fce; member
|
| /linux/fs/smb/client/ |
| H A D | readdir.c | 716 dump_cifs_file_struct(file, "In fce "); in find_cifs_entry() 1155 cifs_dbg(FYI, "fce error %d\n", rc); in cifs_readdir()
|
| /linux/drivers/pinctrl/renesas/ |
| H A D | pfc-sh7785.c | 879 GPIO_FN(FCE),
|
| H A D | pfc-sh7203.c | 1032 GPIO_FN(FCE),
|
| H A D | pfc-sh7722.c | 1208 GPIO_FN(FCE),
|
| H A D | pfc-sh7723.c | 1406 GPIO_FN(FCE),
|
| H A D | pfc-sh7264.c | 1423 GPIO_FN(FCE),
|
| H A D | pfc-sh7269.c | 1870 GPIO_FN(FCE),
|
| /linux/drivers/net/wireless/ralink/rt2x00/ |
| H A D | rt2800.h | 2188 * 2. Extract memory from FCE table for BCN 4~5
|