Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore.h133 ((sizeof(type_name) + (u32)(1 << (p_hwfn->p_dev->cache_shift)) - 1) & \
134 ~((1 << (p_hwfn->p_dev->cache_shift)) - 1))
863 u8 cache_shift; member
H A Decore_dev.c1596 p_dev->cache_shift = 7; in ecore_init_struct()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddbuf.c4952 ZFS_MODULE_PARAM(zfs_dbuf, dbuf_, cache_shift, INT, ZMOD_RW,