| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/ |
| H A D | ice_dcb_nl.c | 166 ((mode & DCB_CAP_DCBX_VER_IEEE) && (mode & DCB_CAP_DCBX_VER_CEE)) || in ice_dcbnl_setdcbx() 176 if (mode & DCB_CAP_DCBX_VER_CEE) in ice_dcbnl_setdcbx() 292 !(pf->dcbx_cap & DCB_CAP_DCBX_VER_CEE)) in ice_dcbnl_get_pfc_cfg() 315 !(pf->dcbx_cap & DCB_CAP_DCBX_VER_CEE)) in ice_dcbnl_set_pfc_cfg() 374 !(pf->dcbx_cap & DCB_CAP_DCBX_VER_CEE)) in ice_dcbnl_setstate() 412 !(pf->dcbx_cap & DCB_CAP_DCBX_VER_CEE)) in ice_dcbnl_get_pg_tc_cfg_tx() 443 !(pf->dcbx_cap & DCB_CAP_DCBX_VER_CEE)) in ice_dcbnl_set_pg_tc_cfg_tx() 473 !(pf->dcbx_cap & DCB_CAP_DCBX_VER_CEE)) in ice_dcbnl_get_pg_bwg_cfg_tx() 497 !(pf->dcbx_cap & DCB_CAP_DCBX_VER_CEE)) in ice_dcbnl_set_pg_bwg_cfg_tx() 527 !(pf->dcbx_cap & DCB_CAP_DCBX_VER_CEE)) in ice_dcbnl_get_pg_tc_cfg_rx() [all …]
|
| H A D | ice_dcb_lib.c | 138 return mode | DCB_CAP_DCBX_VER_CEE; in ice_dcb_get_mode()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/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 | 3240 priv->dcbx_cap = DCB_CAP_DCBX_VER_CEE | DCB_CAP_DCBX_HOST | in mlx4_en_init_netdev()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_dcb_nl.c | 133 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()
|
| H A D | ixgbe_main.c | 5068 if (adapter->dcbx_cap & DCB_CAP_DCBX_VER_CEE) { in ixgbe_configure_dcb() 6253 adapter->dcbx_cap = DCB_CAP_DCBX_HOST | DCB_CAP_DCBX_VER_CEE; in ixgbe_init_dcb() 9039 if (adapter->dcbx_cap & DCB_CAP_DCBX_VER_CEE) in ixgbe_set_prio_tc_map()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | dcbnl.h | 662 #define DCB_CAP_DCBX_VER_CEE 0x04 macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | dcbnl.h | 662 #define DCB_CAP_DCBX_VER_CEE 0x04 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | dcbnl.h | 662 #define DCB_CAP_DCBX_VER_CEE 0x04 macro
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| H A D | hclge_dcb.c | 395 (mode & DCB_CAP_DCBX_VER_CEE) || in hclge_setdcbx()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_dcbx.c | 1482 *cap = (DCB_CAP_DCBX_VER_CEE | DCB_CAP_DCBX_VER_IEEE | in qed_dcbnl_getcap() 1554 mode |= DCB_CAP_DCBX_VER_CEE; in qed_dcbnl_getdcbx() 1818 !(mode & DCB_CAP_DCBX_VER_CEE) && !(mode & DCB_CAP_DCBX_STATIC)) { in qed_dcbnl_setdcbx() 1829 if (mode & DCB_CAP_DCBX_VER_CEE) { in qed_dcbnl_setdcbx()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_dcbnl.c | 853 DCB_CAP_DCBX_VER_CEE | in mlx5e_dcbnl_getcap() 1263 priv->dcbx.cap = DCB_CAP_DCBX_VER_CEE | in mlx5e_dcbnl_initialize()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/drivers/target/iscsi/cxgbit/ |
| H A D | cxgbit_main.c | 598 } else if (iscsi_app->dcbx & DCB_CAP_DCBX_VER_CEE) { in cxgbit_dcb_workfn()
|
| H A D | cxgbit_cm.c | 884 } else if (caps & DCB_CAP_DCBX_VER_CEE) { in cxgbit_get_iscsi_dcb_priority()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt_dcb.c | 695 if ((mode & DCB_CAP_DCBX_VER_CEE) || in bnxt_dcbnl_setdcbx()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/cxgbi/cxgb4i/ |
| H A D | cxgb4i.c | 1754 } else if (caps & DCB_CAP_DCBX_VER_CEE) { in get_iscsi_dcb_priority() 2396 } else if (iscsi_app->dcbx & DCB_CAP_DCBX_VER_CEE) { in cxgb4_dcb_change_notify()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/fcoe/ |
| H A D | fcoe.c | 1815 if (entry->dcbx & DCB_CAP_DCBX_VER_CEE) in fcoe_dcb_app_notification()
|
| /OK3568_Linux_fs/kernel/net/dcb/ |
| H A D | dcbnl.c | 1414 return dcbnl_notify(dev, event, cmd, seq, portid, DCB_CAP_DCBX_VER_CEE); in dcbnl_cee_notify()
|