Home
last modified time | relevance | path

Searched refs:ECORE_ERR (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/bxe/
HDecore_sp.c326 ECORE_ERR("timeout waiting for state %d\n", state); in ecore_state_wait()
481 ECORE_ERR("execution of pending commands failed with rc %d\n", in __ecore_vlan_mac_h_exec_pending()
602 ECORE_ERR("Need to release vlan mac reader lock, but lock isn't taken\n"); in __ecore_vlan_mac_h_read_unlock()
661 ECORE_ERR("get_n_elements failed to get vlan mac reader lock; Access without lock\n"); in ecore_get_n_elements()
1588 ECORE_ERR("There is a pending MOVE command already\n"); in ecore_validate_vlan_mac_del()
1602 ECORE_ERR("Failed to return a credit\n"); in ecore_validate_vlan_mac_del()
1649 ECORE_ERR("There is a pending DEL command on the source queue already\n"); in ecore_validate_vlan_mac_move()
1662 ECORE_ERR("There is a pending ADD command on the destination queue already\n"); in ecore_validate_vlan_mac_move()
1870 ECORE_ERR("Failed to return the credit for the optimized ADD command\n"); in ecore_optimize_vlan_mac()
1873 ECORE_ERR("Failed to recover the credit from the optimized DEL command\n"); in ecore_optimize_vlan_mac()
[all …]
HDecore_sp.h270 #define ECORE_ERR(str, ...) \ macro