Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/net/ethernet/atheros/
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-6.14.4/kernel/sched/
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-6.14.4/drivers/net/wireless/ath/ath12k/
Dcore.c869 static void ath12k_core_hw_group_stop(struct ath12k_hw_group *ag) in ath12k_core_hw_group_stop()
907 int ath12k_mac_mlo_ready(struct ath12k_hw_group *ag) in ath12k_mac_mlo_ready()
931 static int ath12k_core_mlo_setup(struct ath12k_hw_group *ag) in ath12k_core_mlo_setup()
957 static int ath12k_core_hw_group_start(struct ath12k_hw_group *ag) in ath12k_core_hw_group_start()
1040 bool ath12k_core_hw_group_start_ready(struct ath12k_hw_group *ag) in ath12k_core_hw_group_start_ready()
1049 struct ath12k_hw_group *ag = ab->ag; in ath12k_core_trigger_partner() local
1068 struct ath12k_hw_group *ag = ath12k_ab_to_ag(ab); in ath12k_core_qmi_firmware_ready() local
1178 struct ath12k_hw_group *ag = ab->ag; in ath12k_rfkill_work() local
1230 struct ath12k_hw_group *ag = ab->ag; in ath12k_core_pre_reconfigure_recovery() local
1277 struct ath12k_hw_group *ag = ab->ag; in ath12k_core_post_reconfigure_recovery() local
[all …]
Dqmi.c2019 static void ath12k_host_cap_hw_link_id_init(struct ath12k_hw_group *ag) in ath12k_host_cap_hw_link_id_init()
2047 struct ath12k_hw_group *ag = ab->ag; in ath12k_host_cap_parse_mlo() local
2447 struct ath12k_hw_group *ag = ab->ag; in ath12k_qmi_free_mlo_mem_chunk() local
2478 struct ath12k_hw_group *ag = ab->ag; in ath12k_qmi_free_target_mem_chunk() local
2548 struct ath12k_hw_group *ag = ab->ag; in ath12k_qmi_alloc_target_mem_chunk() local
3318 static bool ath12k_qmi_hw_group_host_cap_ready(struct ath12k_hw_group *ag) in ath12k_qmi_hw_group_host_cap_ready()
3333 static struct ath12k_base *ath12k_qmi_hw_group_find_blocked(struct ath12k_hw_group *ag) in ath12k_qmi_hw_group_find_blocked()
3363 struct ath12k_hw_group *ag = ab->ag; in ath12k_qmi_event_server_arrive() local
Ddp_rx.c2635 struct ath12k_hw_group *ag = ab->ag; in ath12k_dp_rx_process_received_packets() local
2708 struct ath12k_hw_group *ag = ab->ag; in ath12k_dp_rx_process() local
3548 struct ath12k_hw_group *ag = ab->ag; in ath12k_dp_rx_process_err() local
3896 struct ath12k_hw_group *ag = ab->ag; in ath12k_dp_rx_process_wbm_err() local
Dmac.c11115 struct ath12k_hw_group *ag = ab->ag; in __ath12k_mac_mlo_setup() local
11188 int ath12k_mac_mlo_setup(struct ath12k_hw_group *ag) in ath12k_mac_mlo_setup()
11230 void ath12k_mac_mlo_teardown(struct ath12k_hw_group *ag) in ath12k_mac_mlo_teardown()
11252 int ath12k_mac_register(struct ath12k_hw_group *ag) in ath12k_mac_register()
11283 void ath12k_mac_unregister(struct ath12k_hw_group *ag) in ath12k_mac_unregister()
11305 static struct ath12k_hw *ath12k_mac_hw_allocate(struct ath12k_hw_group *ag, in ath12k_mac_hw_allocate()
11352 void ath12k_mac_destroy(struct ath12k_hw_group *ag) in ath12k_mac_destroy()
11389 int ath12k_mac_allocate(struct ath12k_hw_group *ag) in ath12k_mac_allocate()
Dcore.h1053 struct ath12k_hw_group *ag; member
1197 static inline struct ath12k_hw *ath12k_ag_to_ah(struct ath12k_hw_group *ag, int idx) in ath12k_ag_to_ah()
1202 static inline void ath12k_ag_set_ah(struct ath12k_hw_group *ag, int idx, in ath12k_ag_set_ah()
1227 static inline struct ath12k_base *ath12k_ag_to_ab(struct ath12k_hw_group *ag, in ath12k_ag_to_ab()
Ddp.c1527 struct ath12k_hw_group *ag = ab->ag; in ath12k_dp_partner_cc_init() local
/linux-6.14.4/fs/jfs/
Djfs_extent.c316 int ag; in extBalloc() local
Djfs_imap.c1706 int ag, rc; in diAllocAny() local
/linux-6.14.4/drivers/infiniband/core/
Dsecurity.c674 struct ib_mad_agent *ag; in ib_mad_agent_security_change() local
/linux-6.14.4/arch/x86/events/intel/
Duncore_snbep.c3915 struct attribute_group *ag) in pmu_clear_mapping_attr()
3930 pmu_set_mapping(struct intel_uncore_type *type, struct attribute_group *ag, in pmu_set_mapping()
3985 pmu_cleanup_mapping(struct intel_uncore_type *type, struct attribute_group *ag) in pmu_cleanup_mapping()
4001 pmu_iio_set_mapping(struct intel_uncore_type *type, struct attribute_group *ag) in pmu_iio_set_mapping()
4385 pmu_upi_set_mapping(struct intel_uncore_type *type, struct attribute_group *ag) in pmu_upi_set_mapping()
/linux-6.14.4/drivers/infiniband/hw/hfi1/
Dmad.c4209 static inline void set_aggr_error(struct opa_aggregate *ag) in set_aggr_error()