Searched refs:ieee_peer_getpfc (Results 1 – 3 of 3) sorted by relevance
61 int (*ieee_peer_getpfc) (struct net_device *, struct ieee_pfc *); member
1138 if (ops->ieee_peer_getpfc) { in dcbnl_ieee_fill()1141 err = ops->ieee_peer_getpfc(netdev, &pfc); in dcbnl_ieee_fill()
1226 .ieee_peer_getpfc = cxgb4_ieee_get_pfc,