EFT_SIZE
memset(ha->eft, 0, EFT_SIZE);
tc = dma_alloc_coherent(&ha->pdev->dev, EFT_SIZE, &tc_dma,
EFT_SIZE / 1024);
"Allocated (%d KB) EFT ...\n", EFT_SIZE / 1024);
eft_size = EFT_SIZE;
memset(ha->eft, 0, EFT_SIZE);
EFT_SIZE, ha->eft, ha->eft_dma);
ent->t268.buf_size = EFT_SIZE;
qla27xx_insertbuf(vha->hw->eft, EFT_SIZE, buf, len);