Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_txrx.h167 int fbnic_wait_all_queues_idle(struct fbnic_dev *fbd, bool may_fail);
H A Dfbnic_pci.c167 fbnic_wait_all_queues_idle(fbn->fbd, false); in fbnic_down()
H A Dfbnic_ethtool.c339 err = fbnic_wait_all_queues_idle(fbn->fbd, true); in fbnic_set_ringparam()
1479 err = fbnic_wait_all_queues_idle(fbn->fbd, true); in fbnic_set_channels()
H A Dfbnic_txrx.c1981 int fbnic_wait_all_queues_idle(struct fbnic_dev *fbd, bool may_fail) in fbnic_wait_all_queues_idle() function