Home
last modified time | relevance | path

Searched defs:refill (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/ixgbe/
H A Dixgbe_dcb_82598.c112 s32 ixgbe_dcb_config_rx_arbiter_82598(struct ixgbe_hw *hw, u16 *refill, in ixgbe_dcb_config_rx_arbiter_82598()
171 u16 *refill, u16 *max, u8 *bwg_id, in ixgbe_dcb_config_tx_desc_arbiter_82598()
218 u16 *refill, u16 *max, u8 *bwg_id, in ixgbe_dcb_config_tx_data_arbiter_82598()
351 u16 *refill, u16 *max, u8 *bwg_id, in ixgbe_dcb_hw_config_82598()
H A Dixgbe_dcb.c52 s32 ixgbe_dcb_calculate_tc_credits(u8 *bw, u16 *refill, u16 *max, in ixgbe_dcb_calculate_tc_credits()
225 u16 *refill) in ixgbe_dcb_unpack_refill_cee()
462 u16 refill[IXGBE_DCB_MAX_TRAFFIC_CLASS] = { 0 }; in ixgbe_dcb_config_rx_arbiter_cee() local
502 u16 refill[IXGBE_DCB_MAX_TRAFFIC_CLASS]; in ixgbe_dcb_config_tx_desc_arbiter_cee() local
543 u16 refill[IXGBE_DCB_MAX_TRAFFIC_CLASS]; in ixgbe_dcb_config_tx_data_arbiter_cee() local
648 u16 refill[IXGBE_DCB_MAX_TRAFFIC_CLASS]; in ixgbe_dcb_hw_config_cee() local
712 s32 ixgbe_dcb_hw_config(struct ixgbe_hw *hw, u16 *refill, u16 *max, in ixgbe_dcb_hw_config()
H A Dixgbe_dcb_82599.c121 s32 ixgbe_dcb_config_rx_arbiter_82599(struct ixgbe_hw *hw, u16 *refill, in ixgbe_dcb_config_rx_arbiter_82599()
183 s32 ixgbe_dcb_config_tx_desc_arbiter_82599(struct ixgbe_hw *hw, u16 *refill, in ixgbe_dcb_config_tx_desc_arbiter_82599()
232 s32 ixgbe_dcb_config_tx_data_arbiter_82599(struct ixgbe_hw *hw, u16 *refill, in ixgbe_dcb_config_tx_data_arbiter_82599()
597 u16 *refill, u16 *max, u8 *bwg_id, u8 *tsa, in ixgbe_dcb_hw_config_82599()
/freebsd/contrib/kyua/utils/text/
H A Doperations.cpp122 text::refill(const std::string& input, const std::size_t target_width) in refill() function in text
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlocal_cache.h247 NOINLINE bool refill(PerClass *C, uptr ClassId) { refill() function
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-kmem-cache.c1086 int count = 0, rc, refill; in spl_cache_refill() local
/freebsd/sys/dev/neta/
H A Dif_mvneta.c3137 int npkt, refill, nsegs, error; in mvneta_rx_queue_refill() local
/freebsd/stand/ficl/
H A Dwords.c4541 static void refill(FICL_VM *pVM) in refill() function