Deleted Added
full compact
27c27
< * $FreeBSD: head/sys/dev/cxgbe/adapter.h 219289 2011-03-05 03:27:14Z np $
---
> * $FreeBSD: head/sys/dev/cxgbe/adapter.h 219290 2011-03-05 03:42:03Z np $
227c227
< struct mtx iq_lock;
---
> bus_addr_t ba; /* bus address of descriptor ring */
229,230c229,234
< unsigned int flags;
< struct adapter *adapter;
---
> uint32_t flags;
> uint16_t abs_id; /* absolute SGE id for the iq */
> int8_t intr_pktc_idx; /* packet count threshold index */
> int8_t pad0;
> iq_intr_handler_t *handler;
> __be64 *desc; /* KVA of descriptor ring */
232,233c236,237
< __be64 *desc; /* KVA of descriptor ring */
< bus_addr_t ba; /* bus address of descriptor ring */
---
> struct mtx iq_lock;
> struct adapter *adapter;
237d240
< int8_t intr_pktc_idx; /* packet count threshold index */
243,244d245
< uint16_t abs_id; /* absolute SGE id for the iq */
< iq_intr_handler_t *handler;
345d345
< unsigned int flags;
346a347,348
> unsigned int flags;
> #ifdef INET
347a350
> #endif