Searched refs:cons (Results 151 - 175 of 178) sorted by relevance

12345678

/freebsd-13-stable/sys/kern/
H A Dsubr_prf.c63 #include <sys/cons.h>
H A Dvfs_mountroot.c47 #include <sys/cons.h>
H A Dkern_shutdown.c56 #include <sys/cons.h>
H A Dtty.c41 #include <sys/cons.h>
/freebsd-13-stable/sys/riscv/riscv/
H A Dmachdep.c46 #include <sys/cons.h>
/freebsd-13-stable/sys/arm/arm/
H A Dmachdep.c58 #include <sys/cons.h>
/freebsd-13-stable/sys/cam/ata/
H A Data_pmp.c46 #include <sys/cons.h>
H A Data_da.c49 #include <sys/cons.h>
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_sriov.c3861 u32 cons[MAX_NUM_VOQS_E4], distance[MAX_NUM_VOQS_E4]; local
3868 cons[i] = ecore_rd(p_hwfn, p_ptt,
3874 distance[i] = prod - cons[i];
3886 if (distance[i] > tmp - cons[i])
H A Decore_rdma.c2332 out_params->cons = OSAL_LE32_TO_CPU(p_ramrod_res->old_cq_cons);
/freebsd-13-stable/sys/powerpc/ofw/
H A Dofw_syscons.c40 #include <sys/cons.h>
/freebsd-13-stable/sys/x86/x86/
H A Dmp_x86.c45 #include <sys/cons.h> /* cngetc() */
/freebsd-13-stable/sys/dev/virtio/console/
H A Dvirtio_console.c47 #include <sys/cons.h>
/freebsd-13-stable/sys/geom/eli/
H A Dg_eli.c34 #include <sys/cons.h>
/freebsd-13-stable/sys/powerpc/powerpc/
H A Dexec_machdep.c70 #include <sys/cons.h>
/freebsd-13-stable/sys/dev/usb/serial/
H A Dusb_serial.c83 #include <sys/cons.h>
/freebsd-13-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4.h559 u32 cons; member in struct:mlx4_slave_event_eq
/freebsd-13-stable/sys/arm64/arm64/
H A Dmachdep.c39 #include <sys/cons.h>
/freebsd-13-stable/sys/cam/nvme/
H A Dnvme_da.c48 #include <sys/cons.h>
/freebsd-13-stable/sys/dev/bxe/
H A Dbxe.c2645 uint16_t cons; local
2648 cons = fp->tx_bd_cons;
2650 used = SUB_S16(prod, cons);
2763 uint16_t cons,
2775 "cons=%d prod=%d\n",
2776 fp->index, queue, cons, prod);
2796 BLOGE(sc, "fp[%02d].tpa[%02d] cons[%d] prod[%d]mbuf not allocated!\n",
2797 fp->index, queue, cons, prod);
2820 prod : cons;
2823 tpa_info->bd = fp->rx_mbuf_chain[cons];
2760 bxe_tpa_start(struct bxe_softc *sc, struct bxe_fastpath *fp, uint16_t queue, uint16_t cons, uint16_t prod, struct eth_fast_path_rx_cqe *cqe) argument
[all...]
/freebsd-13-stable/sys/vm/
H A Dvm_object.c2599 #include <sys/cons.h>
/freebsd-13-stable/sys/cam/mmc/
H A Dmmc_da.c55 #include <sys/cons.h>
/freebsd-13-stable/sys/amd64/amd64/
H A Dmachdep.c65 #include <sys/cons.h>
/freebsd-13-stable/sys/dev/hptiop/
H A Dhptiop.c34 #include <sys/cons.h>
/freebsd-13-stable/sys/i386/i386/
H A Dmachdep.c68 #include <sys/cons.h>

Completed in 266 milliseconds

12345678