Home
last modified time | relevance | path

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

/freebsd/sys/dev/sfxge/
H A Dsfxge_port.c108 SFXGE_PORT_LOCK(&sc->port); in sfxge_get_counter()
171 SFXGE_PORT_LOCK(&sc->port); in sfxge_mac_stat_handler()
252 SFXGE_PORT_LOCK(port); in sfxge_port_wanted_fc_handler()
265 SFXGE_PORT_LOCK(port); in sfxge_port_wanted_fc_handler()
285 SFXGE_PORT_LOCK(port); in sfxge_port_link_fc_handler()
343 SFXGE_PORT_LOCK(port); in sfxge_mac_poll_work()
426 SFXGE_PORT_LOCK(port); in sfxge_mac_filter_set()
454 SFXGE_PORT_LOCK(port); in sfxge_port_stop()
493 SFXGE_PORT_LOCK(port); in sfxge_port_start()
621 SFXGE_PORT_LOCK(&sc->port); in sfxge_phy_stat_handler()
[all …]
H A Dsfxge.h439 #define SFXGE_PORT_LOCK(_port) \ macro