[PATCH] cxgb4: use the DMA state API instead of the pci equivalents

2010-06-02 Thread FUJITA Tomonori
This replace the PCI DMA state API (include/linux/pci-dma.h) with the DMA equivalents since the PCI DMA state API will be obsolete. No functional change. For further information about the background: http://marc.info/?l=linux-netdev&m=127037540020276&w=2 Signed-off-by: FUJITA

[PATCH] RDMA/amso1100: use the dma state API instead of the pci equivalents

2010-04-01 Thread FUJITA Tomonori
The DMA API is preferred. No functional change. Signed-off-by: FUJITA Tomonori --- drivers/infiniband/hw/amso1100/c2.h |2 +- drivers/infiniband/hw/amso1100/c2_alloc.c|4 ++-- drivers/infiniband/hw/amso1100/c2_cq.c |4 ++-- drivers/infiniband/hw/amso1100/c2_mq.h

[PATCH] RDMA/cxgb3: use the dma state API instead of the pci equivalents

2010-04-01 Thread FUJITA Tomonori
The DMA API is preferred. No functional change. Signed-off-by: FUJITA Tomonori --- drivers/infiniband/hw/cxgb3/cxio_hal.c | 12 ++-- drivers/infiniband/hw/cxgb3/cxio_hal.h |2 +- drivers/infiniband/hw/cxgb3/cxio_wr.h |4 ++-- 3 files changed, 9 insertions(+), 9 deletions

[PATCH] IB/mthca: use the dma state API instead of the pci equivalents

2010-04-01 Thread FUJITA Tomonori
The DMA API is preferred. No functional change. Signed-off-by: FUJITA Tomonori --- drivers/infiniband/hw/mthca/mthca_allocator.c |8 drivers/infiniband/hw/mthca/mthca_eq.c|6 +++--- drivers/infiniband/hw/mthca/mthca_provider.h |2 +- 3 files changed, 8 insertions