Searched refs:fce (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/base/firmware_loader/ |
| A D | main.c | 1175 fce = kzalloc(sizeof(*fce), GFP_ATOMIC); in alloc_fw_cache_entry() 1176 if (!fce) in alloc_fw_cache_entry() 1180 if (!fce->name) { in alloc_fw_cache_entry() 1181 kfree(fce); in alloc_fw_cache_entry() 1182 fce = NULL; in alloc_fw_cache_entry() 1186 return fce; in alloc_fw_cache_entry() 1212 if (fce) { in fw_cache_piggyback_on_request() 1224 kfree(fce); in free_fw_cache_entry() 1254 if (fce) in dev_create_fw_entry() 1285 fce = NULL; in dev_cache_fw_image() [all …]
|
| /linux/net/smc/ |
| A D | smc_clc.c | 423 memset(fce, 0, sizeof(*fce)); in smc_clc_fill_fce() 424 fce->os_type = SMC_CLC_OS_LINUX; in smc_clc_fill_fce() 425 fce->release = SMC_RELEASE; in smc_clc_fill_fce() 426 memcpy(fce->hostname, smc_hostname, sizeof(smc_hostname)); in smc_clc_fill_fce() 427 (*len) += sizeof(*fce); in smc_clc_fill_fce() 984 struct smc_clc_first_contact_ext fce; in smc_clc_send_confirm_accept() local 1015 smc_clc_fill_fce(&fce, &len); in smc_clc_send_confirm_accept() 1058 smc_clc_fill_fce(&fce, &len); in smc_clc_send_confirm_accept() 1059 fce.v2_direct = !link->lgr->uses_gateway; in smc_clc_send_confirm_accept() 1088 vec[i].iov_base = &fce; in smc_clc_send_confirm_accept() [all …]
|
| A D | af_smc.c | 464 struct smc_clc_first_contact_ext *fce; in smc_conn_save_peer_info_fce() local 482 fce = (struct smc_clc_first_contact_ext *)(((u8 *)clc_v2) + clc_v2_len); in smc_conn_save_peer_info_fce() 483 smc->conn.lgr->peer_os = fce->os_type; in smc_conn_save_peer_info_fce() 484 smc->conn.lgr->peer_smc_release = fce->release; in smc_conn_save_peer_info_fce() 485 if (smc_isascii(fce->hostname)) in smc_conn_save_peer_info_fce() 486 memcpy(smc->conn.lgr->peer_hostname, fce->hostname, in smc_conn_save_peer_info_fce() 845 struct smc_clc_first_contact_ext *fce = in smc_connect_rdma_v2_prepare() local 852 if (fce->v2_direct) { in smc_connect_rdma_v2_prepare()
|
| /linux/drivers/scsi/qla2xxx/ |
| A D | qla_dfs.c | 390 uint32_t *fce; in qla2x00_dfs_fce_show() local 404 fce = (uint32_t *) ha->fce; in qla2x00_dfs_fce_show() 412 seq_printf(s, "%08x", *fce++); in qla2x00_dfs_fce_show() 461 memset(ha->fce, 0, fce_calc_size(ha->fce_bufs)); in qla2x00_dfs_fce_release() 565 if (!ha->fce) in qla2x00_dfs_setup()
|
| 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()
|
| A D | qla_init.c | 3381 if (ha->fce) { in qla2x00_init_fce_trace() 3412 ha->fce = tc; in qla2x00_init_fce_trace() 3513 if (ha->fce) in qla2x00_alloc_fw_dump() 7276 if (ha->fce) { in qla2x00_abort_isp() 7278 memset(ha->fce, 0, in qla2x00_abort_isp() 9070 if (ha->fce) { in qla82xx_restart_isp() 9072 memset(ha->fce, 0, in qla82xx_restart_isp()
|
| 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()
|
| A D | qla_os.c | 4729 if (ha->fce) in qla2x00_free_fw_dump() 4731 FCE_SIZE, ha->fce, ha->fce_dma); in qla2x00_free_fw_dump() 4739 ha->fce = NULL; in qla2x00_free_fw_dump()
|
| A D | qla_def.h | 4512 void *fce; member
|
Completed in 67 milliseconds