Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/ixgbe/
H A Dixgbe_dcb_82598.c113 s32 ixgbe_dcb_config_rx_arbiter_82598(struct ixgbe_hw *hw, u16 *refill, in ixgbe_dcb_config_rx_arbiter_82598()
172 u16 *refill, u16 *max, u8 *bwg_id, in ixgbe_dcb_config_tx_desc_arbiter_82598()
219 u16 *refill, u16 *max, u8 *bwg_id, in ixgbe_dcb_config_tx_data_arbiter_82598()
352 u16 *refill, u16 *max, u8 *bwg_id, in ixgbe_dcb_hw_config_82598()
H A Dixgbe_dcb.c53 s32 ixgbe_dcb_calculate_tc_credits(u8 *bw, u16 *refill, u16 *max, in ixgbe_dcb_calculate_tc_credits()
226 u16 *refill) in ixgbe_dcb_unpack_refill_cee()
463 u16 refill[IXGBE_DCB_MAX_TRAFFIC_CLASS] = { 0 }; in ixgbe_dcb_config_rx_arbiter_cee() local
503 u16 refill[IXGBE_DCB_MAX_TRAFFIC_CLASS]; in ixgbe_dcb_config_tx_desc_arbiter_cee() local
544 u16 refill[IXGBE_DCB_MAX_TRAFFIC_CLASS]; in ixgbe_dcb_config_tx_data_arbiter_cee() local
649 u16 refill[IXGBE_DCB_MAX_TRAFFIC_CLASS]; in ixgbe_dcb_hw_config_cee() local
713 s32 ixgbe_dcb_hw_config(struct ixgbe_hw *hw, u16 *refill, u16 *max, in ixgbe_dcb_hw_config()
H A Dixgbe_dcb_82599.c122 s32 ixgbe_dcb_config_rx_arbiter_82599(struct ixgbe_hw *hw, u16 *refill, in ixgbe_dcb_config_rx_arbiter_82599()
184 s32 ixgbe_dcb_config_tx_desc_arbiter_82599(struct ixgbe_hw *hw, u16 *refill, in ixgbe_dcb_config_tx_desc_arbiter_82599()
233 s32 ixgbe_dcb_config_tx_data_arbiter_82599(struct ixgbe_hw *hw, u16 *refill, in ixgbe_dcb_config_tx_data_arbiter_82599()
598 u16 *refill, u16 *max, u8 *bwg_id, u8 *tsa, in ixgbe_dcb_hw_config_82599()
/freebsd-13.1/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-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlocal_cache.h169 NOINLINE bool refill(PerClass *C, uptr ClassId) { in refill() function
/freebsd-13.1/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-kmem-cache.c1108 int count = 0, rc, refill; in spl_cache_refill() local
/freebsd-13.1/sys/dev/neta/
H A Dif_mvneta.c3164 int npkt, refill, nsegs, error; in mvneta_rx_queue_refill() local
/freebsd-13.1/stand/ficl/
H A Dwords.c4542 static void refill(FICL_VM *pVM) in refill() function