Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/intel/ixgbe/
Dixgbe_dcb_nl.c584 if (!(adapter->dcbx_cap & DCB_CAP_DCBX_VER_IEEE)) in ixgbe_dcbnl_ieee_setets()
652 if (!(adapter->dcbx_cap & DCB_CAP_DCBX_VER_IEEE)) in ixgbe_dcbnl_ieee_setpfc()
673 if (!(adapter->dcbx_cap & DCB_CAP_DCBX_VER_IEEE)) in ixgbe_dcbnl_ieee_setapp()
699 if (!(adapter->dcbx_cap & DCB_CAP_DCBX_VER_IEEE)) in ixgbe_dcbnl_ieee_delapp()
735 ((mode & DCB_CAP_DCBX_VER_IEEE) && (mode & DCB_CAP_DCBX_VER_CEE)) || in ixgbe_dcbnl_setdcbx()
748 if (mode & DCB_CAP_DCBX_VER_IEEE) { in ixgbe_dcbnl_setdcbx()
/linux-3.4.99/include/linux/
Ddcbnl.h566 #define DCB_CAP_DCBX_VER_IEEE 0x08 macro
/linux-3.4.99/net/dcb/
Ddcbnl.c1536 if (dcbx_ver == DCB_CAP_DCBX_VER_IEEE) in dcbnl_notify()
1558 return dcbnl_notify(dev, event, cmd, seq, pid, DCB_CAP_DCBX_VER_IEEE); in dcbnl_ieee_notify()
/linux-3.4.99/drivers/scsi/fcoe/
Dfcoe.c2119 if (dcbx & DCB_CAP_DCBX_VER_IEEE) { in fcoe_dcb_create()