Home
last modified time | relevance | path

Searched refs:BNXT_FLAG_UDP_RSS_CAP (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.h1816 #define BNXT_FLAG_UDP_RSS_CAP 0x800 macro
Dbnxt_ethtool.c1186 if (tuple == 4 && !(bp->flags & BNXT_FLAG_UDP_RSS_CAP)) in bnxt_srxfh()
1196 if (tuple == 4 && !(bp->flags & BNXT_FLAG_UDP_RSS_CAP)) in bnxt_srxfh()
Dbnxt.c12308 bp->flags &= ~BNXT_FLAG_UDP_RSS_CAP; in bnxt_set_dflt_rss_hash_type()
12316 bp->flags |= BNXT_FLAG_UDP_RSS_CAP; in bnxt_set_dflt_rss_hash_type()