/netbsd/sys/netbt/ |
H A D | rfcomm_dlc.c | 280 pn.credits = dlc->rd_rxcred; in rfcomm_dlc_connect() 340 int len, credits; in rfcomm_dlc_start() local 347 credits = 0; in rfcomm_dlc_start() 350 credits = (dlc->rd_rxsize / dlc->rd_mtu); in rfcomm_dlc_start() 351 credits -= dlc->rd_rxcred; in rfcomm_dlc_start() 352 credits = uimin(credits, RFCOMM_CREDITS_MAX); in rfcomm_dlc_start() 354 if (credits > 0) in rfcomm_dlc_start() 374 if (credits == 0) in rfcomm_dlc_start() 381 if (credits < RFCOMM_CREDITS_DEFAULT in rfcomm_dlc_start() 419 if (credits > 0) in rfcomm_dlc_start() [all …]
|
H A D | rfcomm_session.c | 928 uint8_t credits = 0; in rfcomm_session_recv_uih() local 965 m_copydata(m, 0, sizeof(credits), &credits); in rfcomm_session_recv_uih() 966 m_adj(m, sizeof(credits)); in rfcomm_session_recv_uih() 968 dlc->rd_txcred += credits; in rfcomm_session_recv_uih() 1353 dlc->rd_txcred = pn.credits & 0x07; in rfcomm_session_recv_mcc_pn() 1360 pn.credits = dlc->rd_rxcred; in rfcomm_session_recv_mcc_pn() 1363 pn.credits = 0x00; in rfcomm_session_recv_mcc_pn() 1527 int credits, struct mbuf *m) in rfcomm_session_send_uih() argument 1590 if (credits > 0) in rfcomm_session_send_uih() 1591 *hdr++ = (uint8_t)credits; in rfcomm_session_send_uih() [all …]
|
H A D | rfcomm.h | 204 uint8_t credits; member
|
/netbsd/sys/dev/pci/cxgb/ |
H A D | cxgb_sge.c | 513 q->credits++; in refill_fl() 533 while (q->credits--) { in free_rx_bufs() 577 q->credits++; in recycle_rx_buf() 2214 fl->credits--; in get_packet() 2282 fl->credits--; in get_packet() 2337 unsigned int credits; in handle_rsp_cntrl_info() local 2343 credits = G_RSPD_TXQ0_CR(flags); in handle_rsp_cntrl_info() 2344 if (credits) { in handle_rsp_cntrl_info() 2352 if (credits) in handle_rsp_cntrl_info() 2360 if (credits) in handle_rsp_cntrl_info() [all …]
|
H A D | cxgb_ctl_defs.h | 136 unsigned int credits; member 146 unsigned int credits; member
|
H A D | cxgb_adapter.h | 190 uint32_t credits; member 228 uint32_t credits; member
|
H A D | cxgb_common.h | 751 unsigned int credits, unsigned int credit_thres); 761 unsigned int credits);
|
H A D | cxgb_t3_hw.c | 1914 unsigned int credits = type == SGE_CNTXT_OFLD ? 0 : FW_WR_NUM; in t3_sge_init_ecntxt() local 1923 V_EC_CREDITS(credits) | V_EC_GTS(gts_enable)); in t3_sge_init_ecntxt() 2032 unsigned int credits, unsigned int credit_thres) in t3_sge_init_cqcntxt() argument 2047 t3_write_reg(adapter, A_SG_CONTEXT_DATA3, V_CQ_CREDITS(credits) | in t3_sge_init_cqcntxt() 2164 unsigned int credits) in t3_sge_cqcntxt_op() argument 2171 t3_write_reg(adapter, A_SG_CONTEXT_DATA0, credits << 16); in t3_sge_cqcntxt_op()
|
H A D | cxgb_offload.c | 295 req2->credits); in cxgb_rdma_ctl() 325 req2->ovfl_mode, req2->credits, in cxgb_rdma_ctl()
|
H A D | cxgb_t3_cpl.h | 900 __be16 credits; member
|
/netbsd/external/bsd/openldap/dist/libraries/librewrite/ |
H A D | Copyright | 15 * credits should appear in the documentation. 19 * ever read sources, credits should appear in the documentation.
|
/netbsd/lib/libc/regex/ |
H A D | COPYRIGHT | 16 credits must appear in the documentation. 20 ever read sources, credits must appear in the documentation.
|
/netbsd/external/bsd/nvi/dist/regex/ |
H A D | COPYRIGHT | 14 credits must appear in the documentation. 18 ever read sources, credits must appear in the documentation.
|
/netbsd/external/apache2/llvm/dist/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.
|
/netbsd/sys/dev/usb/ |
H A D | if_athn_usb.h | 280 uint16_t credits; member 289 uint8_t credits; member
|
/netbsd/external/gpl2/grep/dist/ |
H A D | AUTHORS | 33 for complete details and credits.
|
H A D | NEWS | 202 See Changelog for the full story and proper credits.
|
/netbsd/external/gpl2/groff/dist/src/libs/snprintf/ |
H A D | snprintf.c | 486 static const char credits[] = "\n\ variable 674 str_arg = credits;/* just to make compiler happy (defined but not used)*/
|
/netbsd/sys/external/bsd/drm2/dist/drm/i915/display/ |
H A D | intel_cdclk.c | 497 unsigned int credits, default_credits; in vlv_program_pfi_credits() local 507 credits = PFI_CREDIT_63; in vlv_program_pfi_credits() 509 credits = PFI_CREDIT(15); in vlv_program_pfi_credits() 511 credits = default_credits; in vlv_program_pfi_credits() 522 credits | PFI_CREDIT_RESEND); in vlv_program_pfi_credits()
|
/netbsd/external/mit/libcbor/dist/docs/stylesheets/ |
H A D | stylesheet.css | 232 .site-footer-credits {
|
/netbsd/external/mit/libcbor/dist/docs/ |
H A D | index.html.erb | 98 …<span class="site-footer-credits">This page is based on the <a href="https://github.com/jasonlong/…
|
/netbsd/external/bsd/unbound/dist/winrc/ |
H A D | setup.nsi | 20 #give credits to Nullsoft: BrandingText ""
|
/netbsd/usr.sbin/bootp/bootpd/ |
H A D | Changes | 195 changes if any of the credits are incorrect. -gwr
|
/netbsd/crypto/external/bsd/heimdal/dist/doc/ |
H A D | hx509.texi | 131 credits must appear in the documentation. 135 ever read sources, credits must appear in the documentation.
|
/netbsd/external/gpl3/gdb/dist/ |
H A D | COPYING.NEWLIB | 510 credits must appear in the documentation. 514 ever read sources, credits must appear in the documentation.
|