Searched refs:refill (Results 1 - 15 of 15) sorted by relevance

/freebsd-current/sys/dev/ixgbe/
H A Dixgbe_dcb.c48 * @refill: refill credits index by traffic class
52 s32 ixgbe_dcb_calculate_tc_credits(u8 *bw, u16 *refill, u16 *max, argument
75 refill[i] = (u16)val;
133 * a multiplier. It is required that the refill credits must be
154 /* Calculate credit refill ratio using multiplier */
225 u16 *refill)
231 refill[tc] = tc_config[tc].path[direction].data_credits_refill;
462 u16 refill[IXGBE_DCB_MAX_TRAFFIC_CLASS] = { 0 }; local
465 ixgbe_dcb_unpack_refill_cee(dcb_config, IXGBE_DCB_TX_CONFIG, refill);
224 ixgbe_dcb_unpack_refill_cee(struct ixgbe_dcb_config *cfg, int direction, u16 *refill) argument
502 u16 refill[IXGBE_DCB_MAX_TRAFFIC_CLASS]; local
543 u16 refill[IXGBE_DCB_MAX_TRAFFIC_CLASS]; local
648 u16 refill[IXGBE_DCB_MAX_TRAFFIC_CLASS]; local
712 ixgbe_dcb_hw_config(struct ixgbe_hw *hw, u16 *refill, u16 *max, u8 *bwg_id, u8 *tsa, u8 *map) argument
[all...]
H A Dixgbe_dcb_82598.c106 * @refill: refill credits index by traffic class
112 s32 ixgbe_dcb_config_rx_arbiter_82598(struct ixgbe_hw *hw, u16 *refill, argument
135 credit_refill = refill[i];
163 * @refill: refill credits index by traffic class
171 u16 *refill, u16 *max, u8 *bwg_id,
192 reg |= (u32)(refill[i]);
210 * @refill: refill credit
170 ixgbe_dcb_config_tx_desc_arbiter_82598(struct ixgbe_hw *hw, u16 *refill, u16 *max, u8 *bwg_id, u8 *tsa) argument
217 ixgbe_dcb_config_tx_data_arbiter_82598(struct ixgbe_hw *hw, u16 *refill, u16 *max, u8 *bwg_id, u8 *tsa) argument
350 ixgbe_dcb_hw_config_82598(struct ixgbe_hw *hw, int link_speed, u16 *refill, u16 *max, u8 *bwg_id, u8 *tsa) argument
[all...]
H A Dixgbe_dcb_82599.c113 * @refill: refill credits index by traffic class
121 s32 ixgbe_dcb_config_rx_arbiter_82599(struct ixgbe_hw *hw, u16 *refill, argument
151 credit_refill = refill[i];
176 * @refill: refill credits index by traffic class
183 s32 ixgbe_dcb_config_tx_desc_arbiter_82599(struct ixgbe_hw *hw, u16 *refill, argument
199 reg |= (u32)(refill[i]);
224 * @refill: refill credit
232 ixgbe_dcb_config_tx_data_arbiter_82599(struct ixgbe_hw *hw, u16 *refill, u16 *max, u8 *bwg_id, u8 *tsa, u8 *map) argument
596 ixgbe_dcb_hw_config_82599(struct ixgbe_hw *hw, int link_speed, u16 *refill, u16 *max, u8 *bwg_id, u8 *tsa, u8 *map) argument
[all...]
/freebsd-current/contrib/kyua/utils/text/
H A Doperations.hpp47 std::vector< std::string > refill(const std::string&, const std::size_t);
H A Doperations_test.cpp46 /// Tests text::refill() on an input string with a range of widths.
60 ATF_REQUIRE(lines == text::refill(input, width));
136 ATF_REQUIRE_EQ(1, text::refill("", 0).size());
137 ATF_REQUIRE(text::refill("", 0)[0].empty());
140 ATF_REQUIRE_EQ(1, text::refill("", 10).size());
141 ATF_REQUIRE(text::refill("", 10)[0].empty());
152 ATF_REQUIRE(exp_lines == text::refill("foo bar\nbaz", 12));
155 ATF_REQUIRE(exp_lines == text::refill("foo bar\nbaz", 18));
210 ATF_REQUIRE(exp_lines == text::refill("foo \n bar", 5));
H A Dtable.cpp78 /// Locates the refill column, if any.
84 /// \return The index of the refill column with a width_refill width if any, or
85 /// otherwise the index of the last column (which is the default refill column).
175 const std::vector< std::string > rows = text::refill(row[column],
/freebsd-current/contrib/kyua/utils/cmdline/
H A Dui.cpp174 const std::vector< std::string > lines = text::refill(
200 const std::vector< std::string > lines = text::refill(
/freebsd-current/lib/libsm/
H A DMakefile28 fwrite.c get.c makebuf.c put.c refill.c rewind.c setvbuf.c \
/freebsd-current/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlocal_cache.h46 if (UNLIKELY(!refill(C, ClassId, C->MaxCount / 2)))
169 NOINLINE bool refill(PerClass *C, uptr ClassId, u16 MaxRefill) { function in struct:scudo::SizeClassAllocatorLocalCache
/freebsd-current/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-kmem-cache.c1107 int count = 0, rc, refill; local
1113 refill = MIN(skm->skm_refill, skm->skm_size - skm->skm_avail);
1116 while (refill > 0) {
1139 * we were sleeping so recalculate max refill.
1141 refill = MIN(refill, skm->skm_size - skm->skm_avail);
1155 * Consume as many objects as needed to refill the requested
1158 while (sks->sks_ref < sks->sks_objs && refill-- > 0 &&
/freebsd-current/lib/libc/stdio/
H A DMakefile.inc19 refill.c remove.c rewind.c rget.c scanf.c setbuf.c setbuffer.c \
/freebsd-current/lib/libpmc/
H A Dpmclog.c494 refill:
525 goto refill;
/freebsd-current/stand/libsa/
H A Dnfs.c787 refill:
829 goto refill;
/freebsd-current/sys/dev/neta/
H A Dif_mvneta.c1788 * We were unable to refill the rx queue and left the rx func, leaving
1789 * the ring without mbuf and no way to call the refill func.
3116 /* Refill the rest of buffers if there are any to refill */
3148 int npkt, refill, nsegs, error; local
3155 refill = MVNETA_RX_RING_CNT - ndesc;
3157 CTR3(KTR_SPARE2, "%s:%u refill %u packets", if_name(sc->ifp), q,
3158 refill);
3160 if (__predict_false(refill <= 0))
3163 for (npkt = 0; npkt < refill; npkt++) {
3189 if (refill
[all...]
/freebsd-current/stand/ficl/
H A Dwords.c4541 static void refill(FICL_VM *pVM) function
5023 dictAppendWord(dp, "refill", refill, FW_DEFAULT);

Completed in 286 milliseconds