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

/drivers/scsi/qla2xxx/
H A Dqla_dfs.c20 uint32_t *fce; local
34 fce = (uint32_t *) ha->fce;
42 seq_printf(s, "%08x", *fce++);
91 memset(ha->fce, 0, fce_calc_size(ha->fce_bufs));
119 if (!ha->fce)
148 ha->dfs_fce = debugfs_create_file("fce", S_IRUSR, ha->dfs_dir, vha,
152 "Unable to create debugfs fce node.\n");
H A Dqla_init.c1266 ha->fce = tc;
1309 if (ha->fce) {
1310 dma_free_coherent(&ha->pdev->dev, FCE_SIZE, ha->fce,
1312 ha->fce = NULL;
3966 if (ha->fce) {
3968 memset(ha->fce, 0,
5317 if (ha->fce) {
5319 memset(ha->fce, 0,
H A Dqla_os.c3191 if (ha->fce)
3192 dma_free_coherent(&ha->pdev->dev, FCE_SIZE, ha->fce,
3201 ha->fce = NULL;
H A Dqla_dbg.c361 if (!ha->fce)
376 memcpy(iter_reg, ha->fce, ntohl(fcec->size));
H A Dqla_def.h2736 void *fce; member in struct:qla_hw_data

Completed in 133 milliseconds