The branch main has been updated by markj:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=d78231ed04d333f64a73c891a45a94981baad251

commit d78231ed04d333f64a73c891a45a94981baad251
Author:     Mark Johnston <[email protected]>
AuthorDate: 2025-11-24 18:39:54 +0000
Commit:     Mark Johnston <[email protected]>
CommitDate: 2025-11-24 18:39:54 +0000

    cxgbe: Fix the RSS build
    
    When "options RSS" is configured, opt_rss.h defines the "RSS" token.
    
    PR:     291068
    Fixes:  17b4a0acfaf5 ("cxgbe(4): T7 related updates to shared code")
---
 sys/dev/cxgbe/common/t4_msg.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/cxgbe/common/t4_msg.h b/sys/dev/cxgbe/common/t4_msg.h
index 214080964fbb..31a52dbb616e 100644
--- a/sys/dev/cxgbe/common/t4_msg.h
+++ b/sys/dev/cxgbe/common/t4_msg.h
@@ -2478,7 +2478,7 @@ struct cpl_rx_data_ack_core {
 #define F_RX_DACK_CHANGE    V_RX_DACK_CHANGE(1U)
 
 struct cpl_rx_phys_addr {
-        __be32 RSS[2];
+        __be32 rss[2];
         __be32 op_to_tid;
         __be32 pci_rlx_order_to_len;
         __be64 phys_addr;

Reply via email to