Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bfe/
H A Dbfe.c430 if (bfe->bfe_machdl != NULL) in bfe_stop_phy()
484 mac_tx_update(bfe->bfe_machdl); in bfe_timeout()
539 mac_tx_update(bfe->bfe_machdl); in bfe_timeout()
723 mac_link_update(bfe->bfe_machdl, bfe->bfe_chip.link); in bfe_report_link()
1837 mac_tx_update(bfe->bfe_machdl); in bfe_mac_setprop()
1868 mac_tx_update(bfe->bfe_machdl); in bfe_mac_start()
2438 mac_rx(bfe->bfe_machdl, 0, rx_head); in bfe_interrupt()
2445 mac_tx_update(bfe->bfe_machdl); in bfe_interrupt()
2835 mac_tx_update(bfe->bfe_machdl); in bfe_resume()
2953 (void) mac_unregister(bfe->bfe_machdl); in bfe_attach()
[all …]
H A Dbfe.h309 mac_handle_t bfe_machdl; member