FCE_SIZE
tc = dma_alloc_coherent(&ha->pdev->dev, FCE_SIZE, &tc_dma,
FCE_SIZE / 1024);
"Allocated (%d KB) for FCE...\n", FCE_SIZE / 1024);
dma_free_coherent(&ha->pdev->dev, FCE_SIZE, ha->fce, ha->fce_dma);
fce_size = sizeof(struct qla2xxx_fce_chain) + FCE_SIZE;
FCE_SIZE, ha->fce, ha->fce_dma);
ent->t264.fce_trace_size = FCE_SIZE;
qla27xx_insertbuf(vha->hw->fce, FCE_SIZE, buf, len);