/src/sys/arch/hp300/stand/common/ |
if_le.c | 61 u_char *sc_rbuf, *sc_tbuf; member in struct:le_softc 380 sc->sc_tbuf = mem; 565 memcpy(sc->sc_tbuf + (BUFSIZE * sc->sc_next_td), pkt, len);
|
/src/sys/dev/scsipi/ |
if_se.c | 186 char *sc_tbuf; member in struct:se_softc 356 sc->sc_tbuf = malloc(ETHERMTU + sizeof(struct ether_header), 431 free(sc->sc_tbuf, M_DEVBUF); 518 cp = sc->sc_tbuf; 528 cp - (u_char *)sc->sc_tbuf, SEMINSIZE); 541 sc->sc_tbuf, len, SERETRIES,
|
if_dse.c | 189 char *sc_tbuf; member in struct:dse_softc 384 sc->sc_tbuf = malloc(ETHERMTU + sizeof(struct ether_header) + 462 free(sc->sc_tbuf, M_DEVBUF); 554 cp = sc->sc_tbuf; 565 cp - (u_char *)sc->sc_tbuf, DSE_MINSIZE); 580 sc->sc_tbuf, len, DSE_RETRIES,
|