Home
last modified time | relevance | path

Searched refs:DCB_CAP_DCBX_VER_IEEE (Results 1 – 25 of 28) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_dcb.h19 DCB_CAP_DCBX_VER_IEEE | \
23 DCB_CAP_DCBX_VER_IEEE | \
H A Dcxgb4_dcb.c115 dcb->supported |= DCB_CAP_DCBX_VER_IEEE; in cxgb4_dcb_update_support()
117 if (dcb->supported & DCB_CAP_DCBX_VER_IEEE) in cxgb4_dcb_update_support()
118 dcb->supported &= ~DCB_CAP_DCBX_VER_IEEE; in cxgb4_dcb_update_support()
151 dcb->supported |= DCB_CAP_DCBX_VER_IEEE; in cxgb4_dcb_state_fsm()
937 (dcb->supported & DCB_CAP_DCBX_VER_IEEE)); in cxgb4_ieee_negotiation_complete()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_dcbnl.c115 return DCB_CAP_DCBX_HOST | DCB_CAP_DCBX_VER_IEEE; in fm10k_dcbnl_getdcbx()
127 return (mode != (DCB_CAP_DCBX_HOST | DCB_CAP_DCBX_VER_IEEE)) ? 1 : 0; in fm10k_dcbnl_setdcbx()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_dcb.c515 if (!(bp->dcbx_cap & DCB_CAP_DCBX_VER_IEEE) || in bnxt_dcbnl_ieee_setets()
590 if (!(bp->dcbx_cap & DCB_CAP_DCBX_VER_IEEE) || in bnxt_dcbnl_ieee_setpfc()
623 if (!(bp->dcbx_cap & DCB_CAP_DCBX_VER_IEEE) || in bnxt_dcbnl_ieee_setapp()
652 if (!(bp->dcbx_cap & DCB_CAP_DCBX_VER_IEEE) || in bnxt_dcbnl_ieee_delapp()
696 !(mode & DCB_CAP_DCBX_VER_IEEE)) in bnxt_dcbnl_setdcbx()
725 bp->dcbx_cap = DCB_CAP_DCBX_VER_IEEE; in bnxt_dcb_init()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_dcb_nl.c516 if (!(adapter->dcbx_cap & DCB_CAP_DCBX_VER_IEEE)) in ixgbe_dcbnl_ieee_setets()
593 if (!(adapter->dcbx_cap & DCB_CAP_DCBX_VER_IEEE)) in ixgbe_dcbnl_ieee_setpfc()
623 if (!(adapter->dcbx_cap & DCB_CAP_DCBX_VER_IEEE)) in ixgbe_dcbnl_ieee_setapp()
668 if (!(adapter->dcbx_cap & DCB_CAP_DCBX_VER_IEEE)) in ixgbe_dcbnl_ieee_delapp()
722 ((mode & DCB_CAP_DCBX_VER_IEEE) && (mode & DCB_CAP_DCBX_VER_CEE)) || in ixgbe_dcbnl_setdcbx()
735 if (mode & DCB_CAP_DCBX_VER_IEEE) { in ixgbe_dcbnl_setdcbx()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_dcb.c243 if (!(hdev->dcbx_cap & DCB_CAP_DCBX_VER_IEEE) || in hclge_ieee_setets()
329 if (!(hdev->dcbx_cap & DCB_CAP_DCBX_VER_IEEE)) in hclge_ieee_setpfc()
472 hdev->dcbx_cap = DCB_CAP_DCBX_VER_IEEE | DCB_CAP_DCBX_HOST; in hclge_dcb_ops_set()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/
H A Di40e_dcb_nl.c38 if (!(pf->dcbx_cap & DCB_CAP_DCBX_VER_IEEE)) in i40e_dcbnl_ieee_getets()
78 if (!(pf->dcbx_cap & DCB_CAP_DCBX_VER_IEEE)) in i40e_dcbnl_ieee_getpfc()
H A Di40e_debugfs.c1424 DCB_CAP_DCBX_VER_IEEE; in i40e_dbg_command_write()
1450 DCB_CAP_DCBX_VER_IEEE; in i40e_dbg_command_write()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/
H A Dice_dcb_nl.c70 !(pf->dcbx_cap & DCB_CAP_DCBX_VER_IEEE)) in ice_dcbnl_setets()
166 ((mode & DCB_CAP_DCBX_VER_IEEE) && (mode & DCB_CAP_DCBX_VER_CEE)) || in ice_dcbnl_setdcbx()
256 !(pf->dcbx_cap & DCB_CAP_DCBX_VER_IEEE)) in ice_dcbnl_setpfc()
699 !(pf->dcbx_cap & DCB_CAP_DCBX_VER_IEEE)) in ice_dcbnl_setapp()
H A Dice_dcb_lib.c140 return mode | DCB_CAP_DCBX_VER_IEEE; in ice_dcb_get_mode()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-dcb.c259 return DCB_CAP_DCBX_HOST | DCB_CAP_DCBX_VER_IEEE; in xgbe_dcb_getdcbx()
/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 Ddcbnl.h663 #define DCB_CAP_DCBX_VER_IEEE 0x08 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Ddcbnl.h663 #define DCB_CAP_DCBX_VER_IEEE 0x08 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 Ddcbnl.h663 #define DCB_CAP_DCBX_VER_IEEE 0x08 macro
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx4/
H A Den_dcb_nl.c467 ((mode & DCB_CAP_DCBX_VER_IEEE) && in mlx4_en_dcbnl_setdcbx()
477 if (mode & DCB_CAP_DCBX_VER_IEEE) { in mlx4_en_dcbnl_setdcbx()
H A Den_netdev.c3241 DCB_CAP_DCBX_VER_IEEE; in mlx4_en_init_netdev()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_dcb.c14 return DCB_CAP_DCBX_HOST | DCB_CAP_DCBX_VER_IEEE; in mlxsw_sp_dcbnl_getdcbx()
20 return (mode != (DCB_CAP_DCBX_HOST | DCB_CAP_DCBX_VER_IEEE)) ? 1 : 0; in mlxsw_sp_dcbnl_setdcbx()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/
H A Dqed_dcbx.c1482 *cap = (DCB_CAP_DCBX_VER_CEE | DCB_CAP_DCBX_VER_IEEE | in qed_dcbnl_getcap()
1552 mode |= DCB_CAP_DCBX_VER_IEEE; in qed_dcbnl_getdcbx()
1817 if (!(mode & DCB_CAP_DCBX_VER_IEEE) && in qed_dcbnl_setdcbx()
1834 if (mode & DCB_CAP_DCBX_VER_IEEE) { in qed_dcbnl_setdcbx()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_dcbnl.c854 DCB_CAP_DCBX_VER_IEEE; in mlx5e_dcbnl_getcap()
1264 DCB_CAP_DCBX_VER_IEEE; in mlx5e_dcbnl_initialize()
/OK3568_Linux_fs/kernel/drivers/target/iscsi/cxgbit/
H A Dcxgbit_main.c591 if (iscsi_app->dcbx & DCB_CAP_DCBX_VER_IEEE) { in cxgbit_dcb_workfn()
H A Dcxgbit_cm.c877 if (caps & DCB_CAP_DCBX_VER_IEEE) { in cxgbit_get_iscsi_dcb_priority()
/OK3568_Linux_fs/kernel/net/dcb/
H A Ddcbnl.c1386 if (dcbx_ver == DCB_CAP_DCBX_VER_IEEE) in dcbnl_notify()
1407 return dcbnl_notify(dev, event, cmd, seq, portid, DCB_CAP_DCBX_VER_IEEE); in dcbnl_ieee_notify()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_dcb.c554 cap->dcb_capability |= DCB_CAP_DCBX_VER_IEEE; in qlcnic_83xx_dcb_get_hw_capability()
/OK3568_Linux_fs/kernel/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c1747 if (caps & DCB_CAP_DCBX_VER_IEEE) { in get_iscsi_dcb_priority()
2390 if (iscsi_app->dcbx & DCB_CAP_DCBX_VER_IEEE) { in cxgb4_dcb_change_notify()
/OK3568_Linux_fs/kernel/drivers/scsi/fcoe/
H A Dfcoe.c2159 if (dcbx & DCB_CAP_DCBX_VER_IEEE) { in fcoe_dcb_create()

12