Searched refs:FCE_SIZE (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/drivers/scsi/qla2xxx/ |
D | qla_dbg.h | 222 #define FCE_SIZE ((FCE_BYTES_PER_BUFFER) * (FCE_NUM_BUFFERS)) macro
|
D | qla_tmpl.c | 400 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()
|
D | qla_init.c | 3693 tc = dma_alloc_coherent(&ha->pdev->dev, FCE_SIZE, &tc_dma, in qla2x00_init_fce_trace() 3698 FCE_SIZE / 1024); in qla2x00_init_fce_trace() 3707 dma_free_coherent(&ha->pdev->dev, FCE_SIZE, tc, tc_dma); in qla2x00_init_fce_trace() 3712 "Allocated (%d KB) for FCE...\n", FCE_SIZE / 1024); in qla2x00_init_fce_trace() 3825 fce_size = sizeof(struct qla2xxx_fce_chain) + FCE_SIZE; in qla2x00_alloc_fw_dump()
|
D | qla_os.c | 4855 FCE_SIZE, ha->fce, ha->fce_dma); in qla2x00_free_fw_dump()
|