/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_dcb_nl.c | 328 if (!(pf->dcbx_cap & DCB_CAP_DCBX_VER_CEE) || in i40e_dcbnl_setstate() 372 if (!(pf->dcbx_cap & DCB_CAP_DCBX_VER_CEE) || in i40e_dcbnl_set_pg_tc_cfg_tx() 406 if (!(pf->dcbx_cap & DCB_CAP_DCBX_VER_CEE) || in i40e_dcbnl_set_pg_bwg_cfg_tx() 479 if (!(pf->dcbx_cap & DCB_CAP_DCBX_VER_CEE) || in i40e_dcbnl_get_pg_tc_cfg_tx() 504 if (!(pf->dcbx_cap & DCB_CAP_DCBX_VER_CEE) || in i40e_dcbnl_get_pg_bwg_cfg_tx() 535 if (!(pf->dcbx_cap & DCB_CAP_DCBX_VER_CEE) || in i40e_dcbnl_get_pg_tc_cfg_rx() 560 if (!(pf->dcbx_cap & DCB_CAP_DCBX_VER_CEE) || in i40e_dcbnl_get_pg_bwg_cfg_rx() 579 if (!(pf->dcbx_cap & DCB_CAP_DCBX_VER_CEE) || in i40e_dcbnl_set_pfc_cfg() 609 if (!(pf->dcbx_cap & DCB_CAP_DCBX_VER_CEE) || in i40e_dcbnl_get_pfc_cfg() 633 if (!(pf->dcbx_cap & DCB_CAP_DCBX_VER_CEE) || in i40e_dcbnl_cee_set_all() [all …]
|
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_dcb_nl.c | 170 ((mode & DCB_CAP_DCBX_VER_IEEE) && (mode & DCB_CAP_DCBX_VER_CEE)) || in ice_dcbnl_setdcbx() 191 if (mode & DCB_CAP_DCBX_VER_CEE) in ice_dcbnl_setdcbx() 312 !(pf->dcbx_cap & DCB_CAP_DCBX_VER_CEE)) in ice_dcbnl_get_pfc_cfg() 335 !(pf->dcbx_cap & DCB_CAP_DCBX_VER_CEE)) in ice_dcbnl_set_pfc_cfg() 399 !(pf->dcbx_cap & DCB_CAP_DCBX_VER_CEE)) in ice_dcbnl_setstate() 442 !(pf->dcbx_cap & DCB_CAP_DCBX_VER_CEE)) in ice_dcbnl_get_pg_tc_cfg_tx() 473 !(pf->dcbx_cap & DCB_CAP_DCBX_VER_CEE)) in ice_dcbnl_set_pg_tc_cfg_tx() 508 !(pf->dcbx_cap & DCB_CAP_DCBX_VER_CEE)) in ice_dcbnl_get_pg_bwg_cfg_tx() 532 !(pf->dcbx_cap & DCB_CAP_DCBX_VER_CEE)) in ice_dcbnl_set_pg_bwg_cfg_tx() 567 !(pf->dcbx_cap & DCB_CAP_DCBX_VER_CEE)) in ice_dcbnl_get_pg_tc_cfg_rx() [all …]
|
H A D | ice_dcb_lib.c | 97 return mode | DCB_CAP_DCBX_VER_CEE; in ice_dcb_get_mode()
|
/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_dcb.h | 18 (DCB_CAP_DCBX_VER_CEE | \ 22 (DCB_CAP_DCBX_VER_CEE | \
|
H A D | cxgb4_dcb.c | 113 if (dcb->supported & DCB_CAP_DCBX_VER_CEE) in cxgb4_dcb_update_support() 114 dcb->supported &= ~DCB_CAP_DCBX_VER_CEE; in cxgb4_dcb_update_support() 119 dcb->supported |= DCB_CAP_DCBX_VER_CEE; in cxgb4_dcb_update_support() 153 dcb->supported |= DCB_CAP_DCBX_VER_CEE; in cxgb4_dcb_state_fsm()
|
/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_dcb_nl.c | 163 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()
|
H A D | en_netdev.c | 3260 priv->dcbx_cap = DCB_CAP_DCBX_VER_CEE | DCB_CAP_DCBX_HOST | in mlx4_en_init_netdev()
|
/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_dcb_nl.c | 131 if (!(adapter->dcbx_cap & DCB_CAP_DCBX_VER_CEE)) in ixgbe_dcbnl_set_state() 304 if (!(adapter->dcbx_cap & DCB_CAP_DCBX_VER_CEE)) in ixgbe_dcbnl_set_all() 479 if (!(adapter->dcbx_cap & DCB_CAP_DCBX_VER_CEE)) in ixgbe_dcbnl_getapp() 720 ((mode & DCB_CAP_DCBX_VER_IEEE) && (mode & DCB_CAP_DCBX_VER_CEE)) || in ixgbe_dcbnl_setdcbx() 736 } else if (mode & DCB_CAP_DCBX_VER_CEE) { in ixgbe_dcbnl_setdcbx()
|
H A D | ixgbe_main.c | 5087 if (adapter->dcbx_cap & DCB_CAP_DCBX_VER_CEE) { in ixgbe_configure_dcb() 6312 adapter->dcbx_cap = DCB_CAP_DCBX_HOST | DCB_CAP_DCBX_VER_CEE; in ixgbe_init_dcb() 9182 if (adapter->dcbx_cap & DCB_CAP_DCBX_VER_CEE) in ixgbe_set_prio_tc_map()
|
/linux/include/uapi/linux/ |
H A D | dcbnl.h | 672 #define DCB_CAP_DCBX_VER_CEE 0x04 macro
|
/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_dcbx.c | 1480 *cap = (DCB_CAP_DCBX_VER_CEE | DCB_CAP_DCBX_VER_IEEE | in qed_dcbnl_getcap() 1552 mode |= DCB_CAP_DCBX_VER_CEE; in qed_dcbnl_getdcbx() 1816 !(mode & DCB_CAP_DCBX_VER_CEE) && !(mode & DCB_CAP_DCBX_STATIC)) { in qed_dcbnl_setdcbx() 1827 if (mode & DCB_CAP_DCBX_VER_CEE) { in qed_dcbnl_setdcbx()
|
/linux/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_dcb.c | 415 cap->dcb_capability = DCB_CAP_DCBX_VER_CEE | DCB_CAP_DCBX_LLD_MANAGED; in qlcnic_82xx_dcb_get_hw_capability() 552 cap->dcb_capability = DCB_CAP_DCBX_VER_CEE; in qlcnic_83xx_dcb_get_hw_capability()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_dcbnl.c | 855 DCB_CAP_DCBX_VER_CEE | in mlx5e_dcbnl_getcap() 1247 priv->dcbx.cap = DCB_CAP_DCBX_VER_CEE | in mlx5e_dcbnl_initialize()
|
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_dcb.c | 503 (mode & DCB_CAP_DCBX_VER_CEE) || in hclge_setdcbx()
|
/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_dcb.c | 743 if ((mode & DCB_CAP_DCBX_VER_CEE) || in bnxt_dcbnl_setdcbx()
|
/linux/drivers/target/iscsi/cxgbit/ |
H A D | cxgbit_main.c | 605 } else if (iscsi_app->dcbx & DCB_CAP_DCBX_VER_CEE) { in cxgbit_dcb_workfn()
|
H A D | cxgbit_cm.c | 886 } else if (caps & DCB_CAP_DCBX_VER_CEE) { in cxgbit_get_iscsi_dcb_priority()
|
/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_dcb.c | 1930 DCB_CAP_DCBX_VER_CEE | DCB_CAP_DCBX_STATIC) 2365 state = DCB_CAP_DCBX_LLD_MANAGED | DCB_CAP_DCBX_VER_CEE; in bnx2x_dcbnl_get_dcbx()
|
/linux/drivers/scsi/cxgbi/cxgb4i/ |
H A D | cxgb4i.c | 1755 } else if (caps & DCB_CAP_DCBX_VER_CEE) { in get_iscsi_dcb_priority() 2397 } else if (iscsi_app->dcbx & DCB_CAP_DCBX_VER_CEE) { in cxgb4_dcb_change_notify()
|
/linux/drivers/scsi/fcoe/ |
H A D | fcoe.c | 1805 if (entry->dcbx & DCB_CAP_DCBX_VER_CEE) in fcoe_dcb_app_notification()
|
/linux/net/dcb/ |
H A D | dcbnl.c | 1550 return dcbnl_notify(dev, event, cmd, seq, portid, DCB_CAP_DCBX_VER_CEE); in dcbnl_cee_notify()
|