Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
A Ddcbnl.h419 DCB_ATTR_IEEE_PFC, enumerator
/linux-6.3-rc2/net/dcb/
A Ddcbnl.c163 [DCB_ATTR_IEEE_PFC] = {.len = sizeof(struct ieee_pfc)},
1206 nla_put(skb, DCB_ATTR_IEEE_PFC, sizeof(pfc), &pfc)) in dcbnl_ieee_fill()
1604 if (ieee[DCB_ATTR_IEEE_PFC] && ops->ieee_setpfc) { in dcbnl_ieee_set()
1605 struct ieee_pfc *pfc = nla_data(ieee[DCB_ATTR_IEEE_PFC]); in dcbnl_ieee_set()

Completed in 9 milliseconds