HomeSort by: relevance | last modified time | path
    Searched defs:add_rxbuf (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_kse.c 337 static int add_rxbuf(struct kse_softc *, int);
749 if ((error = add_rxbuf(sc, i)) != 0) {
1130 add_rxbuf(struct kse_softc *sc, int idx) function in typeref:typename:int
1255 if (add_rxbuf(sc, i) != 0) {
  /src/sys/arch/arm/sociox/
if_scx.c 575 static int add_rxbuf(struct scx_softc *, int);
1153 if ((error = add_rxbuf(sc, i)) != 0) {
1625 if (add_rxbuf(sc, i) != 0) {
1651 add_rxbuf(struct scx_softc *sc, int i) function in typeref:typename:int
1673 panic("add_rxbuf");

Completed in 17 milliseconds