Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/message/fusion/
Dmptbase.h668 u8 *sense_buf_pool; member
Dmptbase.c2752 if (ioc->sense_buf_pool != NULL) { in mpt_adapter_disable()
2754 dma_free_coherent(&ioc->pcidev->dev, sz, ioc->sense_buf_pool, in mpt_adapter_disable()
2756 ioc->sense_buf_pool = NULL; in mpt_adapter_disable()
4578 ioc->sense_buf_pool = dma_alloc_coherent(&ioc->pcidev->dev, sz, in PrimeIocFifos()
4580 if (ioc->sense_buf_pool == NULL) { in PrimeIocFifos()
4589 ioc->name, ioc->sense_buf_pool, (void *)(ulong)ioc->sense_buf_pool_dma)); in PrimeIocFifos()
4623 if (ioc->sense_buf_pool != NULL) { in PrimeIocFifos()
4625 dma_free_coherent(&ioc->pcidev->dev, sz, ioc->sense_buf_pool, in PrimeIocFifos()
4627 ioc->sense_buf_pool = NULL; in PrimeIocFifos()
Dmptscsih.c2424 sense_data = ((u8 *)ioc->sense_buf_pool + (req_index * MPT_SENSE_BUFFER_ALLOC)); in mptscsih_copy_sense_data()
2650 sense_data = ((u8 *)ioc->sense_buf_pool + in mptscsih_scandv_complete()
Dmptctl.c254 sense_data = ((u8 *)ioc->sense_buf_pool + in mptctl_reply()