Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc_hash.h18 #define KEX_LD_CFG_USE_HASH(use_hash, bytesm1, hdr_ofs, ena, flags_ena, key_ofs) \ argument
19 ((use_hash) << 20 | ((bytesm1) << 16) | ((hdr_ofs) << 8) | \
/openbmc/linux/drivers/crypto/
H A Ds5p-sss.c334 bool use_hash; member
2185 pdata->use_hash = true; in s5p_aes_probe()
2192 if (!pdata->use_hash) in s5p_aes_probe()
2196 pdata->use_hash = false; in s5p_aes_probe()
2268 if (pdata->use_hash) { in s5p_aes_probe()
2327 if (pdata->use_hash) { in s5p_aes_remove()
2333 pdata->use_hash = false; in s5p_aes_remove()
/openbmc/linux/drivers/net/ethernet/calxeda/
H A Dxgmac.c1280 bool use_hash = false; in xgmac_set_rx_mode() local
1291 use_hash = true; in xgmac_set_rx_mode()
1295 if (use_hash) { in xgmac_set_rx_mode()
1314 use_hash = true; in xgmac_set_rx_mode()
1317 use_hash = false; in xgmac_set_rx_mode()
1320 if (use_hash) { in xgmac_set_rx_mode()