Home
last modified time | relevance | path

Searched refs:IONIC_PRINT (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/drivers/net/ionic/
H A Dionic_lif.c252 IONIC_PRINT(INFO, "rx_filter add (id %d)", in ionic_lif_addr_add()
289 IONIC_PRINT(INFO, "rx_filter del (id %d)", in ionic_lif_addr_del()
316 IONIC_PRINT(WARNING, in ionic_dev_remove_mac()
337 IONIC_PRINT(NOTICE, "New mac is null"); in ionic_dev_set_mac()
348 IONIC_PRINT(INFO, "Updating mac addr"); in ionic_dev_set_mac()
980 IONIC_PRINT(ERR, "OOM"); in ionic_lif_rss_setup()
1089 IONIC_PRINT(DEBUG, "Link up - %d Gbps", in ionic_link_status_check()
1093 IONIC_PRINT(DEBUG, "Link down"); in ionic_link_status_check()
1117 IONIC_PRINT(DEBUG, in ionic_notifyq_cb()
1349 IONIC_PRINT(DEBUG, "txq->db %p", q->db); in ionic_lif_txq_init()
[all …]
H A Dionic_main.c132 IONIC_PRINT(ERR, "%s (%d) failed: %s (%d)", in ionic_adminq_check_err()
177 IONIC_PRINT(DEBUG, "Sending %s to the admin queue", in ionic_adminq_post_wait()
208 IONIC_PRINT(DEBUG, "DEVCMD %d done took %ld msecs", in ionic_dev_cmd_wait()
219 IONIC_PRINT(DEBUG, "DEVCMD %d timeout after %ld msecs", in ionic_dev_cmd_wait()
342 IONIC_PRINT(INFO, "speed %d ", ident->port.config.speed); in ionic_port_identify()
343 IONIC_PRINT(INFO, "mtu %d ", ident->port.config.mtu); in ionic_port_identify()
344 IONIC_PRINT(INFO, "state %d ", ident->port.config.state); in ionic_port_identify()
348 IONIC_PRINT(INFO, "loopback_mode %d", in ionic_port_identify()
409 IONIC_PRINT(ERR, "Failed to init port"); in ionic_port_init()
416 IONIC_PRINT(WARNING, "Failed to bring port UP"); in ionic_port_init()
[all …]
H A Dionic_ethdev.c344 IONIC_PRINT(DEBUG, "->"); in ionic_dev_interrupt_handler()
567 IONIC_PRINT(ERR, "RSS RETA not initialized, " in ionic_dev_rss_reta_update()
641 IONIC_PRINT(NOTICE, "RSS not enabled"); in ionic_dev_rss_hash_conf_get()
779 IONIC_PRINT(ERR, "id value isn't valid"); in ionic_dev_xstats_get_names_by_id()
839 IONIC_PRINT(ERR, "id value isn't valid"); in ionic_dev_xstats_get_by_id()
918 IONIC_PRINT(ERR, "Invalid link setting"); in ionic_dev_start()
1084 IONIC_PRINT(ERR, "Fail to create eventfd"); in ionic_configure_intr()
1089 IONIC_PRINT(DEBUG, in ionic_configure_intr()
1108 IONIC_PRINT(ERR, in ionic_configure_intr()
1158 IONIC_PRINT(DEBUG, "Initializing device %s", in eth_ionic_pci_probe()
[all …]
H A Dionic_logs.h12 #define IONIC_PRINT(level, fmt, args...) rte_log(RTE_LOG_ ## level, \ macro
15 #define IONIC_PRINT_CALL() IONIC_PRINT(DEBUG, " >>")
21 IONIC_PRINT(WARNING, "WARN_ON: \"" #x "\" at %s:%d\n", \
H A Dionic_mac_api.c40 IONIC_PRINT(ERR, "Unsupported vendor id: %" PRIx32 "", in ionic_set_mac_type()
53 IONIC_PRINT(ERR, "Unsupported device id: %" PRIx32 "", in ionic_set_mac_type()
58 IONIC_PRINT(INFO, "Mac: %d (%d)", in ionic_set_mac_type()
H A Dionic_rxtx.c169 IONIC_PRINT(DEBUG, "Configuring TX queue %u with %u buffers", in ionic_dev_tx_queue_setup()
173 IONIC_PRINT(DEBUG, "Queue index %u not available " in ionic_dev_tx_queue_setup()
194 IONIC_PRINT(DEBUG, "Queue allocation failure"); in ionic_dev_tx_queue_setup()
659 IONIC_PRINT(ERR, in ionic_dev_rx_queue_setup()
671 IONIC_PRINT(ERR, in ionic_dev_rx_queue_setup()
689 IONIC_PRINT(ERR, "Queue allocation failure"); in ionic_dev_rx_queue_setup()
898 IONIC_PRINT(ERR, "RX mbuf alloc failed"); in ionic_rx_fill()
922 IONIC_PRINT(ERR, "RX mbuf alloc failed"); in ionic_rx_fill()
938 IONIC_PRINT(ERR, "Rx SG size is not sufficient (%d < %d)", in ionic_rx_fill()
962 IONIC_PRINT(DEBUG, "Allocating RX queue buffers (size: %u)", in ionic_dev_rx_queue_start()
[all …]
H A Dionic_dev.c25 IONIC_PRINT(ERR, "No bars found, aborting"); in ionic_dev_setup()
30 IONIC_PRINT(ERR, in ionic_dev_setup()
48 IONIC_PRINT(ERR, "Incompatible firmware signature %" PRIx32 "", in ionic_dev_setup()
58 IONIC_PRINT(DEBUG, "Firmware version: %s", adapter->fw_version); in ionic_dev_setup()
63 IONIC_PRINT(ERR, "Doorbell bar missing, aborting"); in ionic_dev_setup()
362 IONIC_PRINT(ERR, "Descriptor size is %zu", desc_size); in ionic_cq_init()
369 IONIC_PRINT(ERR, "%u descriptors (min: %u max: %u)", in ionic_cq_init()