Searched refs:RGE_JUMBO_FRAMELEN (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/dev/pci/
H A Dif_rge.c542 NULL, RGE_JUMBO_FRAMELEN, &sc->sc_queues->q_rx.rge_rx_ring);
808 RGE_WRITE_2(sc, RGE_RXMAXSIZE, RGE_JUMBO_FRAMELEN);
1046 error = bus_dmamap_create(sc->sc_dmat, RGE_JUMBO_FRAMELEN,
1047 RGE_TX_NSEGS, RGE_JUMBO_FRAMELEN, 0,
1097 error = bus_dmamap_create(sc->sc_dmat, RGE_JUMBO_FRAMELEN, 1,
1098 RGE_JUMBO_FRAMELEN, 0, BUS_DMA_NOWAIT | BUS_DMA_ALLOCNOW,
1123 m = MCLGETL(NULL, M_DONTWAIT, RGE_JUMBO_FRAMELEN);
1127 m->m_len = m->m_pkthdr.len = RGE_JUMBO_FRAMELEN;
1172 r->hi_qword1.rx_qword4.rge_cmdsts = htole32(RGE_JUMBO_FRAMELEN);
H A Dif_rgereg.h377 #define RGE_JUMBO_FRAMELEN 9216
379 (RGE_JUMBO_FRAMELEN - ETHER_HDR_LEN - ETHER_CRC_LEN - \
373 #define RGE_JUMBO_FRAMELEN macro

Completed in 184 milliseconds