Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sriov.c1289 mutex_init(&bp->vfdb->bulletin_mutex); in bnx2x_iov_init_one()
1461 mutex_lock(&bp->vfdb->bulletin_mutex); in bnx2x_iov_link_update_vf()
1507 mutex_unlock(&bp->vfdb->bulletin_mutex); in bnx2x_iov_link_update_vf()
2629 mutex_lock(&bp->vfdb->bulletin_mutex); in bnx2x_get_vf_config()
2646 mutex_unlock(&bp->vfdb->bulletin_mutex); in bnx2x_get_vf_config()
2686 mutex_lock(&bp->vfdb->bulletin_mutex); in bnx2x_set_vf_mac()
2698 mutex_unlock(&bp->vfdb->bulletin_mutex); in bnx2x_set_vf_mac()
2821 mutex_lock(&bp->vfdb->bulletin_mutex); in bnx2x_set_vf_vlan()
2833 mutex_unlock(&bp->vfdb->bulletin_mutex); in bnx2x_set_vf_vlan()
Dbnx2x_sriov.h360 struct mutex bulletin_mutex; member