setpfcstate      2573 drivers/net/ethernet/broadcom/bnx2x/bnx2x_dcb.c 	.setpfcstate		= bnx2x_dcbnl_set_pfc_state,
setpfcstate      1266 drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb.c 	.setpfcstate		= cxgb4_setpfcstate,
setpfcstate       780 drivers/net/ethernet/intel/ixgbe/ixgbe_dcb_nl.c 	.setpfcstate	= ixgbe_dcbnl_setpfcstate,
setpfcstate       729 drivers/net/ethernet/mellanox/mlx4/en_dcb_nl.c 	.setpfcstate	= mlx4_en_dcbnl_setpfcstate,
setpfcstate       747 drivers/net/ethernet/mellanox/mlx4/en_dcb_nl.c 	.setpfcstate	= mlx4_en_dcbnl_setpfcstate,
setpfcstate      1009 drivers/net/ethernet/mellanox/mlx5/core/en_dcbnl.c 	.setpfcstate    = mlx5e_dcbnl_setpfcstate,
setpfcstate      2421 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 	.setpfcstate = qed_dcbnl_setpfcstate,
setpfcstate       171 drivers/net/ethernet/qlogic/qede/qede_dcbnl.c 	return edev->ops->dcb->setpfcstate(edev->cdev, state);
setpfcstate       335 drivers/net/ethernet/qlogic/qede/qede_dcbnl.c 	.setpfcstate = qede_dcbnl_setpfcstate,
setpfcstate       267 include/linux/qed/qed_eth_if.h 	void (*setpfcstate)(struct qed_dev *cdev, u8 state);
setpfcstate        84 include/net/dcbnl.h 	void (*setpfcstate)(struct net_device *, u8);
setpfcstate       421 net/dcb/dcbnl.c 	if (!netdev->dcbnl_ops->setpfcstate)
setpfcstate       426 net/dcb/dcbnl.c 	netdev->dcbnl_ops->setpfcstate(netdev, value);