Home
last modified time | relevance | path

Searched refs:fwreq_mutex (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/aquantia/atlantic/
Daq_ethtool.c405 mutex_lock(&aq_nic->fwreq_mutex); in aq_ethtool_get_eee()
408 mutex_unlock(&aq_nic->fwreq_mutex); in aq_ethtool_get_eee()
441 mutex_lock(&aq_nic->fwreq_mutex); in aq_ethtool_set_eee()
444 mutex_unlock(&aq_nic->fwreq_mutex); in aq_ethtool_set_eee()
456 mutex_lock(&aq_nic->fwreq_mutex); in aq_ethtool_set_eee()
458 mutex_unlock(&aq_nic->fwreq_mutex); in aq_ethtool_set_eee()
472 mutex_lock(&aq_nic->fwreq_mutex); in aq_ethtool_nway_reset()
474 mutex_unlock(&aq_nic->fwreq_mutex); in aq_ethtool_nway_reset()
515 mutex_lock(&aq_nic->fwreq_mutex); in aq_ethtool_set_pauseparam()
517 mutex_unlock(&aq_nic->fwreq_mutex); in aq_ethtool_set_pauseparam()
Daq_nic.c202 mutex_lock(&self->fwreq_mutex); in aq_nic_service_task()
205 mutex_unlock(&self->fwreq_mutex); in aq_nic_service_task()
246 mutex_lock(&self->fwreq_mutex); in aq_nic_ndev_register()
249 mutex_unlock(&self->fwreq_mutex); in aq_nic_ndev_register()
319 mutex_lock(&self->fwreq_mutex); in aq_nic_init()
321 mutex_unlock(&self->fwreq_mutex); in aq_nic_init()
720 mutex_lock(&self->fwreq_mutex); in aq_nic_get_stats()
722 mutex_unlock(&self->fwreq_mutex); in aq_nic_get_stats()
912 mutex_lock(&self->fwreq_mutex); in aq_nic_set_link_ksettings()
914 mutex_unlock(&self->fwreq_mutex); in aq_nic_set_link_ksettings()
[all …]
Daq_nic.h110 struct mutex fwreq_mutex; member
Daq_pci_func.c225 mutex_init(&self->fwreq_mutex); in aq_pci_probe()