Home
last modified time | relevance | path

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

/net/dcb/
Ddcbnl.c437 u8 up, idtype; in dcbnl_getapp() local
455 idtype = nla_get_u8(app_tb[DCB_APP_ATTR_IDTYPE]); in dcbnl_getapp()
456 if ((idtype != DCB_APP_IDTYPE_ETHTYPE) && in dcbnl_getapp()
457 (idtype != DCB_APP_IDTYPE_PORTNUM)) in dcbnl_getapp()
463 ret = netdev->dcbnl_ops->getapp(netdev, idtype, id); in dcbnl_getapp()
470 .selector = idtype, in dcbnl_getapp()
480 ret = nla_put_u8(skb, DCB_APP_ATTR_IDTYPE, idtype); in dcbnl_getapp()
506 u8 up, idtype; in dcbnl_setapp() local
525 idtype = nla_get_u8(app_tb[DCB_APP_ATTR_IDTYPE]); in dcbnl_setapp()
526 if ((idtype != DCB_APP_IDTYPE_ETHTYPE) && in dcbnl_setapp()
[all …]