Searched refs:MCLBYTES (Results 201 - 214 of 214) sorted by relevance

123456789

/netbsd-current/sys/dev/pci/ixgbe/
H A Dix_txrx.c463 * non-MCLBYTES-sized clusters
1320 if (rxr->mbuf_sz == MCLBYTES)
H A Dixv.c773 sc->rx_mbuf_sz = MCLBYTES;
H A Dixgbe.c4130 sc->rx_mbuf_sz = MCLBYTES;
/netbsd-current/sys/dev/pci/
H A Dif_iwm.c1331 mapsize = MCLBYTES;
3769 if (size <= MCLBYTES) {
H A Dxmm7360.c2928 KASSERT(sz <= MCLBYTES);
H A Dif_bnxreg.h4751 #define BNX_MAX_MRU MCLBYTES
H A Dif_ena.c1038 mlen = MCLBYTES;
H A Dif_rgereg.h334 #define RGE_JUMBO_FRAMELEN (MCLBYTES - ETHER_ALIGN)
/netbsd-current/sys/dev/usb/
H A Dif_otus.c1785 if (__predict_true(align + mlen <= MCLBYTES))
H A Dif_athn_usb.c2364 if (__predict_true(pktlen <= MCLBYTES)) {
2377 } else /* Drop frames larger than MCLBYTES. */
H A Dif_run.c2348 if (__predict_true(len <= MCLBYTES))
H A Dif_urtwn.c2456 if (__predict_false(pktlen > MCLBYTES)) {
/netbsd-current/sys/dev/ic/
H A Dwi.c1694 if (off + len > MCLBYTES) {
/netbsd-current/sys/dev/hyperv/
H A Dif_hvn.c4687 if (size <= MCLBYTES)

Completed in 300 milliseconds

123456789