Home
last modified time | relevance | path

Searched refs:DCB_PFC_UP_ATTR_0 (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/net/dcb/
Ddcbnl.c73 [DCB_PFC_UP_ATTR_0] = {.type = NLA_U8},
260 for (i = DCB_PFC_UP_ATTR_0; i <= DCB_PFC_UP_ATTR_7; i++) { in dcbnl_getpfccfg()
264 netdev->dcbnl_ops->getpfccfg(netdev, i - DCB_PFC_UP_ATTR_0, in dcbnl_getpfccfg()
743 for (i = DCB_PFC_UP_ATTR_0; i <= DCB_PFC_UP_ATTR_7; i++) { in dcbnl_setpfccfg()
748 data[i]->nla_type - DCB_PFC_UP_ATTR_0, value); in dcbnl_setpfccfg()
1253 for (i = DCB_PFC_UP_ATTR_0; i <= DCB_PFC_UP_ATTR_7; i++) { in dcbnl_cee_fill()
1254 ops->getpfccfg(netdev, i - DCB_PFC_UP_ATTR_0, &value); in dcbnl_cee_fill()
/linux-4.4.14/include/uapi/linux/
Ddcbnl.h481 DCB_PFC_UP_ATTR_0, enumerator
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_dcb_nl.c130 for (i = DCB_PFC_UP_ATTR_0; i < DCB_PFC_UP_ATTR_MAX; i++) { in ixgbe_copy_dcb_cfg()
131 j = i - DCB_PFC_UP_ATTR_0; in ixgbe_copy_dcb_cfg()