Home
last modified time | relevance | path

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

12

/linux/drivers/net/ethernet/intel/ixgbe/
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 …]
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()
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()
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,
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,
A Dixgbe_dcb.h132 s32 ixgbe_dcb_hw_ets_config(struct ixgbe_hw *hw, u16 *refill, u16 *max,
A Dixgbe_dcb_nl.c315 u16 refill[MAX_TRAFFIC_CLASS], max[MAX_TRAFFIC_CLASS]; in ixgbe_dcbnl_set_all() local
331 ixgbe_dcb_unpack_refill(dcb_cfg, DCB_TX_CONFIG, refill); in ixgbe_dcbnl_set_all()
337 ixgbe_dcb_hw_ets_config(hw, refill, max, bwg_id, in ixgbe_dcbnl_set_all()
/linux/drivers/md/bcache/
A Dbtree.c2586 struct refill { struct
2597 struct refill *refill = container_of(op, struct refill, op); in refill_keybuf_fn() argument
2598 struct keybuf *buf = refill->buf; in refill_keybuf_fn()
2609 if (refill->pred(buf, k)) { in refill_keybuf_fn()
2626 refill->nr_found++; in refill_keybuf_fn()
2642 struct refill refill; in bch_refill_keybuf() local
2646 bch_btree_op_init(&refill.op, -1); in bch_refill_keybuf()
2647 refill.nr_found = 0; in bch_refill_keybuf()
2648 refill.buf = buf; in bch_refill_keybuf()
2649 refill.end = end; in bch_refill_keybuf()
[all …]
/linux/arch/m68k/sun3/
A Dsun3dvma.c105 static inline int refill(void) in refill() function
138 if(!refill()) { in rmcache()
/linux/Documentation/networking/
A Dpage_pool.rst50 | cache available | No entries, refill
100 * page_pool_put_page_bulk(): Tries to refill a number of pages into the
/linux/drivers/net/ethernet/toshiba/
A Dps3_gelic_net.c996 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/drivers/net/
A Dvirtio_net.c219 struct delayed_work refill; member
1408 container_of(work, struct virtnet_info, refill.work); in refill_work()
1423 schedule_delayed_work(&vi->refill, HZ/2); in refill_work()
1454 schedule_delayed_work(&vi->refill, 0); in virtnet_receive()
1581 schedule_delayed_work(&vi->refill, 0); in virtnet_open()
1938 schedule_delayed_work(&vi->refill, 0); in _virtnet_set_queues()
1960 cancel_delayed_work_sync(&vi->refill); in virtnet_close()
2440 cancel_delayed_work_sync(&vi->refill); in virtnet_freeze_down()
2466 schedule_delayed_work(&vi->refill, 0); in virtnet_restore_up()
2964 INIT_DELAYED_WORK(&vi->refill, refill_work); in virtnet_alloc_queues()
[all …]
/linux/Documentation/networking/device_drivers/ethernet/toshiba/
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.
/linux/drivers/net/ethernet/hisilicon/
A Dhip04_eth.c597 goto refill; in hip04_rx_poll()
625 refill: in hip04_rx_poll()
/linux/Documentation/networking/device_drivers/ethernet/aquantia/
A Datlantic.rst470 RX refill threshold. RX path will not refill freed descriptors until the
/linux/drivers/net/ethernet/hisilicon/hns3/
A Dhns3_enet.h334 u16 refill; member
A Dhns3_enet.c3258 ring->desc_cb[i].refill = 0; in hns3_buffer_detach()
3337 ring->desc_cb[i].refill = 1; in hns3_alloc_and_attach_buffer()
3367 ring->desc_cb[i].refill = 1; in hns3_replace_buffer()
3376 ring->desc_cb[i].refill = 1; in hns3_reuse_buffer()
3483 if (unlikely(ntc == ntu && !ring->desc_cb[ntc].refill)) in hns3_desc_unused()
3836 ring->desc_cb[ring->next_to_clean].refill = 0; in hns3_rx_ring_move_fw()
/linux/Documentation/trace/
A Devents-kmem.rst94 between allocation and freeing. A number of drain or refill pages that occur
/linux/Documentation/scheduler/
A Dsched-rt-group.rst67 limit. Now if the audio thread needs to refill the DMA buffer every 0.005s, but
/linux/Documentation/ABI/testing/
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
/linux/Documentation/staging/
A Dlzo.rst77 They just have to "refill" this credit if they consume extra bytes. This
/linux/drivers/net/ethernet/cavium/thunder/
A Dnicvf_queues.c390 refill: in nicvf_refill_rbdr()
447 goto refill; in nicvf_refill_rbdr()
/linux/Documentation/admin-guide/hw-vuln/
A Dmds.rst45 When performing store, load, L1 refill operations, processors write data
A Dtsx_async_abort.rst38 When performing store, load or L1 refill operations, processors write
/linux/Documentation/filesystems/
A Dgfs2-glocks.rst63 go_xmote_bh Called after remote state change (e.g. to refill cache)

Completed in 67 milliseconds

12