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

/net/dcb/
H A Ddcbnl.c875 u8 value_byte; local
905 &value_byte);
906 ret = nla_put_u8(skb, i, value_byte);
937 u8 value_byte; local
956 value_byte = nla_get_u8(data[i]);
958 data[i]->nla_type - DCB_BCN_ATTR_RP_0, value_byte);
/net/irda/irlan/
H A Dirlan_common.c104 __u8 value_byte, __u16 value_short,
999 __u8 value_byte, __u16 value_short,
1053 frame[n++] = value_byte;
998 __irlan_insert_param(struct sk_buff *skb, char *param, int type, __u8 value_byte, __u16 value_short, __u8 *value_array, __u16 value_len) argument

Completed in 70 milliseconds