Home
last modified time | relevance | path

Searched refs:DCB_ATTR_IEEE_QCN (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Ddcbnl.h425 DCB_ATTR_IEEE_QCN, enumerator
/openbmc/linux/net/dcb/
H A Ddcbnl.c166 [DCB_ATTR_IEEE_QCN] = {.len = sizeof(struct ieee_qcn)},
1181 err = nla_put(skb, DCB_ATTR_IEEE_QCN, in dcbnl_ieee_fill()
1595 if (ieee[DCB_ATTR_IEEE_QCN] && ops->ieee_setqcn) { in dcbnl_ieee_set()
1597 nla_data(ieee[DCB_ATTR_IEEE_QCN]); in dcbnl_ieee_set()