Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134556
b: refs/heads/master
c: 4781bfa
h: refs/heads/master
v: v3
  • Loading branch information
Eilon Greenstein authored and David S. Miller committed Feb 16, 2009
1 parent 0fe421f commit 3702f66
Show file tree
Hide file tree
Showing 4 changed files with 133 additions and 132 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0626b89971d75b35698f208fd7abe4303e1588b9
refs/heads/master: 4781bfad732af717784ee6b5bcdd97f4c3e8f597
22 changes: 11 additions & 11 deletions trunk/drivers/net/bnx2x.h
Original file line number Diff line number Diff line change
Expand Up @@ -270,10 +270,10 @@ struct bnx2x_fastpath {
u16 tx_pkt_cons;
u16 tx_bd_prod;
u16 tx_bd_cons;
u16 *tx_cons_sb;
__le16 *tx_cons_sb;

u16 fp_c_idx;
u16 fp_u_idx;
__le16 fp_c_idx;
__le16 fp_u_idx;

u16 rx_bd_prod;
u16 rx_bd_cons;
Expand All @@ -282,8 +282,8 @@ struct bnx2x_fastpath {
u16 rx_sge_prod;
/* The last maximal completed SGE */
u16 last_max_sge;
u16 *rx_cons_sb;
u16 *rx_bd_cons_sb;
__le16 *rx_cons_sb;
__le16 *rx_bd_cons_sb;

unsigned long tx_pkt,
rx_pkt,
Expand Down Expand Up @@ -806,11 +806,11 @@ struct bnx2x {

struct host_def_status_block *def_status_blk;
#define DEF_SB_ID 16
u16 def_c_idx;
u16 def_u_idx;
u16 def_x_idx;
u16 def_t_idx;
u16 def_att_idx;
__le16 def_c_idx;
__le16 def_u_idx;
__le16 def_x_idx;
__le16 def_t_idx;
__le16 def_att_idx;
u32 attn_state;
struct attn_route attn_group[MAX_DYNAMIC_ATTN_GRPS];

Expand All @@ -820,7 +820,7 @@ struct bnx2x {
u16 spq_prod_idx;
struct eth_spe *spq_prod_bd;
struct eth_spe *spq_last_bd;
u16 *dsb_sp_prod;
__le16 *dsb_sp_prod;
u16 spq_left; /* serialize spq */
/* used to synchronize spq accesses */
spinlock_t spq_lock;
Expand Down
Loading

0 comments on commit 3702f66

Please sign in to comment.