Searched refs:fce (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/base/firmware_loader/
H A Dmain.c1318 struct fw_cache_entry *fce; local
1320 fce = kzalloc(sizeof(*fce), GFP_ATOMIC);
1321 if (!fce)
1324 fce->name = kstrdup_const(name, GFP_ATOMIC);
1325 if (!fce->name) {
1326 kfree(fce);
1327 fce = NULL;
1331 return fce;
1337 struct fw_cache_entry *fce; local
1350 struct fw_cache_entry *fce; local
1366 free_fw_cache_entry(struct fw_cache_entry *fce) argument
1375 struct fw_cache_entry *fce = fw_entry; local
1396 struct fw_cache_entry *fce; local
1413 struct fw_cache_entry *fce; local
1444 struct fw_cache_entry *fce; local
[all...]
/linux-master/tools/testing/selftests/net/
H A Dl2_tos_ttl_inherit.sh121 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-master/drivers/scsi/qla2xxx/
H A Dqla_dfs.c406 uint32_t *fce; local
420 fce = (uint32_t *) ha->fce;
428 seq_printf(s, "%08x", *fce++);
477 memset(ha->fce, 0, fce_calc_size(ha->fce_bufs));
629 if (!ha->fce)
657 ha->dfs_fce = debugfs_create_file("fce", S_IRUSR, ha->dfs_dir, vha,
H A Dqla_tmpl.c398 if (vha->hw->fce) {
410 qla27xx_insertbuf(vha->hw->fce, FCE_SIZE, buf, len);
413 "%s: missing fce\n", __func__);
H A Dqla_init.c2677 if (ha->fce) {
2679 memset(ha->fce, 0, fce_calc_size(ha->fce_bufs));
3722 if (ha->fce) {
3743 ha->fce = tc;
3836 if (ha->fce)
9384 if (ha->fce) {
9386 memset(ha->fce, 0,
H A Dqla_dbg.c488 if (!ha->fce)
503 memcpy(iter_reg, ha->fce, ntohl(fcec->size));
H A Dqla_os.c4855 if (ha->fce)
4857 FCE_SIZE, ha->fce, ha->fce_dma);
4865 ha->fce = NULL;
H A Dqla_def.h4625 void *fce; member in struct:qla_hw_data
/linux-master/net/smc/
H A Dsmc_clc.c1269 int smc_clc_clnt_v2x_features_validate(struct smc_clc_first_contact_ext *fce, argument
1273 (struct smc_clc_first_contact_ext_v2x *)fce;
1297 struct smc_clc_first_contact_ext *fce = local
1300 (struct smc_clc_first_contact_ext_v2x *)fce;
1306 if (ini->release_nr != fce->release)
1309 if (fce->release < SMC_RELEASE_1)
H A Daf_smc.c680 struct smc_clc_first_contact_ext *fce; local
696 fce = (struct smc_clc_first_contact_ext *)(((u8 *)clc) + clc_v2_len);
697 smc->conn.lgr->peer_os = fce->os_type;
698 smc->conn.lgr->peer_smc_release = fce->release;
699 if (smc_isascii(fce->hostname))
700 memcpy(smc->conn.lgr->peer_hostname, fce->hostname,
1211 struct smc_clc_first_contact_ext *fce = local
1219 if (fce->v2_direct) {
1234 ini->release_nr = fce->release;
1235 rc = smc_clc_clnt_v2x_features_validate(fce, in
1404 struct smc_clc_first_contact_ext *fce = local
[all...]
H A Dsmc_clc.h432 int smc_clc_clnt_v2x_features_validate(struct smc_clc_first_contact_ext *fce,

Completed in 337 milliseconds