Home
last modified time | relevance | path

Searched defs:am (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/infiniband/hw/hfi1/
H A Dmad.c540 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 …]
H A Dmad.h318 #define OPA_AM_NPORT(am) (((am) >> OPA_AM_NPORT_SHIFT) & \ argument
324 #define OPA_AM_NBLK(am) (((am) >> OPA_AM_NBLK_SHIFT) & \ argument
331 #define OPA_AM_START_BLK(am) (((am) >> OPA_AM_START_BLK_SHIFT) & \ argument
337 #define OPA_AM_PORTNUM(am) (((am) >> OPA_AM_PORTNUM_SHIFT) & \ argument
343 #define OPA_AM_ASYNC(am) (((am) >> OPA_AM_ASYNC_SHIFT) & \ argument
350 #define OPA_AM_START_SM_CFG(am) (((am) >> OPA_AM_START_SM_CFG_SHIFT) \ argument
356 #define OPA_AM_CI_ADDR(am) (((am) >> OPA_AM_CI_ADDR_SHIFT) & \ argument
362 #define OPA_AM_CI_LEN(am) (((am) >> OPA_AM_CI_LEN_SHIFT) & \ argument
/linux/fs/f2fs/
H A Dgc.c454 struct atgc_management *am = &sbi->am; in __lookup_victim_entry() local
472 struct atgc_management *am = &sbi->am; in __create_victim_entry() local
489 struct atgc_management *am = &sbi->am; in __insert_victim_entry() local
551 struct atgc_management *am = &sbi->am; in atgc_lookup_victim() local
624 struct atgc_management *am = &sbi->am; in atssr_lookup_victim() local
699 struct atgc_management *am = &sbi->am; in release_victim_entry() local
2023 struct atgc_management *am = &sbi->am; in init_atgc_management() local
H A Df2fs.h1716 struct atgc_management am; /* atgc management */ member
/linux/arch/mips/kernel/
H A Dsegment.c18 unsigned int am; in build_segment_config() local
/linux/arch/x86/kernel/cpu/resctrl/
H A Dmonitor.c189 struct arch_mbm_state *am; in resctrl_arch_reset_rmid() local
234 struct arch_mbm_state *am; in resctrl_arch_rmid_read() local
/linux/drivers/media/tuners/
H A Dfc0012.c125 unsigned char reg[7], am, pm, multi, tmp; in fc0012_set_params() local
/linux/include/uapi/sound/
H A Dasound_fm.h31 unsigned char am; /* amplitude modulation */ member
/linux/drivers/video/fbdev/core/
H A Dsvgalib.c385 u16 am, an, ar; in svga_compute_pll() local
/linux/drivers/staging/vme_user/
H A Dvme.c207 static u32 vme_get_aspace(int am) in vme_get_aspace()
1206 unsigned long long address, int am) in vme_bus_error_handler()
/linux/drivers/input/misc/
H A Dyealink.c61 #define _SEG(t, a, am, b, bm, c, cm, d, dm, e, em, f, fm, g, gm) \ argument
/linux/arch/mips/kvm/
H A Dvz.c617 static bool is_eva_am_mapped(struct kvm_vcpu *vcpu, unsigned int am, bool eu) in is_eva_am_mapped()
/linux/drivers/iommu/intel/
H A Diommu.h414 #define QI_IOTLB_AM(am) (((u8)am) & 0x3f) argument
440 #define QI_EIOTLB_AM(am) (((u64)am) & 0x3f) argument
/linux/fs/ocfs2/dlm/
H A Ddlmcommon.h229 struct dlm_assert_master_priv am; member