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

  /src/sys/dev/pci/
if_iavf.c 508 static int iavf_queue_select(struct iavf_softc *, int);
1133 if (iavf_queue_select(sc, IAVF_VC_OP_ENABLE_QUEUES) != 0)
1167 if (iavf_queue_select(sc, IAVF_VC_OP_DISABLE_QUEUES) != 0) {
4881 iavf_queue_select(struct iavf_softc *sc, int opcode) function in typeref:typename:int
if_iavf.c 508 static int iavf_queue_select(struct iavf_softc *, int);
1133 if (iavf_queue_select(sc, IAVF_VC_OP_ENABLE_QUEUES) != 0)
1167 if (iavf_queue_select(sc, IAVF_VC_OP_DISABLE_QUEUES) != 0) {
4881 iavf_queue_select(struct iavf_softc *sc, int opcode) function in typeref:typename:int

Completed in 31 milliseconds