Home
last modified time | relevance | path

Searched defs:ag (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/net/ethernet/atheros/
H A Dag71xx.c400 static bool ag71xx_is(struct ag71xx *ag, enum ag71xx_type type) in ag71xx_is()
405 static void ag71xx_wr(struct ag71xx *ag, unsigned int reg, u32 value) in ag71xx_wr()
412 static u32 ag71xx_rr(struct ag71xx *ag, unsigned int reg) in ag71xx_rr()
417 static void ag71xx_sb(struct ag71xx *ag, unsigned int reg, u32 mask) in ag71xx_sb()
427 static void ag71xx_cb(struct ag71xx *ag, unsigned int reg, u32 mask) in ag71xx_cb()
437 static void ag71xx_int_enable(struct ag71xx *ag, u32 ints) in ag71xx_int_enable()
442 static void ag71xx_int_disable(struct ag71xx *ag, u32 ints) in ag71xx_int_disable()
449 struct ag71xx *ag = netdev_priv(ndev); in ag71xx_do_ioctl() local
457 struct ag71xx *ag = netdev_priv(ndev); in ag71xx_get_drvinfo() local
467 struct ag71xx *ag = netdev_priv(ndev); in ag71xx_get_link_ksettings() local
[all …]
/linux/kernel/sched/
H A Dautogroup.c48 struct autogroup *ag = container_of(kref, struct autogroup, kref); in autogroup_destroy() local
59 static inline void autogroup_kref_put(struct autogroup *ag) in autogroup_kref_put()
64 static inline struct autogroup *autogroup_kref_get(struct autogroup *ag) in autogroup_kref_get()
72 struct autogroup *ag; in autogroup_task_get() local
86 struct autogroup *ag = kzalloc(sizeof(*ag), GFP_KERNEL); in autogroup_create() local
157 autogroup_move_group(struct task_struct *p, struct autogroup *ag) in autogroup_move_group()
194 struct autogroup *ag = autogroup_create(); in sched_autogroup_create_attach() local
233 struct autogroup *ag; in proc_sched_autogroup_set_nice() local
270 struct autogroup *ag = autogroup_task_get(p); in proc_sched_autogroup_show_task() local
/linux/drivers/net/wireless/ath/ath12k/
H A Dcore.c646 struct ath12k_hw_group *ag = ab->ag; in ath12k_core_to_group_ref_get() local
666 struct ath12k_hw_group *ag = ab->ag; in ath12k_core_to_group_ref_put() local
970 static void ath12k_core_hw_group_stop(struct ath12k_hw_group *ag) in ath12k_core_hw_group_stop()
997 struct ath12k_hw_group *ag = ab->ag; in ath12k_get_num_partner_link() local
1042 int ath12k_mac_mlo_ready(struct ath12k_hw_group *ag) in ath12k_mac_mlo_ready()
1065 static int ath12k_core_mlo_setup(struct ath12k_hw_group *ag) in ath12k_core_mlo_setup()
1091 static int ath12k_core_hw_group_start(struct ath12k_hw_group *ag) in ath12k_core_hw_group_start()
1176 bool ath12k_core_hw_group_start_ready(struct ath12k_hw_group *ag) in ath12k_core_hw_group_start_ready()
1240 struct ath12k_hw_group *ag = ab->ag; in ath12k_core_trigger_partner() local
1259 struct ath12k_hw_group *ag = ath12k_ab_to_ag(ab); in ath12k_core_qmi_firmware_ready() local
[all …]
H A Ddp_rx.c2722 struct ath12k_hw_group *ag = ab->ag; in ath12k_dp_rx_process_received_packets() local
2799 struct ath12k_hw_group *ag = ab->ag; in ath12k_dp_rx_process() local
3654 struct ath12k_hw_group *ag = ab->ag; in ath12k_dp_rx_process_err() local
4018 struct ath12k_hw_group *ag = ab->ag; in ath12k_dp_rx_process_wbm_err() local
H A Dmac.c12581 struct ath12k_hw_group *ag = ab->ag; in __ath12k_mac_mlo_setup() local
12663 int ath12k_mac_mlo_setup(struct ath12k_hw_group *ag) in ath12k_mac_mlo_setup()
12705 void ath12k_mac_mlo_teardown(struct ath12k_hw_group *ag) in ath12k_mac_mlo_teardown()
12727 int ath12k_mac_register(struct ath12k_hw_group *ag) in ath12k_mac_register()
12755 void ath12k_mac_unregister(struct ath12k_hw_group *ag) in ath12k_mac_unregister()
12774 static struct ath12k_hw *ath12k_mac_hw_allocate(struct ath12k_hw_group *ag, in ath12k_mac_hw_allocate()
12821 void ath12k_mac_destroy(struct ath12k_hw_group *ag) in ath12k_mac_destroy()
12858 int ath12k_mac_allocate(struct ath12k_hw_group *ag) in ath12k_mac_allocate()
H A Dcore.h1184 struct ath12k_hw_group *ag; member
1443 static inline struct ath12k_hw *ath12k_ag_to_ah(struct ath12k_hw_group *ag, int idx) in ath12k_ag_to_ah()
1448 static inline void ath12k_ag_set_ah(struct ath12k_hw_group *ag, int idx, in ath12k_ag_set_ah()
1459 static inline struct ath12k_base *ath12k_ag_to_ab(struct ath12k_hw_group *ag, in ath12k_ag_to_ab()
H A Dpci.c1760 static void ath12k_pci_hw_group_power_down(struct ath12k_hw_group *ag) in ath12k_pci_hw_group_power_down()
/linux/fs/jfs/
H A Djfs_extent.c316 int ag; in extBalloc() local
H A Djfs_imap.c1706 int ag, rc; in diAllocAny() local
/linux/drivers/infiniband/core/
H A Dsecurity.c674 struct ib_mad_agent *ag; in ib_mad_agent_security_change() local
/linux/arch/x86/events/intel/
H A Duncore_snbep.c3916 struct attribute_group *ag) in pmu_clear_mapping_attr()
3931 pmu_set_mapping(struct intel_uncore_type *type, struct attribute_group *ag, in pmu_set_mapping()
3986 pmu_cleanup_mapping(struct intel_uncore_type *type, struct attribute_group *ag) in pmu_cleanup_mapping()
4002 pmu_iio_set_mapping(struct intel_uncore_type *type, struct attribute_group *ag) in pmu_iio_set_mapping()
4386 pmu_upi_set_mapping(struct intel_uncore_type *type, struct attribute_group *ag) in pmu_upi_set_mapping()
/linux/drivers/infiniband/hw/hfi1/
H A Dmad.c4209 static inline void set_aggr_error(struct opa_aggregate *ag) in set_aggr_error()