Searched refs:fce (Results 1 – 11 of 11) sorted by relevance
/Linux-v6.6/drivers/base/firmware_loader/ |
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 1334 list_for_each_entry(fce, &fwc->fw_names, list) { in __fw_entry_found() [all …]
|
/Linux-v6.6/net/smc/ |
D | smc_clc.c | 421 static int smc_clc_fill_fce(struct smc_clc_first_contact_ext_v2x *fce, in smc_clc_fill_fce() argument 424 int ret = sizeof(*fce); in smc_clc_fill_fce() 426 memset(fce, 0, sizeof(*fce)); in smc_clc_fill_fce() 427 fce->fce_v2_base.os_type = SMC_CLC_OS_LINUX; in smc_clc_fill_fce() 428 fce->fce_v2_base.release = ini->release_nr; in smc_clc_fill_fce() 429 memcpy(fce->fce_v2_base.hostname, smc_hostname, sizeof(smc_hostname)); in smc_clc_fill_fce() 437 fce->max_conns = ini->max_conns; in smc_clc_fill_fce() 438 fce->max_links = ini->max_links; in smc_clc_fill_fce() 1006 struct smc_clc_first_contact_ext_v2x fce; in smc_clc_send_confirm_accept() local 1039 fce_len = smc_clc_fill_fce(&fce, ini); in smc_clc_send_confirm_accept() [all …]
|
D | af_smc.c | 678 struct smc_clc_first_contact_ext *fce; in smc_conn_save_peer_info_fce() local 696 fce = (struct smc_clc_first_contact_ext *)(((u8 *)clc_v2) + clc_v2_len); in smc_conn_save_peer_info_fce() 697 smc->conn.lgr->peer_os = fce->os_type; in smc_conn_save_peer_info_fce() 698 smc->conn.lgr->peer_smc_release = fce->release; in smc_conn_save_peer_info_fce() 699 if (smc_isascii(fce->hostname)) in smc_conn_save_peer_info_fce() 700 memcpy(smc->conn.lgr->peer_hostname, fce->hostname, in smc_conn_save_peer_info_fce() 1202 struct smc_clc_first_contact_ext *fce = in smc_connect_rdma_v2_prepare() local 1210 if (fce->v2_direct) { in smc_connect_rdma_v2_prepare() 1225 ini->release_nr = fce->release; in smc_connect_rdma_v2_prepare() 1226 rc = smc_clc_clnt_v2x_features_validate(fce, ini); in smc_connect_rdma_v2_prepare() [all …]
|
D | smc_clc.h | 427 int smc_clc_clnt_v2x_features_validate(struct smc_clc_first_contact_ext *fce,
|
/Linux-v6.6/tools/testing/selftests/net/ |
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-v6.6/drivers/scsi/qla2xxx/ |
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()
|
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()
|
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()
|
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()
|
D | qla_os.c | 4845 if (ha->fce) in qla2x00_free_fw_dump() 4847 FCE_SIZE, ha->fce, ha->fce_dma); in qla2x00_free_fw_dump() 4855 ha->fce = NULL; in qla2x00_free_fw_dump()
|
D | qla_def.h | 4625 void *fce; member
|