/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_dcb.c | 43 static s32 ixgbe_ieee_credits(__u8 *bw, __u16 *refill, in ixgbe_ieee_credits() argument 66 refill[i] = val; in ixgbe_ieee_credits() 189 u16 *refill) in ixgbe_dcb_unpack_refill() argument 195 refill[tc] = tc_config[tc].path[direction].data_credits_refill; in ixgbe_dcb_unpack_refill() 272 u16 refill[MAX_TRAFFIC_CLASS]; in ixgbe_dcb_hw_config() local 277 ixgbe_dcb_unpack_refill(dcb_config, DCB_TX_CONFIG, refill); in ixgbe_dcb_hw_config() 285 return ixgbe_dcb_hw_config_82598(hw, pfc_en, refill, max, in ixgbe_dcb_hw_config() 291 return ixgbe_dcb_hw_config_82599(hw, pfc_en, refill, max, in ixgbe_dcb_hw_config() 318 __u16 refill[IEEE_8021QAZ_MAX_TCS], max[IEEE_8021QAZ_MAX_TCS]; in ixgbe_dcb_hw_ets() local 344 ixgbe_ieee_credits(ets->tc_tx_bw, refill, max, max_frame); in ixgbe_dcb_hw_ets() [all …]
|
D | ixgbe_dcb_82598.c | 42 u16 *refill, in ixgbe_dcb_config_rx_arbiter_82598() argument 66 credit_refill = refill[i]; in ixgbe_dcb_config_rx_arbiter_82598() 99 u16 *refill, in ixgbe_dcb_config_tx_desc_arbiter_82598() argument 122 reg |= refill[i]; in ixgbe_dcb_config_tx_desc_arbiter_82598() 145 u16 *refill, in ixgbe_dcb_config_tx_data_arbiter_82598() argument 163 reg = refill[i]; in ixgbe_dcb_config_tx_data_arbiter_82598() 276 s32 ixgbe_dcb_hw_config_82598(struct ixgbe_hw *hw, u8 pfc_en, u16 *refill, in ixgbe_dcb_hw_config_82598() argument 279 ixgbe_dcb_config_rx_arbiter_82598(hw, refill, max, prio_type); in ixgbe_dcb_hw_config_82598() 280 ixgbe_dcb_config_tx_desc_arbiter_82598(hw, refill, max, in ixgbe_dcb_hw_config_82598() 282 ixgbe_dcb_config_tx_data_arbiter_82598(hw, refill, max, in ixgbe_dcb_hw_config_82598()
|
D | ixgbe_dcb_82599.c | 45 u16 *refill, in ixgbe_dcb_config_rx_arbiter_82599() argument 71 credit_refill = refill[i]; in ixgbe_dcb_config_rx_arbiter_82599() 104 u16 *refill, in ixgbe_dcb_config_tx_desc_arbiter_82599() argument 122 reg |= refill[i]; in ixgbe_dcb_config_tx_desc_arbiter_82599() 155 u16 *refill, in ixgbe_dcb_config_tx_data_arbiter_82599() argument 181 reg = refill[i]; in ixgbe_dcb_config_tx_data_arbiter_82599() 355 s32 ixgbe_dcb_hw_config_82599(struct ixgbe_hw *hw, u8 pfc_en, u16 *refill, in ixgbe_dcb_hw_config_82599() argument 358 ixgbe_dcb_config_rx_arbiter_82599(hw, refill, max, bwg_id, in ixgbe_dcb_hw_config_82599() 360 ixgbe_dcb_config_tx_desc_arbiter_82599(hw, refill, max, in ixgbe_dcb_hw_config_82599() 362 ixgbe_dcb_config_tx_data_arbiter_82599(hw, refill, max, in ixgbe_dcb_hw_config_82599()
|
D | ixgbe_dcb_82598.h | 78 u16 *refill, 83 u16 *refill, 89 u16 *refill, 94 s32 ixgbe_dcb_hw_config_82598(struct ixgbe_hw *hw, u8 pfc_en, u16 *refill,
|
D | ixgbe_dcb_82599.h | 102 u16 *refill, 109 u16 *refill, 115 u16 *refill, 121 s32 ixgbe_dcb_hw_config_82599(struct ixgbe_hw *hw, u8 pfc_en, u16 *refill,
|
D | ixgbe_dcb.h | 157 s32 ixgbe_dcb_hw_ets_config(struct ixgbe_hw *hw, u16 *refill, u16 *max,
|
D | ixgbe_dcb_nl.c | 340 u16 refill[MAX_TRAFFIC_CLASS], max[MAX_TRAFFIC_CLASS]; in ixgbe_dcbnl_set_all() local 356 ixgbe_dcb_unpack_refill(dcb_cfg, DCB_TX_CONFIG, refill); in ixgbe_dcbnl_set_all() 362 ixgbe_dcb_hw_ets_config(hw, refill, max, bwg_id, in ixgbe_dcbnl_set_all()
|
/linux-4.4.14/drivers/md/bcache/ |
D | btree.c | 2354 struct refill { struct 2365 struct refill *refill = container_of(op, struct refill, op); in refill_keybuf_fn() argument 2366 struct keybuf *buf = refill->buf; in refill_keybuf_fn() 2369 if (bkey_cmp(k, refill->end) >= 0) { in refill_keybuf_fn() 2377 if (refill->pred(buf, k)) { in refill_keybuf_fn() 2394 refill->nr_found++; in refill_keybuf_fn() 2410 struct refill refill; in bch_refill_keybuf() local 2414 bch_btree_op_init(&refill.op, -1); in bch_refill_keybuf() 2415 refill.nr_found = 0; in bch_refill_keybuf() 2416 refill.buf = buf; in bch_refill_keybuf() [all …]
|
/linux-4.4.14/arch/m68k/sun3/ |
D | sun3dvma.c | 106 static inline int refill(void) in refill() function 139 if(!refill()) { in rmcache()
|
/linux-4.4.14/drivers/net/ |
D | virtio_net.c | 133 struct delayed_work refill; member 715 container_of(work, struct virtnet_info, refill.work); in refill_work() 730 schedule_delayed_work(&vi->refill, HZ/2); in refill_work() 748 schedule_delayed_work(&vi->refill, 0); in virtnet_receive() 822 schedule_delayed_work(&vi->refill, 0); in virtnet_open() 1135 schedule_delayed_work(&vi->refill, 0); in virtnet_set_queues() 1147 cancel_delayed_work_sync(&vi->refill); in virtnet_close() 1614 INIT_DELAYED_WORK(&vi->refill, refill_work); in virtnet_alloc_queues() 1910 cancel_delayed_work_sync(&vi->refill); in virtnet_probe() 1963 cancel_delayed_work_sync(&vi->refill); in virtnet_freeze() [all …]
|
/linux-4.4.14/arch/cris/arch-v32/mm/ |
D | mmu.S | 1 ; WARNING : The refill handler has been modified, see below !!! 71 ; doesn't recognize it and we get stuck in a loop of refill exceptions.
|
/linux-4.4.14/drivers/net/ethernet/toshiba/ |
D | ps3_gelic_net.c | 1011 goto refill; in gelic_card_decode_one_descr() 1022 goto refill; in gelic_card_decode_one_descr() 1036 goto refill; in gelic_card_decode_one_descr() 1045 goto refill; in gelic_card_decode_one_descr() 1050 refill: in gelic_card_decode_one_descr()
|
/linux-4.4.14/Documentation/networking/ |
D | spider_net.txt | 192 so its not appropriate to wait for the poll routine to refill, since 196 interrupt wakes up the netdev, which can then refill the queue.
|
D | rds.txt | 334 refill recv ring
|
/linux-4.4.14/Documentation/trace/ |
D | events-kmem.txt | 84 between allocation and freeing. A number of drain or refill pages that occur
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-rt-group.txt | 67 limit. Now if the audio thread needs to refill the DMA buffer every 0.005s, but
|
/linux-4.4.14/Documentation/ |
D | lzo.txt | 73 They just have to "refill" this credit if they consume extra bytes. This is
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-kernel-slab | 94 allocated using the slow path because of a refill or 409 times SLUB will attempt to refill the cpu slab with a partial
|
/linux-4.4.14/drivers/net/ethernet/cavium/thunder/ |
D | nicvf_queues.c | 243 refill: in nicvf_refill_rbdr() 294 goto refill; in nicvf_refill_rbdr()
|
/linux-4.4.14/drivers/net/wan/ |
D | dscc4.c | 656 goto refill; in dscc4_rx_skb() 679 refill: in dscc4_rx_skb()
|
/linux-4.4.14/Documentation/filesystems/ |
D | gfs2-glocks.txt | 55 go_xmote_bh | Called after remote state change (e.g. to refill cache)
|
/linux-4.4.14/Documentation/DocBook/ |
D | networking.xml.db | 152 API-skb-page-frag-refill
|
/linux-4.4.14/mm/ |
D | page_alloc.c | 3365 refill: in __alloc_page_frag() 3390 goto refill; in __alloc_page_frag()
|
/linux-4.4.14/init/ |
D | Kconfig | 891 # and the refill costs are offset by the savings of sending fewer IPIs.
|