kernel/drivers/infiniband/hw/cxgb4/t4.h
.. .. @@ -35,6 +35,7 @@ 35 35 #include "t4_regs.h" 36 36 #include "t4_values.h" 37 37 #include "t4_msg.h" 38 +#include "t4_tcb.h"38 39 #include "t4fw_ri_api.h" 39 40 40 41 #define T4_MAX_NUM_PD 65536 .. .. @@ -397,7 +398,7 @@ 397 398 struct t4_srq { 398 399 union t4_recv_wr *queue; 399 400 dma_addr_t dma_addr; 400 - DECLARE_PCI_UNMAP_ADDR(mapping);401 + DEFINE_DMA_UNMAP_ADDR(mapping);401 402 struct t4_swrqe *sw_rq; 402 403 void __iomem *bar2_va; 403 404 u64 bar2_pa;