Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Ddcbnl.h70 int (*ieee_getqcn) (struct net_device *, struct ieee_qcn *); member
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_dcb_nl.c715 .ieee_getqcn = mlx4_en_dcbnl_ieee_getqcn,
/openbmc/linux/net/dcb/
H A Ddcbnl.c1175 if (ops->ieee_getqcn) { in dcbnl_ieee_fill()
1179 err = ops->ieee_getqcn(netdev, &qcn); in dcbnl_ieee_fill()