t4.h (a292241cccb7e20e8b997a9a44177e7c98141859) | t4.h (cf38be6d61001b234d5b980d6e98702587638190) |
---|---|
1/* 2 * Copyright (c) 2009-2010 Chelsio, Inc. All rights reserved. 3 * 4 * This software is available to you under a choice of one of two 5 * licenses. You may choose to be licensed under the terms of the GNU 6 * General Public License (GPL) Version 2, available from the file 7 * COPYING in the main directory of this source tree, or the 8 * OpenIB.org BSD license below: --- 528 unchanged lines hidden (view full) --- 537 DEFINE_DMA_UNMAP_ADDR(mapping); 538 struct t4_cqe *sw_queue; 539 void __iomem *gts; 540 struct c4iw_rdev *rdev; 541 u64 ugts; 542 size_t memsize; 543 __be64 bits_type_ts; 544 u32 cqid; | 1/* 2 * Copyright (c) 2009-2010 Chelsio, Inc. All rights reserved. 3 * 4 * This software is available to you under a choice of one of two 5 * licenses. You may choose to be licensed under the terms of the GNU 6 * General Public License (GPL) Version 2, available from the file 7 * COPYING in the main directory of this source tree, or the 8 * OpenIB.org BSD license below: --- 528 unchanged lines hidden (view full) --- 537 DEFINE_DMA_UNMAP_ADDR(mapping); 538 struct t4_cqe *sw_queue; 539 void __iomem *gts; 540 struct c4iw_rdev *rdev; 541 u64 ugts; 542 size_t memsize; 543 __be64 bits_type_ts; 544 u32 cqid; |
545 int vector; |
|
545 u16 size; /* including status page */ 546 u16 cidx; 547 u16 sw_pidx; 548 u16 sw_cidx; 549 u16 sw_in_use; 550 u16 cidx_inc; 551 u8 gen; 552 u8 error; --- 127 unchanged lines hidden --- | 546 u16 size; /* including status page */ 547 u16 cidx; 548 u16 sw_pidx; 549 u16 sw_cidx; 550 u16 sw_in_use; 551 u16 cidx_inc; 552 u8 gen; 553 u8 error; --- 127 unchanged lines hidden --- |