Searched refs:rsshash (Results 1 – 4 of 4) sorted by relevance
348 u8 rsshash[32]; /* dword 3 */ member383 u8 rsshash[32]; /* dword 3 */ member
1357 AMAP_GET_BITS(struct amap_eth_rx_compl_v1, rsshash, rxcp); in be_parse_rx_compl_v1()1389 AMAP_GET_BITS(struct amap_eth_rx_compl_v0, rsshash, rxcp); in be_parse_rx_compl_v0()
308 __le32 rsshash; member
2895 static const u8 rsshash[40] = { in igb_setup_mrqc() local2903 u32 rsskey = rsshash[(j * 4)]; in igb_setup_mrqc()2904 rsskey |= rsshash[(j * 4) + 1] << 8; in igb_setup_mrqc()2905 rsskey |= rsshash[(j * 4) + 2] << 16; in igb_setup_mrqc()2906 rsskey |= rsshash[(j * 4) + 3] << 24; in igb_setup_mrqc()