Searched refs:fce_bufs (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
H A D | qla_dfs.c | 378 for (cnt = 0; cnt < fce_calc_size(ha->fce_bufs) / 4; cnt++) { in qla2x00_dfs_fce_show() 433 memset(ha->fce, 0, fce_calc_size(ha->fce_bufs)); in qla2x00_dfs_fce_release() 434 rval = qla2x00_enable_fce_trace(vha, ha->fce_dma, ha->fce_bufs, in qla2x00_dfs_fce_release() 435 ha->fce_mb, &ha->fce_bufs); in qla2x00_dfs_fce_release()
|
H A D | qla_init.c | 3265 ha->fce_mb, &ha->fce_bufs); in qla2x00_init_fce_trace() 7106 fce_calc_size(ha->fce_bufs)); in qla2x00_abort_isp() 7108 ha->fce_dma, ha->fce_bufs, ha->fce_mb, in qla2x00_abort_isp() 7109 &ha->fce_bufs); in qla2x00_abort_isp() 8899 fce_calc_size(ha->fce_bufs)); in qla82xx_restart_isp() 8901 ha->fce_dma, ha->fce_bufs, ha->fce_mb, in qla82xx_restart_isp() 8902 &ha->fce_bufs); in qla82xx_restart_isp()
|
H A D | qla_dbg.c | 495 fce_calc_size(ha->fce_bufs)); in qla25xx_copy_fce() 496 fcec->size = htonl(fce_calc_size(ha->fce_bufs)); in qla25xx_copy_fce()
|
H A D | qla_def.h | 4398 uint32_t fce_bufs; member
|
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
H A D | qla_dfs.c | 422 for (cnt = 0; cnt < fce_calc_size(ha->fce_bufs) / 4; cnt++) { in qla2x00_dfs_fce_show() 477 memset(ha->fce, 0, fce_calc_size(ha->fce_bufs)); in qla2x00_dfs_fce_release() 478 rval = qla2x00_enable_fce_trace(vha, ha->fce_dma, ha->fce_bufs, in qla2x00_dfs_fce_release() 479 ha->fce_mb, &ha->fce_bufs); in qla2x00_dfs_fce_release()
|
H A D | qla_init.c | 3703 ha->fce_mb, &ha->fce_bufs); in qla2x00_init_fce_trace() 7587 fce_calc_size(ha->fce_bufs)); in qla2x00_abort_isp() 7589 ha->fce_dma, ha->fce_bufs, ha->fce_mb, in qla2x00_abort_isp() 7590 &ha->fce_bufs); in qla2x00_abort_isp() 9385 fce_calc_size(ha->fce_bufs)); in qla82xx_restart_isp() 9387 ha->fce_dma, ha->fce_bufs, ha->fce_mb, in qla82xx_restart_isp() 9388 &ha->fce_bufs); in qla82xx_restart_isp()
|
H A D | qla_dbg.c | 494 fce_calc_size(ha->fce_bufs)); in qla25xx_copy_fce() 495 fcec->size = htonl(fce_calc_size(ha->fce_bufs)); in qla25xx_copy_fce()
|
H A D | qla_def.h | 4626 uint32_t fce_bufs; member
|
Completed in 57 milliseconds