/Linux-v6.1/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_dcb.c | 21 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 180 refill[tc] = tc_config[tc].path[direction].data_credits_refill; in ixgbe_dcb_unpack_refill() 257 u16 refill[MAX_TRAFFIC_CLASS]; in ixgbe_dcb_hw_config() local 262 ixgbe_dcb_unpack_refill(dcb_config, DCB_TX_CONFIG, refill); in ixgbe_dcb_hw_config() 270 return ixgbe_dcb_hw_config_82598(hw, pfc_en, refill, max, in ixgbe_dcb_hw_config() 277 return ixgbe_dcb_hw_config_82599(hw, pfc_en, refill, max, in ixgbe_dcb_hw_config() 305 __u16 refill[IEEE_8021QAZ_MAX_TCS], max[IEEE_8021QAZ_MAX_TCS]; in ixgbe_dcb_hw_ets() local 331 ixgbe_ieee_credits(ets->tc_tx_bw, refill, max, max_frame); in ixgbe_dcb_hw_ets() [all …]
|
D | ixgbe_dcb_82598.c | 19 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()
|
D | ixgbe_dcb_82599.c | 21 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()
|
D | ixgbe_dcb_82598.h | 53 u16 *refill, 58 u16 *refill, 64 u16 *refill, 69 s32 ixgbe_dcb_hw_config_82598(struct ixgbe_hw *hw, u8 pfc_en, u16 *refill,
|
D | ixgbe_dcb_82599.h | 77 u16 *refill, 84 u16 *refill, 90 u16 *refill, 96 s32 ixgbe_dcb_hw_config_82599(struct ixgbe_hw *hw, u8 pfc_en, u16 *refill,
|
D | ixgbe_dcb.h | 132 s32 ixgbe_dcb_hw_ets_config(struct ixgbe_hw *hw, u16 *refill, u16 *max,
|
D | ixgbe_dcb_nl.c | 313 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()
|
/Linux-v6.1/Documentation/networking/ |
D | page_pool.rst | 50 | cache available | No entries, refill 100 * page_pool_put_page_bulk(): Tries to refill a number of pages into the 138 * ``refill``: an allocation which triggered a refill of the cache
|
/Linux-v6.1/drivers/md/bcache/ |
D | btree.c | 2583 struct refill { struct 2594 struct refill *refill = container_of(op, struct refill, op); in refill_keybuf_fn() argument 2595 struct keybuf *buf = refill->buf; in refill_keybuf_fn() 2598 if (bkey_cmp(k, refill->end) > 0) { in refill_keybuf_fn() 2606 if (refill->pred(buf, k)) { in refill_keybuf_fn() 2623 refill->nr_found++; in refill_keybuf_fn() 2639 struct refill refill; in bch_refill_keybuf() local 2643 bch_btree_op_init(&refill.op, -1); in bch_refill_keybuf() 2644 refill.nr_found = 0; in bch_refill_keybuf() 2645 refill.buf = buf; in bch_refill_keybuf() [all …]
|
/Linux-v6.1/arch/m68k/sun3/ |
D | sun3dvma.c | 105 static inline int refill(void) in refill() function 138 if(!refill()) { in rmcache()
|
/Linux-v6.1/net/core/ |
D | page_pool.c | 73 stats->alloc_stats.refill += pool->alloc_stats.refill; in page_pool_get_stats() 118 *data++ = pool_stats->alloc_stats.refill; in page_pool_ethtool_stats_get() 272 alloc_stat_inc(pool, refill); in page_pool_refill_alloc_cache()
|
/Linux-v6.1/drivers/net/ethernet/toshiba/ |
D | ps3_gelic_net.c | 996 goto refill; in gelic_card_decode_one_descr() 1007 goto refill; in gelic_card_decode_one_descr() 1021 goto refill; in gelic_card_decode_one_descr() 1030 goto refill; in gelic_card_decode_one_descr() 1035 refill: in gelic_card_decode_one_descr()
|
/Linux-v6.1/include/net/ |
D | page_pool.h | 95 u64 refill; /* allocations via successful refill */ member
|
/Linux-v6.1/drivers/net/ |
D | virtio_net.c | 252 struct delayed_work refill; member 1523 container_of(work, struct virtnet_info, refill.work); in refill_work() 1538 schedule_delayed_work(&vi->refill, HZ/2); in refill_work() 1571 schedule_delayed_work(&vi->refill, 0); in virtnet_receive() 1707 schedule_delayed_work(&vi->refill, 0); in virtnet_open() 1914 schedule_delayed_work(&vi->refill, 0); in virtnet_rx_resize() 2128 schedule_delayed_work(&vi->refill, 0); in _virtnet_set_queues() 2152 cancel_delayed_work_sync(&vi->refill); in virtnet_close() 3540 INIT_DELAYED_WORK(&vi->refill, refill_work); in virtnet_alloc_queues() 3957 cancel_delayed_work_sync(&vi->refill); in virtnet_probe()
|
/Linux-v6.1/tools/perf/Documentation/ |
D | perf-arm-spe.txt | 151 bit 3 - L1D refill 152 bit 5 - TLB refill
|
/Linux-v6.1/Documentation/networking/device_drivers/ethernet/toshiba/ |
D | spider_net.rst | 194 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.
|
/Linux-v6.1/Documentation/trace/ |
D | events-kmem.rst | 94 between allocation and freeing. A number of drain or refill pages that occur
|
/Linux-v6.1/Documentation/networking/device_drivers/ethernet/aquantia/ |
D | atlantic.rst | 470 RX refill threshold. RX path will not refill freed descriptors until the
|
/Linux-v6.1/drivers/net/ethernet/hisilicon/ |
D | hip04_eth.c | 597 goto refill; in hip04_rx_poll() 625 refill: in hip04_rx_poll()
|
/Linux-v6.1/drivers/net/ethernet/hisilicon/hns3/ |
D | hns3_enet.h | 341 u16 refill; member
|
/Linux-v6.1/Documentation/scheduler/ |
D | sched-rt-group.rst | 67 limit. Now if the audio thread needs to refill the DMA buffer every 0.005s, but
|
/Linux-v6.1/Documentation/ABI/testing/ |
D | sysfs-kernel-slab | 94 allocated using the slow path because of a refill or 411 times SLUB will attempt to refill the cpu slab with a partial
|
/Linux-v6.1/Documentation/staging/ |
D | lzo.rst | 77 They just have to "refill" this credit if they consume extra bytes. This
|
/Linux-v6.1/io_uring/ |
D | io_uring.c | 671 unsigned int refill = -tctx->cached_refs + IO_TCTX_REFS_CACHE_NR; in io_task_refs_refill() local 673 percpu_counter_add(&tctx->inflight, refill); in io_task_refs_refill() 674 refcount_add(refill, ¤t->usage); in io_task_refs_refill() 675 tctx->cached_refs += refill; in io_task_refs_refill()
|
/Linux-v6.1/Documentation/admin-guide/hw-vuln/ |
D | mds.rst | 45 When performing store, load, L1 refill operations, processors write data
|