Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Ddcbnl.h61 int (*ieee_peer_getpfc) (struct net_device *, struct ieee_pfc *); member
/linux-4.1.27/net/dcb/
Ddcbnl.c1141 if (ops->ieee_peer_getpfc) { in dcbnl_ieee_fill()
1144 err = ops->ieee_peer_getpfc(netdev, &pfc); in dcbnl_ieee_fill()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_dcb.c1210 .ieee_peer_getpfc = cxgb4_ieee_get_pfc,