Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Ddcbnl.h129 int (*dcbnl_getapptrust)(struct net_device *, u8 *, int *); member
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_dcb.c340 .dcbnl_getapptrust = lan966x_dcb_getapptrust,
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_dcb.c379 .dcbnl_getapptrust = sparx5_dcb_getapptrust,
/openbmc/linux/net/dcb/
H A Ddcbnl.c1064 static int dcbnl_getapptrust(struct net_device *netdev, struct sk_buff *skb) in dcbnl_getapptrust() function
1076 err = ops->dcbnl_getapptrust(netdev, selectors, &nselectors); in dcbnl_getapptrust()
1266 if (ops->dcbnl_getapptrust) { in dcbnl_ieee_fill()
1267 err = dcbnl_getapptrust(netdev, skb); in dcbnl_ieee_fill()