Searched refs:idtype (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/net/dcb/ |
D | dcbnl.c | 451 u8 up, idtype; in dcbnl_getapp() local 468 idtype = nla_get_u8(app_tb[DCB_APP_ATTR_IDTYPE]); in dcbnl_getapp() 469 if ((idtype != DCB_APP_IDTYPE_ETHTYPE) && in dcbnl_getapp() 470 (idtype != DCB_APP_IDTYPE_PORTNUM)) in dcbnl_getapp() 476 ret = netdev->dcbnl_ops->getapp(netdev, idtype, id); in dcbnl_getapp() 483 .selector = idtype, in dcbnl_getapp() 493 ret = nla_put_u8(skb, DCB_APP_ATTR_IDTYPE, idtype); in dcbnl_getapp() 519 u8 up, idtype; in dcbnl_setapp() local 537 idtype = nla_get_u8(app_tb[DCB_APP_ATTR_IDTYPE]); in dcbnl_setapp() 538 if ((idtype != DCB_APP_IDTYPE_ETHTYPE) && in dcbnl_setapp() [all …]
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_dcb.c | 2224 u8 idtype, u16 idval, u8 up) in bnx2x_admin_app_set_ent() argument 2228 switch (idtype) { in bnx2x_admin_app_set_ent() 2244 u8 idtype, u16 idval) in bnx2x_admin_app_is_equal() argument 2249 switch (idtype) { in bnx2x_admin_app_is_equal() 2267 static int bnx2x_set_admin_app_up(struct bnx2x *bp, u8 idtype, u16 idval, u8 up) in bnx2x_set_admin_app_up() argument 2275 if (bnx2x_admin_app_is_equal(app_ent, idtype, idval)) in bnx2x_set_admin_app_up() 2289 idtype, idval, up); in bnx2x_set_admin_app_up() 2303 static int bnx2x_dcbnl_set_app_up(struct net_device *netdev, u8 idtype, in bnx2x_dcbnl_set_app_up() argument 2309 idtype, idval, up); in bnx2x_dcbnl_set_app_up() 2317 switch (idtype) { in bnx2x_dcbnl_set_app_up() [all …]
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_dcb_nl.c | 498 static int ixgbe_dcbnl_getapp(struct net_device *netdev, u8 idtype, u16 id) in ixgbe_dcbnl_getapp() argument 502 .selector = idtype, in ixgbe_dcbnl_getapp()
|
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_dcb.c | 929 static int qlcnic_dcb_get_app(struct net_device *netdev, u8 idtype, u16 id) in qlcnic_dcb_get_app() argument 933 .selector = idtype, in qlcnic_dcb_get_app()
|
/linux-4.1.27/Documentation/input/ |
D | input-programming.txt | 243 The idtype field can be used for specific information for the input device
|