Home
last modified time | relevance | path

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

/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) | \
/linux/drivers/crypto/
H A Ds5p-sss.c329 bool use_hash; member
2161 pdata->use_hash = true; in s5p_aes_probe()
2168 if (!pdata->use_hash) in s5p_aes_probe()
2172 pdata->use_hash = false; in s5p_aes_probe()
2244 if (pdata->use_hash) { in s5p_aes_probe()
2303 if (pdata->use_hash) { in s5p_aes_remove()
2309 pdata->use_hash = false; in s5p_aes_remove()
/linux/drivers/net/ethernet/calxeda/
H A Dxgmac.c1278 bool use_hash = false; in xgmac_set_rx_mode() local
1289 use_hash = true; in xgmac_set_rx_mode()
1293 if (use_hash) { in xgmac_set_rx_mode()
1312 use_hash = true; in xgmac_set_rx_mode()
1315 use_hash = false; in xgmac_set_rx_mode()
1318 if (use_hash) { in xgmac_set_rx_mode()