/freebsd/sys/dev/ixgbe/ |
H A D | ixgbe_dcb_82598.c | 106 * @refill: refill credits index by traffic class 107 * @max: max credits index by traffic class 110 * Configure Rx Data Arbiter and credits for each traffic class. 133 /* Configure traffic class credits and priority */ in ixgbe_dcb_config_rx_arbiter_82598() 163 * @refill: refill credits index by traffic class 164 * @max: max credits index by traffic class 168 * Configure Tx Descriptor Arbiter and credits for each traffic class. 188 /* Configure traffic class credits and priority */ in ixgbe_dcb_config_tx_desc_arbiter_82598() 210 * @refill: refill credits index by traffic class 211 * @max: max credits index by traffic class [all …]
|
H A D | ixgbe_dcb_82599.c | 113 * @refill: refill credits index by traffic class 114 * @max: max credits index by traffic class 119 * Configure Rx Packet Arbiter and credits for each traffic class. 149 /* Configure traffic class credits and priority */ in ixgbe_dcb_config_rx_arbiter_82599() 176 * @refill: refill credits index by traffic class 177 * @max: max credits index by traffic class 181 * Configure Tx Descriptor Arbiter and credits for each traffic class. 189 /* Clear the per-Tx queue credits; we use per-TC instead */ in ixgbe_dcb_config_tx_desc_arbiter_82599() 195 /* Configure traffic class credits and priority */ in ixgbe_dcb_config_tx_desc_arbiter_82599() 224 * @refill: refill credits index by traffic class [all …]
|
H A D | ixgbe_dcb.c | 43 * credits from the configured bandwidth percentages. Credits 48 * @refill: refill credits index by traffic class 49 * @max: max credits by traffic class 69 /* Find out the hw credits for each TC */ in ixgbe_dcb_calculate_tc_credits() 84 * ixgbe_dcb_calculate_tc_credits_cee - Calculates traffic class credits 90 * This function calculates the credits allocated to each traffic class. 133 * a multiplier. It is required that the refill credits must be in ixgbe_dcb_calculate_tc_credits_cee() 453 * Configure Rx Data Arbiter and credits for each traffic class. 494 * Configure Tx Descriptor Arbiter and credits for each traffic class. 534 * Configure Tx Data Arbiter and credits for each traffic class.
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | htc.c | 82 int credits = 0; in ath12k_htc_send() local 93 credits = DIV_ROUND_UP(skb->len, htc->target_credit_size); in ath12k_htc_send() 95 if (ep->tx_credits < credits) { in ath12k_htc_send() 97 "htc insufficient credits ep %d required %d available %d\n", in ath12k_htc_send() 98 eid, credits, ep->tx_credits); in ath12k_htc_send() 103 ep->tx_credits -= credits; in ath12k_htc_send() 105 "htc ep %d consumed %d credits (total %d)\n", in ath12k_htc_send() 106 eid, credits, ep->tx_credits); in ath12k_htc_send() 130 ep->tx_credits += credits; in ath12k_htc_send() 132 "htc ep %d reverted %d credits back (total %d)\n", in ath12k_htc_send() [all …]
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | htc.c | 81 int credits = 0; in ath11k_htc_send() local 94 credits = DIV_ROUND_UP(skb->len, htc->target_credit_size); in ath11k_htc_send() 96 if (ep->tx_credits < credits) { in ath11k_htc_send() 98 "ep %d insufficient credits required %d total %d\n", in ath11k_htc_send() 99 eid, credits, ep->tx_credits); in ath11k_htc_send() 104 ep->tx_credits -= credits; in ath11k_htc_send() 106 "ep %d credits consumed %d total %d\n", in ath11k_htc_send() 107 eid, credits, ep->tx_credits); in ath11k_htc_send() 135 ep->tx_credits += credits; in ath11k_htc_send() 137 "ep %d credits reverted %d total %d\n", in ath11k_htc_send() [all …]
|
/freebsd/sys/dev/cxgbe/tom/ |
H A D | t4_cpl_io.c | 154 ("%s: not enough credits (%d)", __func__, toep->tx_credits)); in send_flowc_wr() 391 send_rx_credits(struct adapter *sc, struct toepcb *toep, int credits) in send_rx_credits() argument 397 KASSERT(credits >= 0, ("%s: %d credits", __func__, credits)); in send_rx_credits() 405 req->credit_dack = htobe32(dack | V_RX_CREDITS(credits)); in send_rx_credits() 408 return (credits); in send_rx_credits() 503 ("%s: %d credits", __func__, tx_credits)); in max_imm_payload() 525 ("%s: %d credits", __func__, tx_credits)); in max_dsgl_nsegs() 539 unsigned int immdlen, unsigned int plen, uint8_t credits, int shove, in write_tx_wr() argument 547 V_FW_WR_LEN16(credits)); in write_tx_wr() 642 u_int plen, nsegs, credits, max_imm, max_nsegs, max_nsegs_1mbuf; in t4_push_frames() local [all …]
|
H A D | t4_tls.c | 355 unsigned int plen, unsigned int expn, uint8_t credits, int shove) in write_tlstx_wr() argument 364 V_FW_TLSTX_DATA_WR_LEN16(credits)); in write_tlstx_wr() 491 u_int nsegs, credits, wr_len; in t4_push_ktls() local 598 /* Not enough credits for this work request. */ in t4_push_ktls() 607 "%s: tid %d mbuf %p requires %d credits, but only %d available", in t4_push_ktls() 657 credits = howmany(wr_len, 16); in t4_push_ktls() 661 write_tlstx_wr(txwr, toep, tls_size, expn_size, credits, shove); in t4_push_ktls() 680 KASSERT(toep->tx_credits >= credits, in t4_push_ktls() 681 ("%s: not enough credits", __func__)); in t4_push_ktls() 683 toep->tx_credits -= credits; in t4_push_ktls() [all...] |
/freebsd/sys/dev/enic/ |
H A D | vnic_intr.h | 65 unsigned int credits, int unmask, int reset_timer) in vnic_intr_return_credits() argument 70 u32 int_credit_return = (credits & 0xffff) | in vnic_intr_return_credits() 84 unsigned int credits = vnic_intr_credits(intr); in vnic_intr_return_all_credits() local 88 vnic_intr_return_credits(intr, credits, unmask, reset_timer); in vnic_intr_return_all_credits()
|
/freebsd/lib/libpmc/pmu-events/arch/x86/tremontx/ |
H A D | uncore-memory.json | 168 …ocate into the RPQ soon after they enter the memory controller, and need credits for an entry in t… 179 …ocate into the RPQ soon after they enter the memory controller, and need credits for an entry in t… 190 …ocate into the RPQ soon after they enter the memory controller, and need credits for an entry in t… 200 …ocate into the RPQ soon after they enter the memory controller, and need credits for an entry in t… 210 …ocate into the WPQ soon after they enter the memory controller, and need credits for an entry in t… 221 …ocate into the WPQ soon after they enter the memory controller, and need credits for an entry in t… 232 …ocate into the WPQ soon after they enter the memory controller, and need credits for an entry in t… 242 …ocate into the WPQ soon after they enter the memory controller, and need credits for an entry in t…
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | htc.c | 115 int credits, ret = 0; in ath10k_htc_consume_credit() local 120 credits = DIV_ROUND_UP(len, ep->tx_credit_size); in ath10k_htc_consume_credit() 123 if (ep->tx_credits < credits) { in ath10k_htc_consume_credit() 125 "htc insufficient credits ep %d required %d available %d consume %d\n", in ath10k_htc_consume_credit() 126 eid, credits, ep->tx_credits, consume); in ath10k_htc_consume_credit() 132 ep->tx_credits -= credits; in ath10k_htc_consume_credit() 134 "htc ep %d consumed %d credits total %d\n", in ath10k_htc_consume_credit() 135 eid, credits, ep->tx_credits); in ath10k_htc_consume_credit() 148 int credits; in ath10k_htc_release_credit() local 153 credits = DIV_ROUND_UP(len, ep->tx_credit_size); in ath10k_htc_release_credit() [all …]
|
/freebsd/sys/dev/cxgbe/ |
H A D | offload.h | 75 EO_FLOWC_RPL_PENDING = (1 << 1), /* flowc credits due back */ 94 uint8_t tx_total; /* total tx WR credits (in 16B units) */ 95 uint8_t tx_credits; /* tx WR credits (in 16B units) available */ 96 uint8_t tx_nocompl; /* tx WR credits since last compl request */
|
/freebsd/sys/netgraph/bluetooth/socket/ |
H A D | ng_btsocket_rfcomm.c | 160 u_int8_t credits, u_int16_t mtu); 166 u_int8_t credits, struct mbuf *data); 1311 * extra byte for credits. in ng_btsocket_rfcomm_session_create() 1448 * one extra byte for credits. in ng_btsocket_rfcomm_session_accept() 1517 * for credits. in ng_btsocket_rfcomm_session_connect() 2312 /* Did we get any credits? */ in ng_btsocket_rfcomm_receive_uih() 2315 "%s: Got %d more credits for dlci=%d, state=%d, flags=%#x, " \ in ng_btsocket_rfcomm_receive_uih() 2331 /* Give remote peer more credits (if needed) */ in ng_btsocket_rfcomm_receive_uih() 2336 "%s: Remote side still has credits, dlci=%d, state=%d, flags=%#x, " \ in ng_btsocket_rfcomm_receive_uih() 2795 "ack_timer=%d, mtu=%d, max_retrans=%d, credits=%d, session state=%d, " \ in ng_btsocket_rfcomm_receive_pn() [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/skylakex/ |
H A D | uncore-memory.json | 143 …ocate into the RPQ soon after they enter the memory controller, and need credits for an entry in t… 152 …ocate into the RPQ soon after they enter the memory controller, and need credits for an entry in t… 161 …ocate into the WPQ soon after they enter the memory controller, and need credits for an entry in t… 170 …ocate into the WPQ soon after they enter the memory controller, and need credits for an entry in t…
|
/freebsd/usr.bin/file/ |
H A D | Makefile | 16 # credits must appear in the documentation. 19 # ever read sources, credits must appear in the documentation.
|
/freebsd/sys/dev/cxgb/ |
H A D | cxgb_sge.c | 768 q->credits++; in refill_fl() 793 while (q->credits--) { in free_rx_bufs() 819 refill_fl(adap, fl, min(16U, fl->size - fl->credits)); in __refill_fl() 825 uint32_t reclaimable = fl->size - fl->credits; in __refill_fl_lt() 852 q->credits++; in recycle_rx_buf() 950 * c) Return coalesced response queue credits in case a response queue is 977 refill_rx = ((qs->fl[0].credits < qs->fl[0].size) || in sge_timer_cb() 978 (qs->fl[1].credits < qs->fl[1].size)); in sge_timer_cb() 1035 * @credits: how many new responses to make available 1041 refill_rspq(adapter_t *sc, const struct sge_rspq *q, u_int credits) in refill_rspq() argument [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | COPYRIGHT.regex | 16 credits must appear in the documentation. 20 ever read sources, credits must appear in the documentation.
|
/freebsd/contrib/nvi/regex/ |
H A D | COPYRIGHT | 14 credits must appear in the documentation. 18 ever read sources, credits must appear in the documentation.
|
/freebsd/lib/libc/regex/ |
H A D | COPYRIGHT | 14 credits must appear in the documentation. 18 ever read sources, credits must appear in the documentation.
|
/freebsd/sys/dev/iavf/ |
H A D | iavf_txrx_iflib.c | 459 * iavf_isc_txd_credits_update_hwb - Update Tx ring credits 480 int head, credits; in iavf_isc_txd_credits_update_hwb() local 485 credits = head - txr->tx_cidx_processed; in iavf_isc_txd_credits_update_hwb() 486 if (credits < 0) in iavf_isc_txd_credits_update_hwb() 487 credits += scctx->isc_ntxd[0]; in iavf_isc_txd_credits_update_hwb() 491 return (credits); in iavf_isc_txd_credits_update_hwb() 495 * iavf_isc_txd_credits_update_dwb - Update Tx ring credits
|
/freebsd/sys/dev/cxgb/common/ |
H A D | cxgb_ctl_defs.h | 134 unsigned int credits; member 144 unsigned int credits; member
|
/freebsd/lib/libpmc/ |
H A D | pmc.corei7uc.3 | 686 stalled due to lack of VNA and VN0 credits. 692 channel is stalled due to lack of VNA and VN0 credits. 698 channel is stalled due to lack of VNA and VN0 credits. 704 stalled due to lack of VNA and VN0 credits. 710 channel is stalled due to lack of VNA and VN0 credits. 716 channel is stalled due to lack of VNA and VN0 credits. 722 to lack of VNA and VN0 credits. 728 to lack of VNA and VN0 credits.
|
/freebsd/lib/libpmc/pmu-events/arch/x86/cascadelakex/ |
H A D | uncore-memory.json | 300 …ocate into the RPQ soon after they enter the memory controller, and need credits for an entry in t… 309 …ocate into the RPQ soon after they enter the memory controller, and need credits for an entry in t… 348 …ocate into the WPQ soon after they enter the memory controller, and need credits for an entry in t… 357 …ocate into the WPQ soon after they enter the memory controller, and need credits for an entry in t…
|
/freebsd/share/man/man9/ |
H A D | iflibtxrx.9 | 207 Credit function advances the buffer ring and calculates the credits 211 The function returns the number of processed credits.
|
/freebsd/crypto/openssh/contrib/cygwin/ |
H A D | Makefile | 40 -$(INSTALL) -m 644 $(srcdir)/CREDITS $(DESTDIR)$(sshdocdir)/CREDITS
|
/freebsd/contrib/openbsm/ |
H A D | CREDITS | 1 OpenBSM Credits
|