Searched refs:ag (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/net/ethernet/atheros/
H A Dag71xx.c403 static bool ag71xx_is(struct ag71xx *ag, enum ag71xx_type type) argument
405 return ag->dcfg->type == type;
408 static void ag71xx_wr(struct ag71xx *ag, unsigned int reg, u32 value) argument
410 iowrite32(value, ag->mac_base + reg);
412 (void)ioread32(ag->mac_base + reg);
415 static u32 ag71xx_rr(struct ag71xx *ag, unsigned int reg) argument
417 return ioread32(ag->mac_base + reg);
420 static void ag71xx_sb(struct ag71xx *ag, unsigned int reg, u32 mask) argument
424 r = ag->mac_base + reg;
430 static void ag71xx_cb(struct ag71xx *ag, unsigne argument
440 ag71xx_int_enable(struct ag71xx *ag, u32 ints) argument
445 ag71xx_int_disable(struct ag71xx *ag, u32 ints) argument
453 struct ag71xx *ag = netdev_priv(ndev); local
463 struct ag71xx *ag = netdev_priv(ndev); local
471 struct ag71xx *ag = netdev_priv(ndev); local
478 struct ag71xx *ag = netdev_priv(ndev); local
486 struct ag71xx *ag = netdev_priv(ndev); local
494 struct ag71xx *ag = netdev_priv(ndev); local
519 struct ag71xx *ag = netdev_priv(ndev); local
554 ag71xx_mdio_wait_busy(struct ag71xx *ag) argument
578 struct ag71xx *ag = bus->priv; local
607 struct ag71xx *ag = bus->priv; local
631 ag71xx_mdio_get_divider(struct ag71xx *ag, u32 *div) argument
667 struct ag71xx *ag = bus->priv; local
684 ag71xx_mdio_probe(struct ag71xx *ag) argument
750 ag71xx_mdio_remove(struct ag71xx *ag) argument
757 ag71xx_hw_stop(struct ag71xx *ag) argument
765 ag71xx_check_dma_stuck(struct ag71xx *ag) argument
790 ag71xx_tx_packets(struct ag71xx *ag, bool flush, int budget) argument
861 ag71xx_dma_wait_stop(struct ag71xx *ag) argument
880 ag71xx_dma_reset(struct ag71xx *ag) argument
924 ag71xx_hw_setup(struct ag71xx *ag) argument
950 ag71xx_hw_set_macaddr(struct ag71xx *ag, const unsigned char *mac) argument
963 ag71xx_fast_reset(struct ag71xx *ag) argument
998 ag71xx_hw_start(struct ag71xx *ag) argument
1012 struct ag71xx *ag = netdev_priv(to_net_dev(config->dev)); local
1031 struct ag71xx *ag = netdev_priv(to_net_dev(config->dev)); local
1042 struct ag71xx *ag = netdev_priv(to_net_dev(config->dev)); local
1095 ag71xx_phylink_setup(struct ag71xx *ag) argument
1139 ag71xx_ring_tx_clean(struct ag71xx *ag) argument
1171 ag71xx_ring_tx_init(struct ag71xx *ag) argument
1196 ag71xx_ring_rx_clean(struct ag71xx *ag) argument
1214 ag71xx_buffer_size(struct ag71xx *ag) argument
1220 ag71xx_fill_rx_buf(struct ag71xx *ag, struct ag71xx_buf *buf, int offset, void *(*alloc)(unsigned int size)) argument
1241 ag71xx_ring_rx_init(struct ag71xx *ag) argument
1282 ag71xx_ring_rx_refill(struct ag71xx *ag) argument
1315 ag71xx_rings_init(struct ag71xx *ag) argument
1345 ag71xx_rings_free(struct ag71xx *ag) argument
1365 ag71xx_rings_cleanup(struct ag71xx *ag) argument
1374 ag71xx_hw_init(struct ag71xx *ag) argument
1391 ag71xx_hw_enable(struct ag71xx *ag) argument
1407 ag71xx_hw_disable(struct ag71xx *ag) argument
1422 struct ag71xx *ag = netdev_priv(ndev); local
1457 struct ag71xx *ag = netdev_priv(ndev); local
1519 struct ag71xx *ag = netdev_priv(ndev); local
1587 struct ag71xx *ag = from_timer(ag, t, oom_timer); local
1594 struct ag71xx *ag = netdev_priv(ndev); local
1603 struct ag71xx *ag = container_of(work, struct ag71xx, local
1616 ag71xx_rx_packets(struct ag71xx *ag, int limit) argument
1700 struct ag71xx *ag = container_of(napi, struct ag71xx, napi); local
1758 struct ag71xx *ag; local
1789 struct ag71xx *ag = netdev_priv(ndev); local
1820 struct ag71xx *ag; local
1974 struct ag71xx *ag; local
[all...]
/linux-master/kernel/sched/
H A Dautogroup.c49 struct autogroup *ag = container_of(kref, struct autogroup, kref); local
53 ag->tg->rt_se = NULL;
54 ag->tg->rt_rq = NULL;
56 sched_release_group(ag->tg);
57 sched_destroy_group(ag->tg);
60 static inline void autogroup_kref_put(struct autogroup *ag) argument
62 kref_put(&ag->kref, autogroup_destroy);
65 static inline struct autogroup *autogroup_kref_get(struct autogroup *ag) argument
67 kref_get(&ag->kref);
68 return ag;
73 struct autogroup *ag; local
87 struct autogroup *ag = kzalloc(sizeof(*ag), GFP_KERNEL); local
158 autogroup_move_group(struct task_struct *p, struct autogroup *ag) argument
195 struct autogroup *ag = autogroup_create(); local
234 struct autogroup *ag; local
271 struct autogroup *ag = autogroup_task_get(p); local
[all...]
/linux-master/fs/jfs/
H A Djfs_extent.c306 int ag; local
345 ag = BLKTOAG(daddr, sbi);
348 atomic_inc(&bmp->db_active[ag]);
349 ji->active_ag = ag;
350 } else if (ji->active_ag != ag) {
352 atomic_inc(&bmp->db_active[ag]);
353 ji->active_ag = ag;
H A Djfs_imap.c55 /* per ag iag list locks */
147 /* allocate and init ag list locks */
340 /* get the ag for the iag */
385 /* set the ag for the inode */
812 * the ag free inode list.
818 * will be placed on the ag extent free list if the extent
821 * the iag, the iag will also be removed from the ag free
827 * ag free extent list and ag free inode list and placed on
944 * insert the iag at head of the inode free list for the ag
1703 int ag, rc; local
[all...]
/linux-master/drivers/infiniband/core/
H A Dsecurity.c674 struct ib_mad_agent *ag; local
677 list_for_each_entry(ag,
680 WRITE_ONCE(ag->smp_allowed,
681 !security_ib_endport_manage_subnet(ag->security,
682 dev_name(&ag->device->dev), ag->port_num));
/linux-master/scripts/
H A Dcheckstack.pl97 $re = qr/.*(?:lay|ag?hi).*\%r15,-([0-9]+)(?:\(\%r15\))?$/o;
/linux-master/tools/testing/selftests/tc-testing/
H A Dtdc.py699 ag = parser.add_argument_group(
716 ag.add_argument(
719 ag.add_argument(
722 ag.add_argument(
/linux-master/arch/x86/events/intel/
H A Duncore_snbep.c3912 struct attribute_group *ag)
3917 if (groups[i] == ag) {
3927 pmu_set_mapping(struct intel_uncore_type *type, struct attribute_group *ag, argument
3966 ag->attrs = attrs;
3978 pmu_clear_mapping_attr(type->attr_update, ag);
3982 pmu_cleanup_mapping(struct intel_uncore_type *type, struct attribute_group *ag) argument
3984 struct attribute **attr = ag->attrs;
3991 kfree(attr_to_ext_attr(*ag->attrs));
3992 kfree(ag->attrs);
3993 ag
3911 pmu_clear_mapping_attr(const struct attribute_group **groups, struct attribute_group *ag) argument
3998 pmu_iio_set_mapping(struct intel_uncore_type *type, struct attribute_group *ag) argument
4382 pmu_upi_set_mapping(struct intel_uncore_type *type, struct attribute_group *ag) argument
[all...]
/linux-master/fs/xfs/
H A Dxfs_icache.c1024 xfs_agnumber_t ag = 0; local
1027 while ((pag = xfs_perag_get_tag(mp, ag, XFS_ICI_RECLAIM_TAG))) {
1028 ag = pag->pag_agno + 1;
/linux-master/drivers/infiniband/hw/hfi1/
H A Dmad.c4209 static inline void set_aggr_error(struct opa_aggregate *ag) argument
4211 ag->err_reqlength |= cpu_to_be16(0x8000);

Completed in 193 milliseconds