Home
last modified time | relevance | path

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

/linux-3.4.99/include/net/
Ddcbnl.h86 u8 (*setfeatcfg)(struct net_device *, int, u8); member
/linux-3.4.99/net/dcb/
Ddcbnl.c1828 if (!netdev->dcbnl_ops->setfeatcfg) in dcbnl_setfeatcfg()
1846 ret = netdev->dcbnl_ops->setfeatcfg(netdev, i, value); in dcbnl_setfeatcfg()
/linux-3.4.99/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_dcb.c2502 .setfeatcfg = bnx2x_dcbnl_set_featcfg,