Searched refs:fce (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/base/firmware_loader/ |
| H A D | main.c | 1339 struct fw_cache_entry *fce; in alloc_fw_cache_entry() local 1341 fce = kzalloc_obj(*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 1371 struct fw_cache_entry *fce; fw_cache_piggyback_on_request() local 1387 free_fw_cache_entry(struct fw_cache_entry * fce) free_fw_cache_entry() argument 1396 struct fw_cache_entry *fce = fw_entry; __async_dev_cache_fw_image() local 1417 struct fw_cache_entry *fce; dev_create_fw_entry() local 1434 struct fw_cache_entry *fce; dev_cache_fw_image() local 1465 struct fw_cache_entry *fce; __device_uncache_fw_images() local [all...] |
| /linux/tools/testing/selftests/net/ |
| H A D | l2_tos_ttl_inherit.sh | 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/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 | 703 struct smc_clc_first_contact_ext *fce; in smc_conn_save_peer_info_fce() local 719 fce = (struct smc_clc_first_contact_ext *)(((u8 *)clc) + clc_v2_len); in smc_conn_save_peer_info_fce() 720 smc->conn.lgr->peer_os = fce->os_type; in smc_conn_save_peer_info_fce() 721 smc->conn.lgr->peer_smc_release = fce->release; in smc_conn_save_peer_info_fce() 722 if (smc_isascii(fce->hostname)) in smc_conn_save_peer_info_fce() 723 memcpy(smc->conn.lgr->peer_hostname, fce->hostname, in smc_conn_save_peer_info_fce() 1235 struct smc_clc_first_contact_ext *fce = in smc_connect_rdma_v2_prepare() local 1243 if (fce->v2_direct) { in smc_connect_rdma_v2_prepare() 1258 ini->release_nr = fce->release; in smc_connect_rdma_v2_prepare() 1259 rc = smc_clc_clnt_v2x_features_validate(fce, ini); in smc_connect_rdma_v2_prepare() [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()
|
| H A D | qla_dbg.c | 489 if (!ha->fce) in qla25xx_copy_fce() 504 memcpy(iter_reg, ha->fce, ntohl(fcec->size)); in qla25xx_copy_fce()
|
| H A D | qla_os.c | 4842 if (ha->fce) in qla2x00_free_fw_dump() 4844 FCE_SIZE, ha->fce, ha->fce_dma); in qla2x00_free_fw_dump() 4852 ha->fce = NULL; in qla2x00_free_fw_dump()
|