Searched refs:iavf_dbg_vc (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/ixl/
H A Diavf_vc.c76 iavf_dbg_vc(sc,
582 iavf_dbg_vc(sc, "%s: cnt == 0, exiting...\n", __func__);
605 iavf_dbg_vc(sc, "ADD: " MAC_FORMAT "\n",
640 iavf_dbg_vc(sc, "%s: cnt == 0, exiting...\n", __func__);
660 iavf_dbg_vc(sc, "DEL: " MAC_FORMAT "\n",
772 iavf_dbg_vc(sc, "config_rss: vsi_id %d, key_len %d\n",
871 iavf_dbg_vc(sc, "%s: opcode %s\n", __func__,
880 iavf_dbg_vc(sc, "Link change: status %d, speed %s\n",
895 iavf_dbg_vc(sc, "Unknown event %d from AQ\n",
947 iavf_dbg_vc(s
[all...]
H A Diavf.h176 #define iavf_dbg_vc(sc, s, ...) ixl_debug_core(sc->dev, sc->dbg_mask, IAVF_DBG_VC, s, ##__VA_ARGS__) macro
H A Dif_iavf.c587 iavf_dbg_vc(sc, "Error sending %b: %d\n", op, IAVF_FLAGS, error);
593 iavf_dbg_vc(sc, "Sleeping for op %b\n", op, IAVF_FLAGS);
611 iavf_dbg_vc(sc, "Error sending %b: %d\n", op, IAVF_FLAGS, error);

Completed in 216 milliseconds