rdma/cxgb4: Fix SRQ endianness annotations
[linux-2.6-block.git] / drivers / net / ethernet / chelsio / cxgb4 / t4_msg.h
index 09e38f0733bdfdc39fe5968c233175e1851d972f..b8f75a22fb6c97183d89c97f7ce2a9f0cd5ead5d 100644 (file)
@@ -755,7 +755,7 @@ struct cpl_abort_req_rss {
 struct cpl_abort_req_rss6 {
        WR_HDR;
        union opcode_tid ot;
-       __u32 srqidx_status;
+       __be32 srqidx_status;
 };
 
 #define ABORT_RSS_STATUS_S    0
@@ -785,7 +785,7 @@ struct cpl_abort_rpl_rss {
 
 struct cpl_abort_rpl_rss6 {
        union opcode_tid ot;
-       __u32 srqidx_status;
+       __be32 srqidx_status;
 };
 
 struct cpl_abort_rpl {