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

/freebsd-13-stable/sys/dev/ixgbe/
H A Dixgbe_dcb.c49 * @refill: refill credits index by traffic class
53 s32 ixgbe_dcb_calculate_tc_credits(u8 *bw, u16 *refill, u16 *max, argument
76 refill[i] = (u16)val;
134 * a multiplier. It is required that the refill credits must be
155 /* Calculate credit refill ratio using multiplier */
226 u16 *refill)
232 refill[tc] = tc_config[tc].path[direction].data_credits_refill;
467 u16 refill[IXGBE_DCB_MAX_TRAFFIC_CLASS] = { 0 }; local
470 ixgbe_dcb_unpack_refill_cee(dcb_config, IXGBE_DCB_TX_CONFIG, refill);
225 ixgbe_dcb_unpack_refill_cee(struct ixgbe_dcb_config *cfg, int direction, u16 *refill) argument
509 u16 refill[IXGBE_DCB_MAX_TRAFFIC_CLASS]; local
552 u16 refill[IXGBE_DCB_MAX_TRAFFIC_CLASS]; local
663 u16 refill[IXGBE_DCB_MAX_TRAFFIC_CLASS]; local
731 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.c115 * @refill: refill credits index by traffic class
121 s32 ixgbe_dcb_config_rx_arbiter_82598(struct ixgbe_hw *hw, u16 *refill, argument
144 credit_refill = refill[i];
172 * @refill: refill credits index by traffic class
180 u16 *refill, u16 *max, u8 *bwg_id,
201 reg |= refill[i];
219 * @refill: refill credit
179 ixgbe_dcb_config_tx_desc_arbiter_82598(struct ixgbe_hw *hw, u16 *refill, u16 *max, u8 *bwg_id, u8 *tsa) argument
226 ixgbe_dcb_config_tx_data_arbiter_82598(struct ixgbe_hw *hw, u16 *refill, u16 *max, u8 *bwg_id, u8 *tsa) argument
359 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.c114 * @refill: refill credits index by traffic class
122 s32 ixgbe_dcb_config_rx_arbiter_82599(struct ixgbe_hw *hw, u16 *refill, argument
152 credit_refill = refill[i];
177 * @refill: refill credits index by traffic class
184 s32 ixgbe_dcb_config_tx_desc_arbiter_82599(struct ixgbe_hw *hw, u16 *refill, argument
200 reg |= refill[i];
225 * @refill: refill credit
233 ixgbe_dcb_config_tx_data_arbiter_82599(struct ixgbe_hw *hw, u16 *refill, u16 *max, u8 *bwg_id, u8 *tsa, u8 *map) argument
597 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-13-stable/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-13-stable/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-13-stable/lib/libsm/
H A DMakefile29 fwrite.c get.c makebuf.c put.c refill.c rewind.c setvbuf.c \
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlocal_cache.h73 if (UNLIKELY(!refill(C, ClassId)))
154 NOINLINE bool refill(PerClass *C, uptr ClassId) { function in struct:scudo::SizeClassAllocatorLocalCache
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-kmem-cache.c1108 int count = 0, rc, refill; local
1114 refill = MIN(skm->skm_refill, skm->skm_size - skm->skm_avail);
1117 while (refill > 0) {
1140 * we were sleeping so recalculate max refill.
1142 refill = MIN(refill, skm->skm_size - skm->skm_avail);
1156 * Consume as many objects as needed to refill the requested
1159 while (sks->sks_ref < sks->sks_objs && refill-- > 0 &&
/freebsd-13-stable/lib/libc/stdio/
H A DMakefile.inc21 refill.c remove.c rewind.c rget.c scanf.c setbuf.c setbuffer.c \
/freebsd-13-stable/lib/libpmc/
H A Dpmclog.c485 refill:
516 goto refill;
/freebsd-13-stable/stand/libsa/
H A Dnfs.c788 refill:
830 goto refill;
/freebsd-13-stable/sys/dev/neta/
H A Dif_mvneta.c1805 * We were unable to refill the rx queue and left the rx func, leaving
1806 * the ring without mbuf and no way to call the refill func.
3135 /* Refill the rest of buffers if there are any to refill */
3167 int npkt, refill, nsegs, error; local
3174 refill = MVNETA_RX_RING_CNT - ndesc;
3176 CTR3(KTR_SPARE2, "%s:%u refill %u packets", sc->ifp->if_xname, q,
3177 refill);
3179 if (__predict_false(refill <= 0))
3182 for (npkt = 0; npkt < refill; npkt++) {
3208 if (refill
[all...]
/freebsd-13-stable/stand/ficl/
H A Dwords.c4542 static void refill(FICL_VM *pVM) function
5024 dictAppendWord(dp, "refill", refill, FW_DEFAULT);

Completed in 105 milliseconds