Home
last modified time | relevance | path

Searched refs:nbd (Results 1 – 17 of 17) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dairoha,en7523-scu.yaml10 - Felix Fietkau <nbd@nbd.name>
11 - John Crispin <nbd@nbd.name>
/freebsd/tools/test/stress2/misc/
H A Dcredleak.sh88 int nbc, nbd;
131 nbd++;
136 fprintf(stderr, "FAIL nbc = %d, nbd = %d\n", nbc, nbd);
H A Dcmp.sh112 int nbc, nbd;
155 nbd++;
160 fprintf(stderr, "FAIL nbc = %d, nbd = %d\n", nbc, nbd);
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Dairoha.yaml10 - Felix Fietkau <nbd@nbd.name>
/freebsd/sys/contrib/device-tree/Bindings/arm/mediatek/
H A Dmediatek,mt7622-pcie-mirror.yaml11 - Felix Fietkau <nbd@nbd.name>
H A Dmediatek,mt7986-wed-pcie.yaml11 - Felix Fietkau <nbd@nbd.name>
H A Dmediatek,mt7622-wed.yaml11 - Felix Fietkau <nbd@nbd.name>
/freebsd/sys/contrib/device-tree/Bindings/soc/mediatek/
H A Dmediatek,mt7986-wo-ccif.yaml11 - Felix Fietkau <nbd@nbd.name>
/freebsd/sys/contrib/device-tree/src/arm/broadcom/
H A Dbcm4709-buffalo-wxr-1900dhp.dts6 * Copyright (C) 2015 Felix Fietkau <nbd@openwrt.org>
/freebsd/contrib/bearssl/src/x509/
H A Dx509_minimal.c1205 uint32_t nbd = T0_POP(); in br_x509_minimal_run() local
1210 r = CTX->itime(CTX->itime_ctx, nbd, nbs, nad, nas); in br_x509_minimal_run()
1239 if (vd < nbd || (vd == nbd && vs < nbs)) { in br_x509_minimal_run()
H A Dx509_minimal.t0710 uint32_t nbd = T0_POP();
715 r = CTX->itime(CTX->itime_ctx, nbd, nbs, nad, nas);
744 if (vd < nbd || (vd == nbd && vs < nbs)) {
1210 read-date { nbd nbs } read-date nbd nbs check-validity-range
/freebsd/sys/contrib/device-tree/Bindings/net/wireless/
H A Dmediatek,mt76.yaml11 - Felix Fietkau <nbd@nbd.name>
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dmediatek,net.yaml11 - Felix Fietkau <nbd@nbd.name>
/freebsd/contrib/bearssl/test/
H A Dtest_x509.c1442 check_time(void *ctx, uint32_t nbd, uint32_t nbs, uint32_t nad, uint32_t nas) in check_time() argument
1447 if (tc->days < nbd || (tc->days == nbd && tc->seconds < nbs)) { in check_time()
/freebsd/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c3251 uint8_t nbd = 0; in qlnx_send() local
3525 nbd++; in qlnx_send()
3560 nbd++; in qlnx_send()
3575 nbd++; in qlnx_send()
3592 nbd++; in qlnx_send()
3604 nbd++; in qlnx_send()
3618 nbd++; in qlnx_send()
3628 nbd++; in qlnx_send()
3671 nbd++; in qlnx_send()
3680 nbd++; in qlnx_send()
[all …]
/freebsd/sys/dev/bxe/
H A Dbxe.c3428 int nbd; in bxe_free_tx_pkt() local
3434 nbd = le16toh(tx_start_bd->nbd) - 1; in bxe_free_tx_pkt()
3436 new_cons = (tx_buf->first_bd + nbd); in bxe_free_tx_pkt()
5288 tx_start_bd->nbd = htole16(nbds); in bxe_tx_encap()
5369 tx_start_bd->nbd = htole16(nbds); in bxe_tx_encap()
5431 le16toh(tx_start_bd->nbd), in bxe_tx_encap()
H A Decore_hsi.h7587 uint16_t nbd /* Num of BDs in packet: include parsInfoBD, Relevant in START(only in Everest) */; member