Home
last modified time | relevance | path

Searched refs:fast_path (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Duar.c207 bool map_wc, bool fast_path) in alloc_bfreg() argument
237 if (fast_path) { in alloc_bfreg()
260 bool map_wc, bool fast_path) in mlx5_alloc_bfreg() argument
264 err = alloc_bfreg(mdev, bfreg, map_wc, fast_path); in mlx5_alloc_bfreg()
269 return alloc_bfreg(mdev, bfreg, false, fast_path); in mlx5_alloc_bfreg()
/Linux-v5.4/drivers/scsi/mpt3sas/
Dmpt3sas_base.h541 u8 fast_path; member
600 u8 fast_path; member
Dmpt3sas_scsih.c1638 if (pcie_device->fast_path) in scsih_target_alloc()
1662 if (sas_device->fast_path) in scsih_target_alloc()
6131 sas_device->fast_path = (le16_to_cpu(sas_device_pg0.Flags) & in _scsih_add_device()
6904 pcie_device->fast_path = (le32_to_cpu(pcie_device_pg0.Flags) & in _scsih_pcie_add_device()
/Linux-v5.4/fs/gfs2/
Dglock.c1240 int fast_path = 0; in gfs2_glock_dq() local
1259 fast_path = 1; in gfs2_glock_dq()
1265 if (unlikely(!fast_path)) { in gfs2_glock_dq()
/Linux-v5.4/include/linux/mlx5/
Ddriver.h1012 bool map_wc, bool fast_path);