Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/brocade/bna/
Dbfi_enet.h54 #define BFI_ENET_RSS_KEY_LEN 10 /* 32-bit words */ macro
556 u32 key[BFI_ENET_RSS_KEY_LEN];
Dbna_types.h654 u32 toeplitz_hash_key[BFI_ENET_RSS_KEY_LEN];
Dbna_tx_rx.c331 for (i = 0; i < BFI_ENET_RSS_KEY_LEN; i++) in bna_bfi_rss_cfg()