Searched refs:cons (Results 51 - 75 of 215) sorted by relevance

123456789

/freebsd-10-stable/sys/amd64/amd64/
H A Ddb_interface.c36 #include <sys/cons.h>
/freebsd-10-stable/sys/mips/adm5120/
H A Dadm5120_machdep.c41 #include <sys/cons.h>
/freebsd-10-stable/sys/mips/alchemy/
H A Dalchemy_machdep.c41 #include <sys/cons.h>
/freebsd-10-stable/sys/mips/cavium/
H A Duart_cpu_octeonusart.c37 #include <sys/cons.h>
H A Docteon_pci_console.c36 #include <sys/cons.h>
/freebsd-10-stable/sys/mips/idt/
H A Didt_machdep.c43 #include <sys/cons.h>
H A Dif_kr.c1365 int cons, prod; local
1369 cons = sc->kr_cdata.kr_tx_cons;
1371 if (cons == prod)
1383 for (; cons != prod; KR_INC(cons, KR_TX_RING_CNT)) {
1384 cur_tx = &sc->kr_rdata.kr_tx_ring[cons];
1394 txd = &sc->kr_cdata.kr_txdesc[cons];
1422 sc->kr_cdata.kr_tx_cons = cons;
1434 int cons, prog, packet_len, count, error; local
1440 cons
[all...]
/freebsd-10-stable/sys/gdb/
H A Dgdb_cons.c39 #include <sys/cons.h>
/freebsd-10-stable/sys/powerpc/mambo/
H A Dmambo_console.c35 #include <sys/cons.h>
/freebsd-10-stable/sys/mips/atheros/
H A Dif_arge.c1899 int cons, prod; local
1903 cons = sc->arge_cdata.arge_tx_cons;
1906 ARGEDEBUG(sc, ARGE_DBG_TX, "%s: cons=%d, prod=%d\n", __func__, cons,
1909 if (cons == prod)
1921 for (; cons != prod; ARGE_INC(cons, ARGE_TX_RING_COUNT)) {
1922 cur_tx = &sc->arge_rdata.arge_tx_ring[cons];
1933 txd = &sc->arge_cdata.arge_txdesc[cons];
1950 sc->arge_cdata.arge_tx_cons = cons;
1962 int cons, prog, packet_len, i; local
[all...]
H A Dar71xx_machdep.c38 #include <sys/cons.h>
H A Dar71xx_setup.c37 #include <sys/cons.h>
H A Dar724x_chip.c37 #include <sys/cons.h>
H A Dar91xx_chip.c37 #include <sys/cons.h>
H A Dar933x_chip.c37 #include <sys/cons.h>
/freebsd-10-stable/sys/ofed/drivers/net/mlx4/
H A Den_rx.c242 en_dbg(DRV, priv, "Freeing Rx buf - cons:%d prod:%d\n",
243 ring->cons, ring->prod);
246 BUG_ON((u32) (ring->prod - ring->cons) > ring->actual_size);
247 while (ring->cons != ring->prod) {
248 index = ring->cons & ring->size_mask;
251 ++ring->cons;
314 ring->cons = 0;
391 ring->cons = 0;
691 ring->cons = mcq->cons_index;
/freebsd-10-stable/sys/dev/nge/
H A Dif_nge.c1445 int cons, prog, rx_npkts, total_len; local
1451 cons = sc->nge_cdata.nge_rx_cons;
1460 NGE_INC(cons, NGE_RX_RING_CNT)) {
1468 cur_rx = &sc->nge_rdata.nge_rx_ring[cons];
1474 rxd = &sc->nge_cdata.nge_rxdesc[cons];
1479 if (nge_newbuf(sc, cons) != 0) {
1485 nge_discard_rxbuf(sc, cons);
1522 nge_discard_rxbuf(sc, cons);
1529 if (nge_newbuf(sc, cons) != 0) {
1535 nge_discard_rxbuf(sc, cons);
1621 int cons, prod; local
[all...]
/freebsd-10-stable/sys/dev/vr/
H A Dif_vr.c1288 int cons, prog, total_len, rx_npkts; local
1293 cons = sc->vr_cdata.vr_rx_cons;
1300 for (prog = 0; prog < VR_RX_RING_CNT; VR_INC(cons, VR_RX_RING_CNT)) {
1308 cur_rx = &sc->vr_rdata.vr_rx_ring[cons];
1315 rxd = &sc->vr_cdata.vr_rxdesc[cons];
1351 if (vr_newbuf(sc, cons) != 0) {
1415 sc->vr_cdata.vr_rx_cons = cons;
1434 int cons, prod; local
1438 cons = sc->vr_cdata.vr_tx_cons;
1440 if (cons
[all...]
/freebsd-10-stable/sys/dev/altera/jtag_uart/
H A Daltera_jtag_uart_cons.c36 #include <sys/cons.h>
/freebsd-10-stable/sys/dev/bvm/
H A Dbvm_console.c36 #include <sys/cons.h>
/freebsd-10-stable/sys/dev/cfe/
H A Dcfe_console.c37 #include <sys/cons.h>
/freebsd-10-stable/sys/dev/hptrr/
H A Dos_bsd.h44 #include <sys/cons.h>
/freebsd-10-stable/sys/dev/ofw/
H A Dofw_console.c38 #include <sys/cons.h>
/freebsd-10-stable/sys/isa/
H A Dsyscons_isa.c37 #include <sys/cons.h>
/freebsd-10-stable/sys/mips/beri/
H A Dberi_machdep.c46 #include <sys/cons.h>

Completed in 234 milliseconds

123456789