Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_uld.h527 int cxgb4_flush_eq_cache(struct net_device *dev);
H A Dcxgb4_main.c2206 int cxgb4_flush_eq_cache(struct net_device *dev) in cxgb4_flush_eq_cache() function
2212 EXPORT_SYMBOL(cxgb4_flush_eq_cache);
/openbmc/linux/drivers/infiniband/hw/cxgb4/
H A Ddevice.c1430 ret = cxgb4_flush_eq_cache(ctx->dev->rdev.lldi.ports[0]); in recover_queues()