Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bfe/
H A Dbfe.c391 return (BFE_FAILURE); in bfe_reset_phy()
457 return (BFE_FAILURE); in bfe_probe_phy()
552 if (bfe_probe_phy(bfe) == BFE_FAILURE) { in bfe_startup_phy()
554 return (BFE_FAILURE); in bfe_startup_phy()
670 return (BFE_FAILURE); in bfe_startup_phy()
1940 return (BFE_FAILURE); in bfe_send_a_packet()
2033 if (bfe_send_a_packet(bfe, mp) == BFE_FAILURE) { in bfe_mac_transmit_packet()
2881 if (bfe_identify_hardware(bfe) == BFE_FAILURE) { in bfe_attach()
H A Dbfe.h37 #define BFE_FAILURE DDI_FAILURE macro