Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Ddcbnl.h737 DCB_APP_ATTR_PRIORITY, enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Ddcbnl.h737 DCB_APP_ATTR_PRIORITY, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Ddcbnl.h737 DCB_APP_ATTR_PRIORITY, enumerator
/OK3568_Linux_fs/kernel/net/dcb/
H A Ddcbnl.c157 [DCB_APP_ATTR_PRIORITY] = {.type = NLA_U8},
488 ret = nla_put_u8(skb, DCB_APP_ATTR_PRIORITY, up); in dcbnl_getapp()
521 (!app_tb[DCB_APP_ATTR_PRIORITY])) in dcbnl_setapp()
531 up = nla_get_u8(app_tb[DCB_APP_ATTR_PRIORITY]); in dcbnl_setapp()
1293 err = nla_put_u8(skb, DCB_APP_ATTR_PRIORITY, in dcbnl_cee_fill()