Home
last modified time | relevance | path

Searched refs:BGE_RSS_KEYREG_SIZE (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/netif/bge/
H A Dif_bgereg.h885 #define BGE_RSS_KEYREG_SIZE 4 macro
887 ((i) * BGE_RSS_KEYREG_SIZE))
889 (k[(x) * BGE_RSS_KEYREG_SIZE] << 24 | \
890 k[(x) * BGE_RSS_KEYREG_SIZE + 1] << 16 | \
891 k[(x) * BGE_RSS_KEYREG_SIZE + 2] << 8 | \
892 k[(x) * BGE_RSS_KEYREG_SIZE + 3])
/dragonfly/sys/dev/netif/bnx/
H A Dif_bnx.c5696 uint8_t key[BGE_RSS_KEYREG_CNT * BGE_RSS_KEYREG_SIZE]; in bnx_init_rss()