/kernel/linux/linux-5.10/drivers/base/firmware_loader/ |
H A D | main.c | 1248 struct fw_cache_entry *fce; in alloc_fw_cache_entry() local 1250 fce = kzalloc(sizeof(*fce), GFP_ATOMIC); in alloc_fw_cache_entry() 1251 if (!fce) in alloc_fw_cache_entry() 1254 fce->name = kstrdup_const(name, GFP_ATOMIC); in alloc_fw_cache_entry() 1255 if (!fce->name) { in alloc_fw_cache_entry() 1256 kfree(fce); in alloc_fw_cache_entry() 1257 fce = NULL; in alloc_fw_cache_entry() 1261 return fce; in alloc_fw_cache_entry() 1267 struct fw_cache_entry *fce; in __fw_entry_found() local 1280 struct fw_cache_entry *fce; fw_cache_piggyback_on_request() local 1296 free_fw_cache_entry(struct fw_cache_entry *fce) free_fw_cache_entry() argument 1305 struct fw_cache_entry *fce = fw_entry; __async_dev_cache_fw_image() local 1326 struct fw_cache_entry *fce; dev_create_fw_entry() local 1343 struct fw_cache_entry *fce; dev_cache_fw_image() local 1374 struct fw_cache_entry *fce; __device_uncache_fw_images() local [all...] |
/kernel/linux/linux-6.6/drivers/base/firmware_loader/ |
H A D | main.c | 1313 struct fw_cache_entry *fce; in alloc_fw_cache_entry() local 1315 fce = kzalloc(sizeof(*fce), GFP_ATOMIC); in alloc_fw_cache_entry() 1316 if (!fce) in alloc_fw_cache_entry() 1319 fce->name = kstrdup_const(name, GFP_ATOMIC); in alloc_fw_cache_entry() 1320 if (!fce->name) { in alloc_fw_cache_entry() 1321 kfree(fce); in alloc_fw_cache_entry() 1322 fce = NULL; in alloc_fw_cache_entry() 1326 return fce; in alloc_fw_cache_entry() 1332 struct fw_cache_entry *fce; in __fw_entry_found() local 1345 struct fw_cache_entry *fce; fw_cache_piggyback_on_request() local 1361 free_fw_cache_entry(struct fw_cache_entry *fce) free_fw_cache_entry() argument 1370 struct fw_cache_entry *fce = fw_entry; __async_dev_cache_fw_image() local 1391 struct fw_cache_entry *fce; dev_create_fw_entry() local 1408 struct fw_cache_entry *fce; dev_cache_fw_image() local 1439 struct fw_cache_entry *fce; __device_uncache_fw_images() local [all...] |
/kernel/linux/linux-6.6/net/smc/ |
H A D | smc_clc.c | 431 static int smc_clc_fill_fce(struct smc_clc_first_contact_ext_v2x *fce, in smc_clc_fill_fce() argument 434 int ret = sizeof(*fce); in smc_clc_fill_fce() 436 memset(fce, 0, sizeof(*fce)); in smc_clc_fill_fce() 437 fce->fce_v2_base.os_type = SMC_CLC_OS_LINUX; in smc_clc_fill_fce() 438 fce->fce_v2_base.release = ini->release_nr; in smc_clc_fill_fce() 439 memcpy(fce->fce_v2_base.hostname, smc_hostname, sizeof(smc_hostname)); in smc_clc_fill_fce() 447 fce->max_conns = ini->max_conns; in smc_clc_fill_fce() 448 fce->max_links = ini->max_links; in smc_clc_fill_fce() 1016 struct smc_clc_first_contact_ext_v2x fce; in smc_clc_send_confirm_accept() local 1212 smc_clc_clnt_v2x_features_validate(struct smc_clc_first_contact_ext *fce, struct smc_init_info *ini) smc_clc_clnt_v2x_features_validate() argument 1240 struct smc_clc_first_contact_ext *fce = smc_clc_v2x_features_confirm_check() local [all...] |
H A D | af_smc.c | 682 struct smc_clc_first_contact_ext *fce; in smc_conn_save_peer_info_fce() local 700 fce = (struct smc_clc_first_contact_ext *)(((u8 *)clc_v2) + clc_v2_len); in smc_conn_save_peer_info_fce() 701 smc->conn.lgr->peer_os = fce->os_type; in smc_conn_save_peer_info_fce() 702 smc->conn.lgr->peer_smc_release = fce->release; in smc_conn_save_peer_info_fce() 703 if (smc_isascii(fce->hostname)) in smc_conn_save_peer_info_fce() 704 memcpy(smc->conn.lgr->peer_hostname, fce->hostname, in smc_conn_save_peer_info_fce() 1206 struct smc_clc_first_contact_ext *fce = in smc_connect_rdma_v2_prepare() local 1214 if (fce->v2_direct) { in smc_connect_rdma_v2_prepare() 1229 ini->release_nr = fce->release; in smc_connect_rdma_v2_prepare() 1230 rc = smc_clc_clnt_v2x_features_validate(fce, in in smc_connect_rdma_v2_prepare() 1405 struct smc_clc_first_contact_ext *fce = smc_connect_ism() local [all...] |
H A D | smc_clc.h | 427 int smc_clc_clnt_v2x_features_validate(struct smc_clc_first_contact_ext *fce,
|
/kernel/linux/linux-5.10/net/smc/ |
H A D | smc_clc.c | 107 static void smc_clc_fill_fce(struct smc_clc_first_contact_ext *fce, int *len) in smc_clc_fill_fce() argument 109 memset(fce, 0, sizeof(*fce)); in smc_clc_fill_fce() 110 fce->os_type = SMC_CLC_OS_LINUX; in smc_clc_fill_fce() 111 fce->release = SMC_RELEASE; in smc_clc_fill_fce() 112 memcpy(fce->hostname, smc_hostname, sizeof(smc_hostname)); in smc_clc_fill_fce() 113 (*len) += sizeof(*fce); in smc_clc_fill_fce() 643 struct smc_clc_first_contact_ext fce; in smc_clc_send_confirm_accept() local 675 smc_clc_fill_fce(&fce, &len); in smc_clc_send_confirm_accept() 725 vec[i].iov_base = &fce; in smc_clc_send_confirm_accept() [all...] |
H A D | af_smc.c | 493 struct smc_clc_first_contact_ext *fce = in smcd_conn_save_peer_info() local 499 smc->conn.lgr->peer_os = fce->os_type; in smcd_conn_save_peer_info() 500 smc->conn.lgr->peer_smc_release = fce->release; in smcd_conn_save_peer_info() 501 if (smc_isascii(fce->hostname)) in smcd_conn_save_peer_info() 502 memcpy(smc->conn.lgr->peer_hostname, fce->hostname, in smcd_conn_save_peer_info()
|
/kernel/linux/linux-6.6/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 \
|
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
H A D | qla_dfs.c | 362 uint32_t *fce; in qla2x00_dfs_fce_show() local 376 fce = (uint32_t *) ha->fce; in qla2x00_dfs_fce_show() 384 seq_printf(s, "%08x", *fce++); in qla2x00_dfs_fce_show() 433 memset(ha->fce, 0, fce_calc_size(ha->fce_bufs)); in qla2x00_dfs_fce_release() 537 if (!ha->fce) in qla2x00_dfs_setup() 565 ha->dfs_fce = debugfs_create_file("fce", S_IRUSR, ha->dfs_dir, vha, in qla2x00_dfs_setup()
|
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_init.c | 3247 if (ha->fce) { in qla2x00_init_fce_trace() 3278 ha->fce = tc; in qla2x00_init_fce_trace() 3386 if (ha->fce) in qla2x00_alloc_fw_dump() 7103 if (ha->fce) { in qla2x00_abort_isp() 7105 memset(ha->fce, 0, in qla2x00_abort_isp() 8896 if (ha->fce) { in qla82xx_restart_isp() 8898 memset(ha->fce, 0, in qla82xx_restart_isp()
|
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 | 4619 if (ha->fce) in qla2x00_free_fw_dump() 4621 FCE_SIZE, ha->fce, ha->fce_dma); in qla2x00_free_fw_dump() 4630 ha->fce = NULL; in qla2x00_free_fw_dump()
|
H A D | qla_def.h | 4397 void *fce; member
|
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
H A D | qla_dfs.c | 406 uint32_t *fce; in qla2x00_dfs_fce_show() local 420 fce = (uint32_t *) ha->fce; in qla2x00_dfs_fce_show() 428 seq_printf(s, "%08x", *fce++); in qla2x00_dfs_fce_show() 477 memset(ha->fce, 0, fce_calc_size(ha->fce_bufs)); in qla2x00_dfs_fce_release() 674 if (!ha->fce) in qla2x00_dfs_setup() 702 ha->dfs_fce = debugfs_create_file("fce", S_IRUSR, ha->dfs_dir, vha, in qla2x00_dfs_setup()
|
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_init.c | 3685 if (ha->fce) { in qla2x00_init_fce_trace() 3716 ha->fce = tc; in qla2x00_init_fce_trace() 3824 if (ha->fce) in qla2x00_alloc_fw_dump() 7584 if (ha->fce) { in qla2x00_abort_isp() 7586 memset(ha->fce, 0, in qla2x00_abort_isp() 9382 if (ha->fce) { in qla82xx_restart_isp() 9384 memset(ha->fce, 0, in qla82xx_restart_isp()
|
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 | 4853 if (ha->fce) in qla2x00_free_fw_dump() 4855 FCE_SIZE, ha->fce, ha->fce_dma); in qla2x00_free_fw_dump() 4863 ha->fce = NULL; in qla2x00_free_fw_dump()
|
H A D | qla_def.h | 4625 void *fce; member
|