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

  /src/sys/dev/pci/
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);

Completed in 13 milliseconds