Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Ddcbnl.h90 u8 (*setfeatcfg)(struct net_device *, int, u8); member
/linux-4.4.14/net/dcb/
Ddcbnl.c1621 if (!netdev->dcbnl_ops->setfeatcfg) in dcbnl_setfeatcfg()
1639 ret = netdev->dcbnl_ops->setfeatcfg(netdev, i, value); in dcbnl_setfeatcfg()
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_dcb.c2549 .setfeatcfg = bnx2x_dcbnl_set_featcfg,