Searched refs:setpfcstate (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/include/net/ |
D | dcbnl.h | 95 void (*setpfcstate)(struct net_device *, u8); member
|
/Linux-v4.19/drivers/net/ethernet/qlogic/qede/ |
D | qede_dcbnl.c | 174 return edev->ops->dcb->setpfcstate(edev->cdev, state); in qede_dcbnl_setpfcstate() 338 .setpfcstate = qede_dcbnl_setpfcstate,
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/ |
D | en_dcb_nl.c | 729 .setpfcstate = mlx4_en_dcbnl_setpfcstate, 747 .setpfcstate = mlx4_en_dcbnl_setpfcstate,
|
/Linux-v4.19/include/linux/qed/ |
D | qed_eth_if.h | 267 void (*setpfcstate)(struct qed_dev *cdev, u8 state); member
|
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_dcb_nl.c | 780 .setpfcstate = ixgbe_dcbnl_setpfcstate,
|
/Linux-v4.19/net/dcb/ |
D | dcbnl.c | 428 if (!netdev->dcbnl_ops->setpfcstate) in dcbnl_setpfcstate() 433 netdev->dcbnl_ops->setpfcstate(netdev, value); in dcbnl_setpfcstate()
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_dcbnl.c | 1009 .setpfcstate = mlx5e_dcbnl_setpfcstate,
|
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_dcb.c | 1251 .setpfcstate = cxgb4_setpfcstate,
|
/Linux-v4.19/drivers/net/ethernet/qlogic/qed/ |
D | qed_dcbx.c | 2422 .setpfcstate = qed_dcbnl_setpfcstate,
|
/Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_dcb.c | 2573 .setpfcstate = bnx2x_dcbnl_set_pfc_state,
|