Home
last modified time | relevance | path

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

/linux-6.1.9/net/dcb/
Ddcbnl.c875 u8 value_byte; in dcbnl_bcn_getcfg() local
906 &value_byte); in dcbnl_bcn_getcfg()
907 ret = nla_put_u8(skb, i, value_byte); in dcbnl_bcn_getcfg()
938 u8 value_byte; in dcbnl_bcn_setcfg() local
957 value_byte = nla_get_u8(data[i]); in dcbnl_bcn_setcfg()
959 data[i]->nla_type - DCB_BCN_ATTR_RP_0, value_byte); in dcbnl_bcn_setcfg()