Home
last modified time | relevance | path

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

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