/linux-6.6.21/drivers/infiniband/hw/hfi1/ |
D | mad.c | 540 static int __subn_get_opa_nodedesc(struct opa_smp *smp, u32 am, in __subn_get_opa_nodedesc() 561 static int __subn_get_opa_nodeinfo(struct opa_smp *smp, u32 am, u8 *data, in __subn_get_opa_nodeinfo() 754 static int __subn_get_opa_portinfo(struct opa_smp *smp, u32 am, u8 *data, in __subn_get_opa_portinfo() 979 static int __subn_get_opa_pkeytable(struct opa_smp *smp, u32 am, u8 *data, in __subn_get_opa_pkeytable() 1309 static int __subn_set_opa_portinfo(struct opa_smp *smp, u32 am, u8 *data, in __subn_set_opa_portinfo() 1678 static int __subn_set_opa_pkeytable(struct opa_smp *smp, u32 am, u8 *data, in __subn_set_opa_pkeytable() 1785 static int __subn_get_opa_sl_to_sc(struct opa_smp *smp, u32 am, u8 *data, in __subn_get_opa_sl_to_sc() 1808 static int __subn_set_opa_sl_to_sc(struct opa_smp *smp, u32 am, u8 *data, in __subn_set_opa_sl_to_sc() 1837 static int __subn_get_opa_sc_to_sl(struct opa_smp *smp, u32 am, u8 *data, in __subn_get_opa_sc_to_sl() 1860 static int __subn_set_opa_sc_to_sl(struct opa_smp *smp, u32 am, u8 *data, in __subn_set_opa_sc_to_sl() [all …]
|
D | mad.h | 319 #define OPA_AM_NPORT(am) (((am) >> OPA_AM_NPORT_SHIFT) & \ argument 325 #define OPA_AM_NBLK(am) (((am) >> OPA_AM_NBLK_SHIFT) & \ argument 332 #define OPA_AM_START_BLK(am) (((am) >> OPA_AM_START_BLK_SHIFT) & \ argument 338 #define OPA_AM_PORTNUM(am) (((am) >> OPA_AM_PORTNUM_SHIFT) & \ argument 344 #define OPA_AM_ASYNC(am) (((am) >> OPA_AM_ASYNC_SHIFT) & \ argument 351 #define OPA_AM_START_SM_CFG(am) (((am) >> OPA_AM_START_SM_CFG_SHIFT) \ argument 357 #define OPA_AM_CI_ADDR(am) (((am) >> OPA_AM_CI_ADDR_SHIFT) & \ argument 363 #define OPA_AM_CI_LEN(am) (((am) >> OPA_AM_CI_LEN_SHIFT) & \ argument
|
/linux-6.6.21/fs/f2fs/ |
D | gc.c | 423 struct atgc_management *am = &sbi->am; in __lookup_victim_entry() local 441 struct atgc_management *am = &sbi->am; in __create_victim_entry() local 458 struct atgc_management *am = &sbi->am; in __insert_victim_entry() local 524 struct atgc_management *am = &sbi->am; in atgc_lookup_victim() local 597 struct atgc_management *am = &sbi->am; in atssr_lookup_victim() local 673 struct atgc_management *am = &sbi->am; in release_victim_entry() local 1958 struct atgc_management *am = &sbi->am; in init_atgc_management() local
|
D | f2fs.h | 1656 struct atgc_management am; /* atgc management */ member
|
/linux-6.6.21/arch/mips/kernel/ |
D | segment.c | 18 unsigned int am; in build_segment_config() local
|
/linux-6.6.21/arch/x86/kernel/cpu/resctrl/ |
D | monitor.c | 196 struct arch_mbm_state *am; in resctrl_arch_reset_rmid() local 237 struct arch_mbm_state *am; in resctrl_arch_rmid_read() local
|
/linux-6.6.21/drivers/media/tuners/ |
D | fc0012.c | 125 unsigned char reg[7], am, pm, multi, tmp; in fc0012_set_params() local
|
D | fc0013.c | 216 unsigned char reg[7], am, pm, multi, tmp; in fc0013_set_params() local
|
/linux-6.6.21/include/uapi/sound/ |
D | asound_fm.h | 31 unsigned char am; /* amplitude modulation */ member
|
/linux-6.6.21/drivers/clk/ |
D | clk-stm32f4.c | 418 struct clk_apb_mul *am = to_clk_apb_mul(hw); in clk_apb_mul_recalc_rate() local 429 struct clk_apb_mul *am = to_clk_apb_mul(hw); in clk_apb_mul_round_rate() local 466 struct clk_apb_mul *am; in clk_register_apb_mul() local
|
/linux-6.6.21/drivers/video/fbdev/core/ |
D | svgalib.c | 378 u16 am, an, ar; in svga_compute_pll() local
|
/linux-6.6.21/drivers/staging/vme_user/ |
D | vme.c | 237 static u32 vme_get_aspace(int am) in vme_get_aspace() 1242 unsigned long long address, int am) in vme_bus_error_handler()
|
/linux-6.6.21/drivers/input/misc/ |
D | yealink.c | 61 #define _SEG(t, a, am, b, bm, c, cm, d, dm, e, em, f, fm, g, gm) \ argument
|
/linux-6.6.21/drivers/gpu/drm/i915/gvt/ |
D | handlers.c | 2136 #define MMIO_F(reg, s, f, am, rm, d, r, w) do { \ argument 2158 #define MMIO_RING_F(prefix, s, f, am, rm, d, r, w) do { \ argument
|
/linux-6.6.21/drivers/iommu/intel/ |
D | iommu.h | 411 #define QI_IOTLB_AM(am) (((u8)am) & 0x3f) argument 437 #define QI_EIOTLB_AM(am) (((u64)am) & 0x3f) argument
|
/linux-6.6.21/arch/mips/kvm/ |
D | vz.c | 617 static bool is_eva_am_mapped(struct kvm_vcpu *vcpu, unsigned int am, bool eu) in is_eva_am_mapped()
|
/linux-6.6.21/drivers/gpu/drm/exynos/ |
D | exynos_hdmi.c | 1289 struct drm_display_mode *am = in hdmi_v14_mode_apply() local
|
/linux-6.6.21/fs/ocfs2/dlm/ |
D | dlmcommon.h | 229 struct dlm_assert_master_priv am; member
|