/linux-3.4.99/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() 191 u16 *refill) in ixgbe_dcb_unpack_refill() argument 198 refill[i] = p->data_credits_refill; in ixgbe_dcb_unpack_refill() 261 u16 refill[MAX_TRAFFIC_CLASS]; in ixgbe_dcb_hw_config() local 266 ixgbe_dcb_unpack_refill(dcb_config, DCB_TX_CONFIG, refill); in ixgbe_dcb_hw_config() 274 ret = ixgbe_dcb_hw_config_82598(hw, pfc_en, refill, max, in ixgbe_dcb_hw_config() 279 ret = ixgbe_dcb_hw_config_82599(hw, pfc_en, refill, max, in ixgbe_dcb_hw_config() 309 __u16 refill[IEEE_8021QAZ_MAX_TCS], max[IEEE_8021QAZ_MAX_TCS]; in ixgbe_dcb_hw_ets() local 335 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() 283 s32 ixgbe_dcb_hw_config_82598(struct ixgbe_hw *hw, u8 pfc_en, u16 *refill, in ixgbe_dcb_hw_config_82598() argument 286 ixgbe_dcb_config_rx_arbiter_82598(hw, refill, max, prio_type); in ixgbe_dcb_hw_config_82598() 287 ixgbe_dcb_config_tx_desc_arbiter_82598(hw, refill, max, in ixgbe_dcb_hw_config_82598() 289 ixgbe_dcb_config_tx_data_arbiter_82598(hw, refill, max, in ixgbe_dcb_hw_config_82598()
|
D | ixgbe_dcb_82599.c | 44 u16 *refill, in ixgbe_dcb_config_rx_arbiter_82599() argument 70 credit_refill = refill[i]; in ixgbe_dcb_config_rx_arbiter_82599() 103 u16 *refill, in ixgbe_dcb_config_tx_desc_arbiter_82599() argument 121 reg |= refill[i]; in ixgbe_dcb_config_tx_desc_arbiter_82599() 154 u16 *refill, in ixgbe_dcb_config_tx_data_arbiter_82599() argument 180 reg = refill[i]; in ixgbe_dcb_config_tx_data_arbiter_82599() 362 s32 ixgbe_dcb_hw_config_82599(struct ixgbe_hw *hw, u8 pfc_en, u16 *refill, in ixgbe_dcb_hw_config_82599() argument 365 ixgbe_dcb_config_rx_arbiter_82599(hw, refill, max, bwg_id, in ixgbe_dcb_hw_config_82599() 367 ixgbe_dcb_config_tx_desc_arbiter_82599(hw, refill, max, in ixgbe_dcb_hw_config_82599() 369 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 | 100 u16 *refill, 107 u16 *refill, 113 u16 *refill, 119 s32 ixgbe_dcb_hw_config_82599(struct ixgbe_hw *hw, u8 pfc_en, u16 *refill,
|
D | ixgbe_dcb.h | 156 s32 ixgbe_dcb_hw_ets_config(struct ixgbe_hw *hw, u16 *refill, u16 *max,
|
D | ixgbe_dcb_nl.c | 380 u16 refill[MAX_TRAFFIC_CLASS], max[MAX_TRAFFIC_CLASS]; in ixgbe_dcbnl_set_all() local 397 DCB_TX_CONFIG, refill); in ixgbe_dcbnl_set_all() 406 ixgbe_dcb_hw_ets_config(&adapter->hw, refill, max, in ixgbe_dcbnl_set_all()
|
/linux-3.4.99/drivers/net/ |
D | virtio_net.c | 73 struct delayed_work refill; member 506 vi = container_of(work, struct virtnet_info, refill.work); in refill_work() 514 queue_delayed_work(system_nrt_wq, &vi->refill, HZ/2); in refill_work() 533 queue_delayed_work(system_nrt_wq, &vi->refill, 0); in virtnet_poll() 735 queue_delayed_work(system_nrt_wq, &vi->refill, 0); in virtnet_open() 791 cancel_delayed_work_sync(&vi->refill); in virtnet_close() 1080 INIT_DELAYED_WORK(&vi->refill, refill_work); in virtnet_probe() 1195 cancel_delayed_work_sync(&vi->refill); in virtnet_freeze() 1220 queue_delayed_work(system_nrt_wq, &vi->refill, 0); in virtnet_restore()
|
D | xen-netfront.c | 272 goto refill; in xennet_alloc_rx_buffers() 296 refill: in xennet_alloc_rx_buffers()
|
/linux-3.4.99/arch/m68k/sun3/ |
D | sun3dvma.c | 104 static inline int refill(void) in refill() function 137 if(!refill()) { in rmcache()
|
/linux-3.4.99/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-3.4.99/drivers/net/ethernet/toshiba/ |
D | ps3_gelic_net.c | 1018 goto refill; in gelic_card_decode_one_descr() 1029 goto refill; in gelic_card_decode_one_descr() 1043 goto refill; in gelic_card_decode_one_descr() 1052 goto refill; in gelic_card_decode_one_descr() 1057 refill: in gelic_card_decode_one_descr()
|
/linux-3.4.99/fs/btrfs/ |
D | async-thread.c | 268 goto refill; in get_next_work() 276 refill: in get_next_work()
|
/linux-3.4.99/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 | 335 refill recv ring
|
/linux-3.4.99/Documentation/filesystems/ |
D | gfs2-glocks.txt | 55 go_xmote_bh | Called after remote state change (e.g. to refill cache)
|
/linux-3.4.99/Documentation/trace/ |
D | events-kmem.txt | 84 between allocation and freeing. A number of drain or refill pages that occur
|
/linux-3.4.99/drivers/net/ethernet/xscale/ixp2000/ |
D | ixp2400_rx.uc | 32 * - The host triggers rx_done flush and rx_pending refill on seeing INTA.
|
/linux-3.4.99/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-3.4.99/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-3.4.99/drivers/net/wan/ |
D | dscc4.c | 656 goto refill; in dscc4_rx_skb() 679 refill: in dscc4_rx_skb()
|