| /netbsd/src/sys/dev/pci/ixgbe/ |
| D | ixgbe_dcb.c | 56 s32 ixgbe_dcb_calculate_tc_credits(u8 *bw, u16 *refill, u16 *max, in ixgbe_dcb_calculate_tc_credits() argument 79 refill[i] = (u16)val; in ixgbe_dcb_calculate_tc_credits() 229 u16 *refill) in ixgbe_dcb_unpack_refill_cee() argument 235 refill[tc] = tc_config[tc].path[direction].data_credits_refill; in ixgbe_dcb_unpack_refill_cee() 466 u16 refill[IXGBE_DCB_MAX_TRAFFIC_CLASS] = { 0 }; in ixgbe_dcb_config_rx_arbiter_cee() local 469 ixgbe_dcb_unpack_refill_cee(dcb_config, IXGBE_DCB_TX_CONFIG, refill); in ixgbe_dcb_config_rx_arbiter_cee() 477 ret = ixgbe_dcb_config_rx_arbiter_82598(hw, refill, max, tsa); in ixgbe_dcb_config_rx_arbiter_cee() 484 ret = ixgbe_dcb_config_rx_arbiter_82599(hw, refill, max, bwgid, in ixgbe_dcb_config_rx_arbiter_cee() 506 u16 refill[IXGBE_DCB_MAX_TRAFFIC_CLASS]; in ixgbe_dcb_config_tx_desc_arbiter_cee() local 509 ixgbe_dcb_unpack_refill_cee(dcb_config, IXGBE_DCB_TX_CONFIG, refill); in ixgbe_dcb_config_tx_desc_arbiter_cee() [all …]
|
| D | ixgbe_dcb_82598.c | 116 s32 ixgbe_dcb_config_rx_arbiter_82598(struct ixgbe_hw *hw, u16 *refill, in ixgbe_dcb_config_rx_arbiter_82598() argument 139 credit_refill = refill[i]; in ixgbe_dcb_config_rx_arbiter_82598() 175 u16 *refill, u16 *max, u8 *bwg_id, in ixgbe_dcb_config_tx_desc_arbiter_82598() argument 196 reg |= (u32)(refill[i]); in ixgbe_dcb_config_tx_desc_arbiter_82598() 222 u16 *refill, u16 *max, u8 *bwg_id, in ixgbe_dcb_config_tx_data_arbiter_82598() argument 238 reg = refill[i]; in ixgbe_dcb_config_tx_data_arbiter_82598() 355 u16 *refill, u16 *max, u8 *bwg_id, in ixgbe_dcb_hw_config_82598() argument 360 ixgbe_dcb_config_rx_arbiter_82598(hw, refill, max, tsa); in ixgbe_dcb_hw_config_82598() 361 ixgbe_dcb_config_tx_desc_arbiter_82598(hw, refill, max, bwg_id, in ixgbe_dcb_hw_config_82598() 363 ixgbe_dcb_config_tx_data_arbiter_82598(hw, refill, max, bwg_id, in ixgbe_dcb_hw_config_82598()
|
| D | ixgbe_dcb_82599.c | 125 s32 ixgbe_dcb_config_rx_arbiter_82599(struct ixgbe_hw *hw, u16 *refill, in ixgbe_dcb_config_rx_arbiter_82599() argument 155 credit_refill = refill[i]; in ixgbe_dcb_config_rx_arbiter_82599() 187 s32 ixgbe_dcb_config_tx_desc_arbiter_82599(struct ixgbe_hw *hw, u16 *refill, in ixgbe_dcb_config_tx_desc_arbiter_82599() argument 203 reg |= (u32)(refill[i]); in ixgbe_dcb_config_tx_desc_arbiter_82599() 236 s32 ixgbe_dcb_config_tx_data_arbiter_82599(struct ixgbe_hw *hw, u16 *refill, in ixgbe_dcb_config_tx_data_arbiter_82599() argument 266 reg = refill[i]; in ixgbe_dcb_config_tx_data_arbiter_82599() 601 u16 *refill, u16 *max, u8 *bwg_id, u8 *tsa, in ixgbe_dcb_hw_config_82599() argument 606 ixgbe_dcb_config_rx_arbiter_82599(hw, refill, max, bwg_id, tsa, in ixgbe_dcb_hw_config_82599() 608 ixgbe_dcb_config_tx_desc_arbiter_82599(hw, refill, max, bwg_id, in ixgbe_dcb_hw_config_82599() 610 ixgbe_dcb_config_tx_data_arbiter_82599(hw, refill, max, bwg_id, in ixgbe_dcb_hw_config_82599()
|
| /netbsd/src/external/bsd/kyua-cli/dist/utils/text/ |
| D | operations_test.cpp | 60 ATF_REQUIRE(lines == text::refill(input, width)); in refill_test() 105 ATF_REQUIRE_EQ(1, text::refill("", 0).size()); in ATF_TEST_CASE_BODY() 106 ATF_REQUIRE(text::refill("", 0)[0].empty()); in ATF_TEST_CASE_BODY() 109 ATF_REQUIRE_EQ(1, text::refill("", 10).size()); in ATF_TEST_CASE_BODY() 110 ATF_REQUIRE(text::refill("", 10)[0].empty()); in ATF_TEST_CASE_BODY() 121 ATF_REQUIRE(exp_lines == text::refill("foo bar\nbaz", 12)); in ATF_TEST_CASE_BODY() 124 ATF_REQUIRE(exp_lines == text::refill("foo bar\nbaz", 18)); in ATF_TEST_CASE_BODY() 179 ATF_REQUIRE(exp_lines == text::refill("foo \n bar", 5)); in ATF_TEST_CASE_BODY()
|
| D | operations.cpp | 77 text::refill(const std::string& input, const std::size_t target_width) in refill() function in text 131 return join(refill(input, target_width), "\n"); in refill_as_string()
|
| D | operations.hpp | 46 std::vector< std::string > refill(const std::string&, const std::size_t);
|
| D | table.cpp | 175 const std::vector< std::string > rows = text::refill(row[column], in refill_cell()
|
| /netbsd/src/lib/libc/stdio/ |
| D | fread.c | 118 goto refill; in fread() 127 refill: in fread()
|
| D | Makefile.inc | 16 putwchar.c refill.c remove.c rewind.c \
|
| /netbsd/src/external/bsd/kyua-cli/dist/utils/cmdline/ |
| D | ui.cpp | 165 const std::vector< std::string > lines = text::refill( in out_wrap() 191 const std::vector< std::string > lines = text::refill( in out_tag_wrap()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/tui/ |
| D | tui-winsource.c | 148 refill (); in style_changed() 502 tui_source_window_base::refill () in refill() function 611 refill (); in set_is_exec_point_at()
|
| D | tui-win.c | 206 TUI_SRC_WIN->refill (); in set_style_tui_current_position() 208 TUI_DISASM_WIN->refill (); in set_style_tui_current_position() 865 TUI_SRC_WIN->refill (); in tui_set_compact_source()
|
| D | tui-winsource.h | 142 void refill ();
|
| /netbsd/src/external/ibm-public/postfix/dist/ |
| D | RELEASE_NOTES-2.4 | 118 many recipient slots to refill at a time) and 119 default_recipient_refill_delay (how long to wait between refill
|
| D | RELEASE_NOTES-2.5 | 146 reports bogus error conditions when OpenSSL asks Postfix to refill 361 reports bogus error conditions when OpenSSL asks Postfix to refill
|
| /netbsd/src/external/gpl3/gdb/dist/sim/ppc/ |
| D | psim.texinfo | 139 produce both on-line information and printed output.@refill 143 the menu lists all the lower level nodes in the document.@refill 639 you.@refill 645 you can do these things.@refill 651 can get the source code. And you must tell them their rights.@refill 658 reputation.@refill 662 Licenses that accompany them.@refill 684 @dfn{Info file}, with an Info documentation-reading program.)@refill
|
| /netbsd/src/external/bsd/am-utils/dist/doc/ |
| D | am-utils.texi | 430 Platforms}.@refill 485 distribution.@refill 515 for each machine architecture.@refill 538 filesystem is delayed until the name is accessed.@refill 628 mapping} which is used to satisfy subsequent requests.@refill 776 location may also contain @dfn{selectors} (@pxref{Selectors}).@refill 816 Filesystem}).@refill 1008 value @i{login}.@refill 1175 (@pxref{Filesystem Types}).@refill 1232 mounted (@pxref{Selectors}).@refill [all …]
|
| /netbsd/src/external/bsd/pcc/dist/pcc/cc/cpp/ |
| D | token.c | 176 refill(int minsz) in refill() function 196 #define REFILL(x) if (ifiles->curptr+x >= ifiles->maxread) refill(x)
|
| /netbsd/src/external/lgpl3/gmp/dist/mpn/x86/pentium/ |
| D | README | 72 overhead and other delays (cache refill?), they run at or near 2.5
|
| /netbsd/src/sys/dev/marvell/ |
| D | if_mvxpe.c | 2561 int idx, refill = 0; in mvxpe_rx_queue_refill() local 2568 refill = rx->rx_queue_len - ndesc; in mvxpe_rx_queue_refill() 2569 if (refill <= 0) in mvxpe_rx_queue_refill() 2572 DPRINTSC(sc, 2, "%d buffers to refill.\n", refill); in mvxpe_rx_queue_refill() 2575 for (npkt = 0; npkt < refill; npkt++) in mvxpe_rx_queue_refill()
|
| D | mvxpsec.c | 571 int refill; in mvxpsec_timer() local 600 refill = (sc->sc_wait_qlen > 0) ? 1 : 0; in mvxpsec_timer() 623 if (refill) { in mvxpsec_timer()
|
| /netbsd/src/external/bsd/flex/dist/ |
| D | ONEWS | 583 refill the input buffer once it's exhausted. This feature
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | ChangeLog-2019 | 285 (tui_source_window_base::refill): Update. 300 * tui/tui-winsource.c (tui_source_window_base::refill): Use 5804 (tui_source_window_base::refill): Update. 5818 (tui_source_window_base::refill): Update. 8550 (tui_show_source_content, tui_source_window_base::refill) 8941 (tui_show_source_line, tui_source_window_base::refill) 9076 (tui_source_window_base::refill): Rename from 9084 * tui/tui-hooks.c (tui_redisplay_source): Call refill method. 9085 * tui/tui-data.h (struct tui_source_window_base) <refill,
|
| D | ChangeLog-2020 | 4407 not refill. 15284 (tui_source_window_base::refill) 15346 (tui_source_window_base::refill): Update. 17816 * tui/tui-winsource.c (tui_source_window_base::refill): Use
|
| /netbsd/src/external/lgpl3/gmp/dist/doc/ |
| D | gmp.texi | 447 you.@refill 452 and that you know you can do these things.@refill 458 must tell them their rights.@refill 464 will not reflect on our reputation.@refill
|