Home
last modified time | relevance | path

Searched refs:refill (Results 1 – 25 of 42) sorted by relevance

12

/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_dcb.c21 static s32 ixgbe_ieee_credits(__u8 *bw, __u16 *refill, in ixgbe_ieee_credits() argument
44 refill[i] = val; in ixgbe_ieee_credits()
174 u16 *refill) in ixgbe_dcb_unpack_refill() argument
257 u16 refill[MAX_TRAFFIC_CLASS]; in ixgbe_dcb_hw_config() local
332 return ixgbe_dcb_hw_ets_config(hw, refill, max, in ixgbe_dcb_hw_ets()
337 u16 *refill, u16 *max, u8 *bwg_id, in ixgbe_dcb_hw_ets_config() argument
342 ixgbe_dcb_config_rx_arbiter_82598(hw, refill, max, in ixgbe_dcb_hw_ets_config()
344 ixgbe_dcb_config_tx_desc_arbiter_82598(hw, refill, max, in ixgbe_dcb_hw_ets_config()
346 ixgbe_dcb_config_tx_data_arbiter_82598(hw, refill, max, in ixgbe_dcb_hw_ets_config()
354 ixgbe_dcb_config_rx_arbiter_82599(hw, refill, max, in ixgbe_dcb_hw_ets_config()
[all …]
H A Dixgbe_dcb_82598.c19 u16 *refill, in ixgbe_dcb_config_rx_arbiter_82598() argument
43 credit_refill = refill[i]; in ixgbe_dcb_config_rx_arbiter_82598()
79 u16 *refill, in ixgbe_dcb_config_tx_desc_arbiter_82598() argument
102 reg |= refill[i]; in ixgbe_dcb_config_tx_desc_arbiter_82598()
128 u16 *refill, in ixgbe_dcb_config_tx_data_arbiter_82598() argument
146 reg = refill[i]; in ixgbe_dcb_config_tx_data_arbiter_82598()
263 s32 ixgbe_dcb_hw_config_82598(struct ixgbe_hw *hw, u8 pfc_en, u16 *refill, in ixgbe_dcb_hw_config_82598() argument
266 ixgbe_dcb_config_rx_arbiter_82598(hw, refill, max, prio_type); in ixgbe_dcb_hw_config_82598()
267 ixgbe_dcb_config_tx_desc_arbiter_82598(hw, refill, max, in ixgbe_dcb_hw_config_82598()
269 ixgbe_dcb_config_tx_data_arbiter_82598(hw, refill, max, in ixgbe_dcb_hw_config_82598()
H A Dixgbe_dcb_82599.c21 u16 *refill, in ixgbe_dcb_config_rx_arbiter_82599() argument
47 credit_refill = refill[i]; in ixgbe_dcb_config_rx_arbiter_82599()
80 u16 *refill, in ixgbe_dcb_config_tx_desc_arbiter_82599() argument
98 reg |= refill[i]; in ixgbe_dcb_config_tx_desc_arbiter_82599()
132 u16 *refill, in ixgbe_dcb_config_tx_data_arbiter_82599() argument
158 reg = refill[i]; in ixgbe_dcb_config_tx_data_arbiter_82599()
333 s32 ixgbe_dcb_hw_config_82599(struct ixgbe_hw *hw, u8 pfc_en, u16 *refill, in ixgbe_dcb_hw_config_82599() argument
336 ixgbe_dcb_config_rx_arbiter_82599(hw, refill, max, bwg_id, in ixgbe_dcb_hw_config_82599()
338 ixgbe_dcb_config_tx_desc_arbiter_82599(hw, refill, max, in ixgbe_dcb_hw_config_82599()
340 ixgbe_dcb_config_tx_data_arbiter_82599(hw, refill, max, in ixgbe_dcb_hw_config_82599()
H A Dixgbe_dcb_82598.h53 u16 *refill,
58 u16 *refill,
64 u16 *refill,
69 s32 ixgbe_dcb_hw_config_82598(struct ixgbe_hw *hw, u8 pfc_en, u16 *refill,
H A Dixgbe_dcb_82599.h77 u16 *refill,
84 u16 *refill,
90 u16 *refill,
96 s32 ixgbe_dcb_hw_config_82599(struct ixgbe_hw *hw, u8 pfc_en, u16 *refill,
H A Dixgbe_dcb.h132 s32 ixgbe_dcb_hw_ets_config(struct ixgbe_hw *hw, u16 *refill, u16 *max,
H A Dixgbe_dcb_nl.c313 u16 refill[MAX_TRAFFIC_CLASS], max[MAX_TRAFFIC_CLASS]; in ixgbe_dcbnl_set_all() local
329 ixgbe_dcb_unpack_refill(dcb_cfg, DCB_TX_CONFIG, refill); in ixgbe_dcbnl_set_all()
335 ixgbe_dcb_hw_ets_config(hw, refill, max, bwg_id, in ixgbe_dcbnl_set_all()
/openbmc/linux/drivers/md/bcache/
H A Dbtree.c2626 struct refill { struct
2637 struct refill *refill = container_of(op, struct refill, op); in refill_keybuf_fn() local
2638 struct keybuf *buf = refill->buf; in refill_keybuf_fn()
2649 if (refill->pred(buf, k)) { in refill_keybuf_fn()
2666 refill->nr_found++; in refill_keybuf_fn()
2682 struct refill refill; in bch_refill_keybuf() local
2686 bch_btree_op_init(&refill.op, -1); in bch_refill_keybuf()
2687 refill.nr_found = 0; in bch_refill_keybuf()
2688 refill.buf = buf; in bch_refill_keybuf()
2689 refill.end = end; in bch_refill_keybuf()
[all …]
/openbmc/linux/arch/m68k/sun3/
H A Dsun3dvma.c105 static inline int refill(void) in refill() function
138 if(!refill()) { in rmcache()
/openbmc/linux/include/net/page_pool/
H A Dtypes.h89 u64 refill; member
/openbmc/linux/net/core/
H A Dpage_pool.c85 stats->alloc_stats.refill += pool->alloc_stats.refill; in page_pool_get_stats()
130 *data++ = pool_stats->alloc_stats.refill; in page_pool_ethtool_stats_get()
315 alloc_stat_inc(pool, refill); in page_pool_refill_alloc_cache()
/openbmc/linux/drivers/net/ethernet/toshiba/
H A Dps3_gelic_net.c999 goto refill; in gelic_card_decode_one_descr()
1010 goto refill; in gelic_card_decode_one_descr()
1024 goto refill; in gelic_card_decode_one_descr()
1033 goto refill; in gelic_card_decode_one_descr()
1038 refill: in gelic_card_decode_one_descr()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/linux-atm/linux-atm/
H A D0001-fix-compile-error-with-linux-kernel-v4.8.patch42 + int low_water,high_water; /* refill parameters */
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dtlb_helper.c784 goto refill; in page_table_walk_refill()
801 goto refill; in page_table_walk_refill()
818 goto refill; in page_table_walk_refill()
851 refill: in page_table_walk_refill()
/openbmc/linux/tools/perf/Documentation/
H A Dperf-arm-spe.txt151 bit 3 - L1D refill
152 bit 5 - TLB refill
/openbmc/linux/drivers/net/
H A Dvirtio_net.c284 struct delayed_work refill; member
2074 container_of(work, struct virtnet_info, refill.work); in refill_work()
2089 schedule_delayed_work(&vi->refill, HZ/2); in refill_work()
2123 schedule_delayed_work(&vi->refill, 0); in virtnet_receive()
2247 schedule_delayed_work(&vi->refill, 0); in virtnet_open()
2258 cancel_delayed_work_sync(&vi->refill); in virtnet_open()
2431 schedule_delayed_work(&vi->refill, 0); in virtnet_rx_resize()
2645 schedule_delayed_work(&vi->refill, 0); in _virtnet_set_queues()
2669 cancel_delayed_work_sync(&vi->refill); in virtnet_close()
4231 INIT_DELAYED_WORK(&vi->refill, refill_work); in virtnet_alloc_queues()
[all …]
/openbmc/linux/Documentation/networking/
H A Dpage_pool.rst36 | cache available | No entries, refill
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c462 int refill; in mlx5e_refill_rx_wqes() local
469 refill = min_t(u16, rq->wqe.info.refill_unit, remaining); in mlx5e_refill_rx_wqes()
471 mlx5e_free_rx_wqes(rq, ix + total_alloc, refill); in mlx5e_refill_rx_wqes()
472 refill_alloc = mlx5e_alloc_rx_wqes(rq, ix + total_alloc, refill); in mlx5e_refill_rx_wqes()
473 if (unlikely(refill_alloc != refill)) in mlx5e_refill_rx_wqes()
477 remaining -= refill; in mlx5e_refill_rx_wqes()
485 for (int i = 0; i < total_alloc + refill; i++) { in mlx5e_refill_rx_wqes()
/openbmc/linux/Documentation/networking/device_drivers/ethernet/toshiba/
H A Dspider_net.rst194 so its not appropriate to wait for the poll routine to refill, since
198 interrupt wakes up the netdev, which can then refill the queue.
/openbmc/linux/Documentation/trace/
H A Devents-kmem.rst94 between allocation and freeing. A number of drain or refill pages that occur
/openbmc/linux/Documentation/networking/device_drivers/ethernet/aquantia/
H A Datlantic.rst470 RX refill threshold. RX path will not refill freed descriptors until the
/openbmc/linux/drivers/net/ethernet/hisilicon/
H A Dhip04_eth.c597 goto refill; in hip04_rx_poll()
625 refill: in hip04_rx_poll()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.h343 u16 refill; member
/openbmc/linux/Documentation/scheduler/
H A Dsched-rt-group.rst67 limit. Now if the audio thread needs to refill the DMA buffer every 0.005s, but
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-slab94 allocated using the slow path because of a refill or
411 times SLUB will attempt to refill the cpu slab with a partial

12