Home
last modified time | relevance | path

Searched refs:DCB_CAP_DCBX_VER_CEE (Results 1 – 17 of 17) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_dcb.h30 (DCB_CAP_DCBX_VER_CEE | \
34 (DCB_CAP_DCBX_VER_CEE | \
Dcxgb4_dcb.c147 dcb->supported |= DCB_CAP_DCBX_VER_CEE; in cxgb4_dcb_state_fsm()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/
Den_dcb_nl.c163 if (!(priv->dcbx_cap & DCB_CAP_DCBX_VER_CEE)) in mlx4_en_dcbnl_set_all()
234 if (!(priv->dcbx_cap & DCB_CAP_DCBX_VER_CEE)) in mlx4_en_dcbnl_set_state()
264 if (!(priv->dcbx_cap & DCB_CAP_DCBX_VER_CEE)) in mlx4_en_dcbnl_getapp()
276 if (!(priv->dcbx_cap & DCB_CAP_DCBX_VER_CEE)) in mlx4_en_dcbnl_setapp()
468 (mode & DCB_CAP_DCBX_VER_CEE)) || in mlx4_en_dcbnl_setdcbx()
482 } else if (mode & DCB_CAP_DCBX_VER_CEE) { in mlx4_en_dcbnl_setdcbx()
Den_netdev.c3333 priv->dcbx_cap = DCB_CAP_DCBX_VER_CEE | DCB_CAP_DCBX_HOST | in mlx4_en_init_netdev()
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_dcb_nl.c133 if (!(adapter->dcbx_cap & DCB_CAP_DCBX_VER_CEE)) in ixgbe_dcbnl_set_state()
306 if (!(adapter->dcbx_cap & DCB_CAP_DCBX_VER_CEE)) in ixgbe_dcbnl_set_all()
481 if (!(adapter->dcbx_cap & DCB_CAP_DCBX_VER_CEE)) in ixgbe_dcbnl_getapp()
722 ((mode & DCB_CAP_DCBX_VER_IEEE) && (mode & DCB_CAP_DCBX_VER_CEE)) || in ixgbe_dcbnl_setdcbx()
738 } else if (mode & DCB_CAP_DCBX_VER_CEE) { in ixgbe_dcbnl_setdcbx()
Dixgbe_main.c4996 if (adapter->dcbx_cap & DCB_CAP_DCBX_VER_CEE) { in ixgbe_configure_dcb()
6133 adapter->dcbx_cap = DCB_CAP_DCBX_HOST | DCB_CAP_DCBX_VER_CEE; in ixgbe_init_dcb()
8887 if (adapter->dcbx_cap & DCB_CAP_DCBX_VER_CEE) in ixgbe_set_prio_tc_map()
/Linux-v4.19/include/uapi/linux/
Ddcbnl.h662 #define DCB_CAP_DCBX_VER_CEE 0x04 macro
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_dcb.c285 (mode & DCB_CAP_DCBX_VER_CEE) || in hclge_setdcbx()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Den_dcbnl.c845 DCB_CAP_DCBX_VER_CEE | in mlx5e_dcbnl_getcap()
1197 priv->dcbx.cap = DCB_CAP_DCBX_VER_CEE | in mlx5e_dcbnl_initialize()
/Linux-v4.19/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_dcb.c416 cap->dcb_capability = DCB_CAP_DCBX_VER_CEE | DCB_CAP_DCBX_LLD_MANAGED; in qlcnic_82xx_dcb_get_hw_capability()
553 cap->dcb_capability = DCB_CAP_DCBX_VER_CEE; in qlcnic_83xx_dcb_get_hw_capability()
/Linux-v4.19/drivers/net/ethernet/qlogic/qed/
Dqed_dcbx.c1508 *cap = (DCB_CAP_DCBX_VER_CEE | DCB_CAP_DCBX_VER_IEEE | in qed_dcbnl_getcap()
1580 mode |= DCB_CAP_DCBX_VER_CEE; in qed_dcbnl_getdcbx()
1844 !(mode & DCB_CAP_DCBX_VER_CEE) && !(mode & DCB_CAP_DCBX_STATIC)) { in qed_dcbnl_setdcbx()
1855 if (mode & DCB_CAP_DCBX_VER_CEE) { in qed_dcbnl_setdcbx()
/Linux-v4.19/drivers/target/iscsi/cxgbit/
Dcxgbit_main.c599 } else if (iscsi_app->dcbx & DCB_CAP_DCBX_VER_CEE) { in cxgbit_dcb_workfn()
Dcxgbit_cm.c866 } else if (caps & DCB_CAP_DCBX_VER_CEE) { in cxgbit_get_iscsi_dcb_priority()
/Linux-v4.19/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_dcb.c697 if ((mode & DCB_CAP_DCBX_VER_CEE) || in bnxt_dcbnl_setdcbx()
/Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_dcb.c1931 DCB_CAP_DCBX_VER_CEE | DCB_CAP_DCBX_STATIC)
2366 state = DCB_CAP_DCBX_LLD_MANAGED | DCB_CAP_DCBX_VER_CEE; in bnx2x_dcbnl_get_dcbx()
/Linux-v4.19/drivers/scsi/fcoe/
Dfcoe.c1826 if (entry->dcbx & DCB_CAP_DCBX_VER_CEE) in fcoe_dcb_app_notification()
/Linux-v4.19/net/dcb/
Ddcbnl.c1409 return dcbnl_notify(dev, event, cmd, seq, portid, DCB_CAP_DCBX_VER_CEE); in dcbnl_cee_notify()