Home
last modified time | relevance | path

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

/linux/drivers/message/fusion/
H A Dmptbase.c2739 if (ioc->sense_buf_pool != NULL) { in mpt_adapter_disable()
2741 dma_free_coherent(&ioc->pcidev->dev, sz, ioc->sense_buf_pool, in mpt_adapter_disable()
2743 ioc->sense_buf_pool = NULL; in mpt_adapter_disable()
4565 ioc->sense_buf_pool = dma_alloc_coherent(&ioc->pcidev->dev, sz, in PrimeIocFifos()
4567 if (ioc->sense_buf_pool == NULL) { in PrimeIocFifos()
4576 ioc->name, ioc->sense_buf_pool, (void *)(ulong)ioc->sense_buf_pool_dma)); in PrimeIocFifos()
4610 if (ioc->sense_buf_pool != NULL) { in PrimeIocFifos()
4612 dma_free_coherent(&ioc->pcidev->dev, sz, ioc->sense_buf_pool, in PrimeIocFifos()
4614 ioc->sense_buf_pool = NULL; in PrimeIocFifos()
H A Dmptbase.h668 u8 *sense_buf_pool; member
H A Dmptscsih.c2414 sense_data = ((u8 *)ioc->sense_buf_pool + (req_index * MPT_SENSE_BUFFER_ALLOC)); in mptscsih_copy_sense_data()
2640 sense_data = ((u8 *)ioc->sense_buf_pool + in mptscsih_scandv_complete()
H A Dmptctl.c254 sense_data = ((u8 *)ioc->sense_buf_pool + in mptctl_reply()