Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_dcb.h30 (DCB_CAP_DCBX_VER_CEE | \
34 (DCB_CAP_DCBX_VER_CEE | \
Dcxgb4_dcb.c139 dcb->supported |= DCB_CAP_DCBX_VER_CEE; in cxgb4_dcb_state_fsm()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_dcb_nl.c158 if (!(adapter->dcbx_cap & DCB_CAP_DCBX_VER_CEE)) in ixgbe_dcbnl_set_state()
331 if (!(adapter->dcbx_cap & DCB_CAP_DCBX_VER_CEE)) in ixgbe_dcbnl_set_all()
506 if (!(adapter->dcbx_cap & DCB_CAP_DCBX_VER_CEE)) in ixgbe_dcbnl_getapp()
747 ((mode & DCB_CAP_DCBX_VER_IEEE) && (mode & DCB_CAP_DCBX_VER_CEE)) || in ixgbe_dcbnl_setdcbx()
763 } else if (mode & DCB_CAP_DCBX_VER_CEE) { in ixgbe_dcbnl_setdcbx()
Dixgbe_main.c4354 if (adapter->dcbx_cap & DCB_CAP_DCBX_VER_CEE) { in ixgbe_configure_dcb()
5418 adapter->dcbx_cap = DCB_CAP_DCBX_HOST | DCB_CAP_DCBX_VER_CEE; in ixgbe_sw_init()
7884 if (adapter->dcbx_cap & DCB_CAP_DCBX_VER_CEE) in ixgbe_set_prio_tc_map()
/linux-4.4.14/include/uapi/linux/
Ddcbnl.h648 #define DCB_CAP_DCBX_VER_CEE 0x04 macro
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Den_dcb_nl.c246 (mode & DCB_CAP_DCBX_VER_CEE) || in mlx4_en_dcbnl_setdcbx()
/linux-4.4.14/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-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_dcb.c1902 DCB_CAP_DCBX_VER_CEE | DCB_CAP_DCBX_STATIC)
2337 state = DCB_CAP_DCBX_LLD_MANAGED | DCB_CAP_DCBX_VER_CEE; in bnx2x_dcbnl_get_dcbx()
/linux-4.4.14/net/dcb/
Ddcbnl.c1403 return dcbnl_notify(dev, event, cmd, seq, portid, DCB_CAP_DCBX_VER_CEE); in dcbnl_cee_notify()
/linux-4.4.14/drivers/scsi/fcoe/
Dfcoe.c1955 if (entry->dcbx & DCB_CAP_DCBX_VER_CEE) in fcoe_dcb_app_notification()