Home
last modified time | relevance | path

Searched refs:disable_hw (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.h287 void bnx2x_int_disable_sync(struct bnx2x *bp, int disable_hw);
549 void bnx2x_netif_stop(struct bnx2x *bp, int disable_hw);
Dbnx2x_cmn.c1901 void bnx2x_netif_stop(struct bnx2x *bp, int disable_hw) in bnx2x_netif_stop() argument
1903 bnx2x_int_disable_sync(bp, disable_hw); in bnx2x_netif_stop()
Dbnx2x_main.c1681 void bnx2x_int_disable_sync(struct bnx2x *bp, int disable_hw) in bnx2x_int_disable_sync() argument
1686 if (disable_hw) in bnx2x_int_disable_sync()