Searched refs:getpfccfg (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/include/net/ |
D | dcbnl.h | 76 void (*getpfccfg)(struct net_device *, int, u8 *); member
|
/linux-4.4.14/net/dcb/ |
D | dcbnl.c | 244 if (!netdev->dcbnl_ops->getpfccfg) in dcbnl_getpfccfg() 264 netdev->dcbnl_ops->getpfccfg(netdev, i - DCB_PFC_UP_ATTR_0, in dcbnl_getpfccfg() 1247 if (ops->getpfccfg) { in dcbnl_cee_fill() 1254 ops->getpfccfg(netdev, i - DCB_PFC_UP_ATTR_0, &value); in dcbnl_cee_fill()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_dcb_nl.c | 799 .getpfccfg = ixgbe_dcbnl_get_pfc_cfg,
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_dcb.c | 1132 .getpfccfg = qlcnic_dcb_get_pfc_cfg,
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_dcb.c | 1238 .getpfccfg = cxgb4_getpfccfg,
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_dcb.c | 2538 .getpfccfg = bnx2x_dcbnl_get_pfc_cfg,
|