Searched refs:nrx (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/sys/dev/netmap/
H A Dnetmap.c534 u_int ntx, nrx; local
540 nrx = netmap_real_rx_rings(na);
546 for (i = 0; i < nrx; i++) {
741 u_int ntx, nrx; local
745 nrx = na->num_rx_rings + 1;
747 len = (ntx + nrx) * sizeof(struct netmap_kring) + tailroom;
785 for (i = 0; i < nrx; i++) { /* Receive rings */
807 na->tailroom = na->rx_rings + nrx;
H A Dnetmap_mem2.c1469 u_int i, len, ntx, nrx; local
1473 nrx = na->num_rx_rings + 1;
1481 len = sizeof(struct netmap_if) + (nrx + ntx) * sizeof(ssize_t);
1503 for (i = 0; i < nrx; i++) {
H A Dnetmap_vale.c987 u_int nrx = netmap_real_rx_rings(na); local
992 tailroom = sizeof(uint32_t) * na->num_rx_desc * nrx;
1000 for (i = 0; i < nrx; i++) { /* Receive rings */
/freebsd-10.2-release/sys/dev/usb/controller/
H A Dmusb_otg.c3050 uint8_t nrx; local
3132 nrx =
3140 DPRINTFN(2, "RX/TX endpoints: %u/%u\n", nrx, ntx);
3142 sc->sc_ep_max = (nrx > ntx) ? nrx : ntx;
3181 if (frx && (temp <= nrx)) {
3227 if (frx && ftx && (temp <= nrx) && (temp <= ntx)) {
3237 } else if (frx && (temp <= nrx)) {
/freebsd-10.2-release/sys/dev/bwi/
H A Dif_bwi.c2297 bwi_dma_mbuf_destroy(struct bwi_softc *sc, int ntx, int nrx) argument
2321 if (nrx) {

Completed in 80 milliseconds