Home
last modified time | relevance | path

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

/openbmc/linux/net/dcb/
H A Ddcbnl.c909 u8 value_byte; in dcbnl_bcn_getcfg() local
940 &value_byte); in dcbnl_bcn_getcfg()
941 ret = nla_put_u8(skb, i, value_byte); in dcbnl_bcn_getcfg()
972 u8 value_byte; in dcbnl_bcn_setcfg() local
991 value_byte = nla_get_u8(data[i]); in dcbnl_bcn_setcfg()
993 data[i]->nla_type - DCB_BCN_ATTR_RP_0, value_byte); in dcbnl_bcn_setcfg()