Home
last modified time | relevance | path

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

/linux-3.4.99/net/irda/irlan/
Dirlan_common.c104 __u8 value_byte, __u16 value_short,
999 __u8 value_byte, __u16 value_short, in __irlan_insert_param() argument
1053 frame[n++] = value_byte; in __irlan_insert_param()
/linux-3.4.99/net/dcb/
Ddcbnl.c1055 u8 value_byte; in dcbnl_bcn_getcfg() local
1093 &value_byte); in dcbnl_bcn_getcfg()
1094 ret = nla_put_u8(dcbnl_skb, i, value_byte); in dcbnl_bcn_getcfg()
1136 u8 value_byte; in dcbnl_bcn_setcfg() local
1152 value_byte = nla_get_u8(data[i]); in dcbnl_bcn_setcfg()
1154 data[i]->nla_type - DCB_BCN_ATTR_RP_0, value_byte); in dcbnl_bcn_setcfg()