Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66671
b: refs/heads/master
c: fb8e444
h: refs/heads/master
i:
  66669: 0540cb8
  66667: 8c1456d
  66663: 95bef25
  66655: f178227
v: v3
  • Loading branch information
Al Viro authored and David S. Miller committed Oct 10, 2007
1 parent c1b2af7 commit fac79d9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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: bd7eb1c549188e4f7993e324b1bbe267fc13675c
refs/heads/master: fb8e4444cc8c7719d9947e21a93e2e84bb1b36eb
4 changes: 2 additions & 2 deletions trunk/drivers/net/cxgb3/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ enum {
};

struct sg_ent { /* SGE scatter/gather entry */
u32 len[2];
u64 addr[2];
__be32 len[2];
__be64 addr[2];
};

#ifndef SGE_NUM_GENBITS
Expand Down
6 changes: 3 additions & 3 deletions trunk/drivers/net/cxgb3/sge.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ enum {
};

struct tx_desc {
u64 flit[TX_DESC_FLITS];
__be64 flit[TX_DESC_FLITS];
};

struct rx_desc {
Expand Down Expand Up @@ -904,8 +904,8 @@ static void write_wr_hdr_sgl(unsigned int ndesc, struct sk_buff *skb,
const struct sge_txq *q,
const struct sg_ent *sgl,
unsigned int flits, unsigned int sgl_flits,
unsigned int gen, unsigned int wr_hi,
unsigned int wr_lo)
unsigned int gen, __be32 wr_hi,
__be32 wr_lo)
{
struct work_request_hdr *wrp = (struct work_request_hdr *)d;
struct tx_sw_desc *sd = &q->sdesc[pidx];
Expand Down

0 comments on commit fac79d9

Please sign in to comment.