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

123456789

/freebsd-11-stable/sys/dev/sge/
H A Dif_sge.c1146 int cons, prog; local
1155 cons = cd->sge_rx_cons;
1157 SGE_INC(cons, SGE_RX_RING_CNT)) {
1160 cur_rx = &sc->sge_ldata.sge_rx_ring[cons];
1172 sge_discard_rxbuf(sc, cons);
1176 m = cd->sge_rxdesc[cons].rx_m;
1177 if (sge_newbuf(sc, cons) != 0) {
1178 sge_discard_rxbuf(sc, cons);
1221 cd->sge_rx_cons = cons;
1237 int cons, nseg local
[all...]
/freebsd-11-stable/sys/dev/xen/netfront/
H A Dnetfront.c1364 struct netif_extra_info *extras, RING_IDX rp, RING_IDX *cons)
1374 if (__predict_false(*cons + 1 == rp)) {
1380 RING_GET_RESPONSE(&rxq->ring, ++(*cons));
1389 m = xn_get_rx_mbuf(rxq, *cons);
1390 ref = xn_get_rx_ref(rxq, *cons);
1399 struct netfront_rx_info *rinfo, RING_IDX rp, RING_IDX *cons,
1405 grant_ref_t ref = xn_get_rx_ref(rxq, *cons);
1406 RING_IDX ref_cons = *cons;
1411 m0 = m = m_prev = xn_get_rx_mbuf(rxq, *cons);
1414 err = xn_get_extras(rxq, extras, rp, cons);
1363 xn_get_extras(struct netfront_rxq *rxq, struct netif_extra_info *extras, RING_IDX rp, RING_IDX *cons) argument
1398 xn_get_responses(struct netfront_rxq *rxq, struct netfront_rx_info *rinfo, RING_IDX rp, RING_IDX *cons, struct mbuf **list) argument
[all...]
/freebsd-11-stable/contrib/binutils/gas/
H A Dread.h111 extern void cons (int nbytes);
/freebsd-11-stable/sys/arm/amlogic/aml8726/
H A Daml8726_uart_console.c47 #include <sys/cons.h>
/freebsd-11-stable/sys/powerpc/mambo/
H A Dmambo_console.c35 #include <sys/cons.h>
/freebsd-11-stable/sys/mips/adm5120/
H A Dadm5120_machdep.c41 #include <sys/cons.h>
/freebsd-11-stable/sys/mips/alchemy/
H A Dalchemy_machdep.c41 #include <sys/cons.h>
/freebsd-11-stable/sys/mips/cavium/
H A Duart_cpu_octeonusart.c37 #include <sys/cons.h>
/freebsd-11-stable/sys/mips/idt/
H A Didt_machdep.c43 #include <sys/cons.h>
H A Dif_kr.c1366 int cons, prod; local
1370 cons = sc->kr_cdata.kr_tx_cons;
1372 if (cons == prod)
1384 for (; cons != prod; KR_INC(cons, KR_TX_RING_CNT)) {
1385 cur_tx = &sc->kr_rdata.kr_tx_ring[cons];
1395 txd = &sc->kr_cdata.kr_txdesc[cons];
1423 sc->kr_cdata.kr_tx_cons = cons;
1435 int cons, prog, packet_len, count, error; local
1441 cons
[all...]
/freebsd-11-stable/sys/gdb/
H A Dgdb_cons.c39 #include <sys/cons.h>
/freebsd-11-stable/sys/amd64/amd64/
H A Ddb_interface.c36 #include <sys/cons.h>
/freebsd-11-stable/sys/i386/i386/
H A Ddb_interface.c35 #include <sys/cons.h>
/freebsd-11-stable/sys/dev/nge/
H A Dif_nge.c1444 int cons, prog, rx_npkts, total_len; local
1450 cons = sc->nge_cdata.nge_rx_cons;
1459 NGE_INC(cons, NGE_RX_RING_CNT)) {
1467 cur_rx = &sc->nge_rdata.nge_rx_ring[cons];
1473 rxd = &sc->nge_cdata.nge_rxdesc[cons];
1478 if (nge_newbuf(sc, cons) != 0) {
1484 nge_discard_rxbuf(sc, cons);
1521 nge_discard_rxbuf(sc, cons);
1528 if (nge_newbuf(sc, cons) != 0) {
1534 nge_discard_rxbuf(sc, cons);
1620 int cons, prod; local
[all...]
/freebsd-11-stable/sys/dev/vr/
H A Dif_vr.c1287 int cons, prog, total_len, rx_npkts; local
1292 cons = sc->vr_cdata.vr_rx_cons;
1299 for (prog = 0; prog < VR_RX_RING_CNT; VR_INC(cons, VR_RX_RING_CNT)) {
1307 cur_rx = &sc->vr_rdata.vr_rx_ring[cons];
1314 rxd = &sc->vr_cdata.vr_rxdesc[cons];
1350 if (vr_newbuf(sc, cons) != 0) {
1414 sc->vr_cdata.vr_rx_cons = cons;
1433 int cons, prod; local
1437 cons = sc->vr_cdata.vr_tx_cons;
1439 if (cons
[all...]
/freebsd-11-stable/sys/dev/cfe/
H A Dcfe_console.c37 #include <sys/cons.h>
/freebsd-11-stable/sys/dev/bvm/
H A Dbvm_console.c36 #include <sys/cons.h>
/freebsd-11-stable/sys/dev/altera/jtag_uart/
H A Daltera_jtag_uart_cons.c36 #include <sys/cons.h>
/freebsd-11-stable/sys/dev/ofw/
H A Dofw_console.c38 #include <sys/cons.h>
/freebsd-11-stable/sys/pc98/cbus/
H A Dsyscons_cbus.c37 #include <sys/cons.h>
/freebsd-11-stable/sys/powerpc/ps3/
H A Dps3_syscons.c36 #include <sys/cons.h>
/freebsd-11-stable/sys/sparc64/sparc64/
H A Ddump_machdep.c34 #include <sys/cons.h>
/freebsd-11-stable/sys/mips/atheros/
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>

Completed in 138 milliseconds

123456789