Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Ddcbnl.h89 u8 (*getfeatcfg)(struct net_device *, int, u8 *); member
/linux-4.1.27/net/dcb/
Ddcbnl.c1305 if (ops->getfeatcfg) { in dcbnl_cee_fill()
1312 if (!ops->getfeatcfg(netdev, i, &value) && in dcbnl_cee_fill()
1580 if (!netdev->dcbnl_ops->getfeatcfg) in dcbnl_getfeatcfg()
1602 ret = netdev->dcbnl_ops->getfeatcfg(netdev, i, &value); in dcbnl_getfeatcfg()
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_dcb.c1138 .getfeatcfg = qlcnic_dcb_get_feat_cfg,
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_dcb.c2544 .getfeatcfg = bnx2x_dcbnl_get_featcfg,