Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/brocade/bna/
Dbfi_enet.h46 #define BFI_ENET_RSS_KEY_LEN 10 /* 32-bit words */ macro
548 u32 key[BFI_ENET_RSS_KEY_LEN];
Dbna_types.h646 u32 toeplitz_hash_key[BFI_ENET_RSS_KEY_LEN];
Dbna_tx_rx.c323 for (i = 0; i < BFI_ENET_RSS_KEY_LEN; i++) in bna_bfi_rss_cfg()