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

/linux-master/drivers/net/ethernet/qlogic/qede/
H A Dqede_dcbnl.c106 static int qede_dcbnl_getapp(struct net_device *netdev, u8 idtype, u16 id) argument
110 return edev->ops->dcb->getapp(edev->cdev, idtype, id);
175 static int qede_dcbnl_setapp(struct net_device *netdev, u8 idtype, u16 idval, argument
180 return edev->ops->dcb->setapp(edev->cdev, idtype, idval, up);
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Den_dcb_nl.c257 static int mlx4_en_dcbnl_getapp(struct net_device *netdev, u8 idtype, u16 id) argument
261 .selector = idtype,
270 static int mlx4_en_dcbnl_setapp(struct net_device *netdev, u8 idtype, argument
280 app.selector = idtype;
/linux-master/include/linux/qed/
H A Dqed_eth_if.h217 int (*getapp)(struct qed_dev *cdev, u8 idtype, u16 id);
231 int (*setapp)(struct qed_dev *cdev, u8 idtype, u16 idval, u8 up);
/linux-master/net/dcb/
H A Ddcbnl.c471 u8 up, idtype; local
489 idtype = nla_get_u8(app_tb[DCB_APP_ATTR_IDTYPE]);
490 if ((idtype != DCB_APP_IDTYPE_ETHTYPE) &&
491 (idtype != DCB_APP_IDTYPE_PORTNUM))
497 ret = netdev->dcbnl_ops->getapp(netdev, idtype, id);
504 .selector = idtype,
514 ret = nla_put_u8(skb, DCB_APP_ATTR_IDTYPE, idtype);
540 u8 up, idtype; local
559 idtype = nla_get_u8(app_tb[DCB_APP_ATTR_IDTYPE]);
560 if ((idtype !
[all...]
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_dcb.c2256 u8 idtype, u16 idval, u8 up)
2260 switch (idtype) {
2276 u8 idtype, u16 idval)
2281 switch (idtype) {
2299 static int bnx2x_set_admin_app_up(struct bnx2x *bp, u8 idtype, u16 idval, u8 up) argument
2303 /* iterate over the app entries looking for idtype and idval */
2307 if (bnx2x_admin_app_is_equal(app_ent, idtype, idval))
2321 idtype, idval, up);
2335 static int bnx2x_dcbnl_set_app_up(struct net_device *netdev, u8 idtype, argument
2341 idtype, idva
2254 bnx2x_admin_app_set_ent( struct bnx2x_admin_priority_app_table *app_ent, u8 idtype, u16 idval, u8 up) argument
2274 bnx2x_admin_app_is_equal( struct bnx2x_admin_priority_app_table *app_ent, u8 idtype, u16 idval) argument
[all...]
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_dcb_nl.c464 * @idtype : identifies the id as ether type or TCP/UDP port number
471 static int ixgbe_dcbnl_getapp(struct net_device *netdev, u8 idtype, u16 id) argument
475 .selector = idtype,
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_dcb_nl.c687 * @idtype: the App selector
690 static int ice_dcbnl_getapp(struct net_device *netdev, u8 idtype, u16 id) argument
694 .selector = idtype,
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_dcb_nl.c750 * @idtype: the App selector
753 * Return the CEE mode app for the given idtype and id
755 static int i40e_dcbnl_getapp(struct net_device *netdev, u8 idtype, u16 id) argument
759 .selector = idtype,
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_dcbx.c1725 static int qed_dcbnl_getapp(struct qed_dev *cdev, u8 idtype, u16 idval) argument
1738 ethtype = !!(idtype == DCB_APP_IDTYPE_ETHTYPE);
1748 DP_ERR(cdev, "App entry (%d, %d) not found\n", idtype, idval);
1759 u8 idtype, u16 idval, u8 pri_map)
1773 ethtype = !!(idtype == DCB_APP_IDTYPE_ETHTYPE);
1758 qed_dcbnl_setapp(struct qed_dev *cdev, u8 idtype, u16 idval, u8 pri_map) argument
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_dcb.c928 static int qlcnic_dcb_get_app(struct net_device *netdev, u8 idtype, u16 id) argument
932 .selector = idtype,

Completed in 404 milliseconds