Lines Matching full:qman
44 #include "qman.h"
116 device_printf(sc->sc_dev, "QMan Exception: %s.\n", message); in qman_exception()
195 /* Initialize QMan */ in qman_attach()
225 device_printf(dev, "could not get QMan revision\n"); in qman_attach()
291 * @group QMan API functions implementation.
310 /* Ensure we have got QMan port initialized */ in qman_fqr_create()
313 device_printf(sc->sc_dev, "could not setup QMan portal\n"); in qman_fqr_create()
405 /* Ensure we have got QMan port initialized */ in qman_fqr_register_cb()
408 device_printf(sc->sc_dev, "could not setup QMan portal\n"); in qman_fqr_register_cb()
430 /* Ensure we have got QMan port initialized */ in qman_fqr_enqueue()
433 device_printf(sc->sc_dev, "could not setup QMan portal\n"); in qman_fqr_enqueue()
456 /* Ensure we have got QMan port initialized */ in qman_fqr_get_counter()
459 device_printf(sc->sc_dev, "could not setup QMan portal\n"); in qman_fqr_get_counter()
481 /* Ensure we have got QMan port initialized */ in qman_fqr_pull_frame()
484 device_printf(sc->sc_dev, "could not setup QMan portal\n"); in qman_fqr_pull_frame()
506 /* Ensure we have got QMan port initialized */ in qman_fqr_get_base_fqid()
509 device_printf(sc->sc_dev, "could not setup QMan portal\n"); in qman_fqr_get_base_fqid()
531 /* Ensure we have got QMan port initialized */ in qman_poll()
534 device_printf(sc->sc_dev, "could not setup QMan portal\n"); in qman_poll()