if_vmx.c | 401 static int vmxnet3_newbuf(struct vmxnet3_softc *, struct vmxnet3_rxqueue *, 2183 vmxnet3_newbuf(struct vmxnet3_softc *sc, struct vmxnet3_rxqueue *rxq, function in typeref:typename:int 2433 if (vmxnet3_newbuf(sc, rxq, rxr) != 0) { 2452 if (vmxnet3_newbuf(sc, rxq, rxr) != 0) { 2837 error = vmxnet3_newbuf(sc, rxq, rxr);
|