Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148687722
D13084.id35231.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D13084.id35231.diff
View Options
Index: sys/dev/cxgbe/adapter.h
===================================================================
--- sys/dev/cxgbe/adapter.h
+++ sys/dev/cxgbe/adapter.h
@@ -419,7 +419,7 @@
struct mtx eq_lock;
struct tx_desc *desc; /* KVA of descriptor ring */
- uint16_t doorbells;
+ uint8_t doorbells;
volatile uint32_t *udb; /* KVA of doorbell (lies within BAR2) */
u_int udb_qid; /* relative qid within the doorbell page */
uint16_t sidx; /* index of the entry with the status page */
@@ -690,7 +690,7 @@
uint16_t equiqidx; /* EQUIQ last requested at this pidx */
uint16_t equeqidx; /* EQUEQ last requested at this pidx */
uint16_t dbidx; /* pidx of the most recent doorbell */
- uint16_t doorbells;
+ uint8_t doorbells;
volatile uint32_t *udb;
u_int udb_qid;
u_int cntxt_id;
@@ -802,7 +802,7 @@
struct l2t_data *l2t; /* L2 table */
struct tid_info tids;
- uint16_t doorbells;
+ uint8_t doorbells;
int offload_map; /* ports with IFCAP_TOE enabled */
int active_ulds; /* ULDs activated on this adapter */
int flags;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Mar 20, 3:28 PM (11 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29989912
Default Alt Text
D13084.id35231.diff (1 KB)
Attached To
Mode
D13084: CXGBE: fix big-endian behaviour
Attached
Detach File
Event Timeline
Log In to Comment