Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/brocade/bna/
Dbna_enet.c763 bfa_wc_down(&enet->chld_stop_wc); in bna_enet_cb_ethport_stopped()
838 bfa_wc_init(&(enet)->chld_stop_wc, bna_enet_cb_chld_stopped, (enet));\
839 bfa_wc_up(&(enet)->chld_stop_wc); \
841 bfa_wc_up(&(enet)->chld_stop_wc); \
843 bfa_wc_up(&(enet)->chld_stop_wc); \
845 bfa_wc_wait(&(enet)->chld_stop_wc); \
868 bfa_wc_init(&(enet)->chld_stop_wc, bna_enet_cb_chld_stopped, (enet));\
869 bfa_wc_up(&(enet)->chld_stop_wc); \
871 bfa_wc_wait(&(enet)->chld_stop_wc); \
1250 bfa_wc_down(&enet->chld_stop_wc); in bna_enet_cb_tx_stopped()
[all …]
Dbna_types.h361 struct bfa_wc chld_stop_wc; member