Searched refs:idtype (Results 1 – 1 of 1) sorted by relevance
437 u8 up, idtype; in dcbnl_getapp() local455 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() local525 idtype = nla_get_u8(app_tb[DCB_APP_ATTR_IDTYPE]); in dcbnl_setapp()526 if ((idtype != DCB_APP_IDTYPE_ETHTYPE) && in dcbnl_setapp()[all …]