Home
last modified time | relevance | path

Searched refs:FCE_SIZE (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_dbg.h222 #define FCE_SIZE ((FCE_BYTES_PER_BUFFER) * (FCE_NUM_BUFFERS)) macro
H A Dqla_tmpl.c400 ent->t264.fce_trace_size = FCE_SIZE; in qla27xx_fwdt_entry_t264()
410 qla27xx_insertbuf(vha->hw->fce, FCE_SIZE, buf, len); in qla27xx_fwdt_entry_t264()
H A Dqla_init.c3741 tc = dma_alloc_coherent(&ha->pdev->dev, FCE_SIZE, &tc_dma, in qla2x00_alloc_fce_trace()
3746 FCE_SIZE / 1024); in qla2x00_alloc_fce_trace()
3751 "Allocated (%d KB) for FCE...\n", FCE_SIZE / 1024); in qla2x00_alloc_fce_trace()
3763 dma_free_coherent(&ha->pdev->dev, FCE_SIZE, ha->fce, ha->fce_dma); in qla2x00_free_fce_trace()
3857 fce_size = sizeof(struct qla2xxx_fce_chain) + FCE_SIZE; in qla2x00_alloc_fw_dump()
H A Dqla_os.c4851 FCE_SIZE, ha->fce, ha->fce_dma); in qla2x00_free_fw_dump()