if_jme.c | 1325 jme_encap(struct jme_softc *sc, struct mbuf * const m) function in typeref:typename:int 1442 printf("jme_encap prod %d nsegs %d jme_tx_cnt %d\n", prod, nsegs, sc->jme_tx_cnt); 1501 printf("jme_encap prod now %d\n", sc->jme_tx_prod); 1649 if ((error = jme_encap(sc, mb_head)) != 0) {
|