aboutsummaryrefslogtreecommitdiffstats
path: root/include/rdma/ib_verbs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rdma/ib_verbs.h')
-rw-r--r--include/rdma/ib_verbs.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/rdma/ib_verbs.h b/include/rdma/ib_verbs.h
index 31d30b1852e8..5f5621bf70bd 100644
--- a/include/rdma/ib_verbs.h
+++ b/include/rdma/ib_verbs.h
@@ -34,8 +34,6 @@
34 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 34 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
35 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 35 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
36 * SOFTWARE. 36 * SOFTWARE.
37 *
38 * $Id: ib_verbs.h 1349 2004-12-16 21:09:43Z roland $
39 */ 37 */
40 38
41#if !defined(IB_VERBS_H) 39#if !defined(IB_VERBS_H)
@@ -777,7 +775,7 @@ struct ib_cq {
777 struct ib_uobject *uobject; 775 struct ib_uobject *uobject;
778 ib_comp_handler comp_handler; 776 ib_comp_handler comp_handler;
779 void (*event_handler)(struct ib_event *, void *); 777 void (*event_handler)(struct ib_event *, void *);
780 void * cq_context; 778 void *cq_context;
781 int cqe; 779 int cqe;
782 atomic_t usecnt; /* count number of work queues */ 780 atomic_t usecnt; /* count number of work queues */
783}; 781};
@@ -883,7 +881,7 @@ struct ib_dma_mapping_ops {
883 void (*sync_single_for_cpu)(struct ib_device *dev, 881 void (*sync_single_for_cpu)(struct ib_device *dev,
884 u64 dma_handle, 882 u64 dma_handle,
885 size_t size, 883 size_t size,
886 enum dma_data_direction dir); 884 enum dma_data_direction dir);
887 void (*sync_single_for_device)(struct ib_device *dev, 885 void (*sync_single_for_device)(struct ib_device *dev,
888 u64 dma_handle, 886 u64 dma_handle,
889 size_t size, 887 size_t size,