Searched refs:DCB_ATTR_SET_ALL (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/
H A Ddcbnl.h364 * @DCB_ATTR_SET_ALL: bool to commit changes to hardware or not (NLA_U8)
383 DCB_ATTR_SET_ALL, enumerator in enum:dcbnl_attrs
/linux-master/net/dcb/
H A Ddcbnl.c49 [DCB_ATTR_SET_ALL] = {.type = NLA_U8},
786 if (!tb[DCB_ATTR_SET_ALL])
792 ret = nla_put_u8(skb, DCB_ATTR_SET_ALL,

Completed in 266 milliseconds