Searched refs:setpfcstate (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/net/ethernet/qlogic/qede/ |
H A D | qede_dcbnl.c | 172 return edev->ops->dcb->setpfcstate(edev->cdev, state); in qede_dcbnl_setpfcstate() 336 .setpfcstate = qede_dcbnl_setpfcstate,
|
/linux/include/net/ |
H A D | dcbnl.h | 100 void (*setpfcstate)(struct net_device *, u8); member
|
/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_dcb_nl.c | 729 .setpfcstate = mlx4_en_dcbnl_setpfcstate, 747 .setpfcstate = mlx4_en_dcbnl_setpfcstate,
|
/linux/include/linux/qed/ |
H A D | qed_eth_if.h | 230 void (*setpfcstate)(struct qed_dev *cdev, u8 state); member
|
/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_dcb_nl.c | 863 .setpfcstate = i40e_dcbnl_setpfcstate,
|
/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_dcb_nl.c | 778 .setpfcstate = ixgbe_dcbnl_setpfcstate,
|
/linux/net/dcb/ |
H A D | dcbnl.c | 455 if (!netdev->dcbnl_ops->setpfcstate) in dcbnl_setpfcstate() 460 netdev->dcbnl_ops->setpfcstate(netdev, value); in dcbnl_setpfcstate()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_dcbnl.c | 1020 .setpfcstate = mlx5e_dcbnl_setpfcstate,
|
/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_dcb.c | 1266 .setpfcstate = cxgb4_setpfcstate,
|
/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_dcbx.c | 2394 .setpfcstate = qed_dcbnl_setpfcstate,
|
/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_dcb.c | 2572 .setpfcstate = bnx2x_dcbnl_set_pfc_state,
|