Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/sfxge/
Dsfxge_port.c111 SFXGE_PORT_LOCK(&sc->port); in sfxge_get_counter()
174 SFXGE_PORT_LOCK(&sc->port); in sfxge_mac_stat_handler()
257 SFXGE_PORT_LOCK(port); in sfxge_port_wanted_fc_handler()
270 SFXGE_PORT_LOCK(port); in sfxge_port_wanted_fc_handler()
290 SFXGE_PORT_LOCK(port); in sfxge_port_link_fc_handler()
345 SFXGE_PORT_LOCK(port); in sfxge_mac_poll_work()
429 SFXGE_PORT_LOCK(port); in sfxge_mac_filter_set()
457 SFXGE_PORT_LOCK(port); in sfxge_port_stop()
495 SFXGE_PORT_LOCK(port); in sfxge_port_start()
624 SFXGE_PORT_LOCK(&sc->port); in sfxge_phy_stat_handler()
[all …]
Dsfxge.h445 #define SFXGE_PORT_LOCK(_port) \ macro