Home
last modified time | relevance | path

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

/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_dcb.c2256 u8 idtype, u16 idval, u8 up) in bnx2x_admin_app_set_ent() argument
2270 app_ent->app_id = idval; in bnx2x_admin_app_set_ent()
2276 u8 idtype, u16 idval) in bnx2x_admin_app_is_equal() argument
2293 if (app_ent->app_id != idval) in bnx2x_admin_app_is_equal()
2299 static int bnx2x_set_admin_app_up(struct bnx2x *bp, u8 idtype, u16 idval, u8 up) in bnx2x_set_admin_app_up() argument
2307 if (bnx2x_admin_app_is_equal(app_ent, idtype, idval)) in bnx2x_set_admin_app_up()
2321 idtype, idval, up); in bnx2x_set_admin_app_up()
2336 u16 idval, u8 up) in bnx2x_dcbnl_set_app_up() argument
2341 idtype, idval, up); in bnx2x_dcbnl_set_app_up()
2357 return bnx2x_set_admin_app_up(bp, idtype, idval, up); in bnx2x_dcbnl_set_app_up()
/drivers/net/ethernet/qlogic/qede/
Dqede_dcbnl.c175 static int qede_dcbnl_setapp(struct net_device *netdev, u8 idtype, u16 idval, in qede_dcbnl_setapp() argument
180 return edev->ops->dcb->setapp(edev->cdev, idtype, idval, up); in qede_dcbnl_setapp()
/drivers/net/ethernet/qlogic/qed/
Dqed_dcbx.c1725 static int qed_dcbnl_getapp(struct qed_dev *cdev, u8 idtype, u16 idval) in qed_dcbnl_getapp() argument
1741 if ((entry->ethtype == ethtype) && (entry->proto_id == idval)) { in qed_dcbnl_getapp()
1748 DP_ERR(cdev, "App entry (%d, %d) not found\n", idtype, idval); in qed_dcbnl_getapp()
1759 u8 idtype, u16 idval, u8 pri_map) in qed_dcbnl_setapp() argument
1776 if ((entry->ethtype == ethtype) && (entry->proto_id == idval)) in qed_dcbnl_setapp()
1792 dcbx_set.config.params.app_entry[i].proto_id = idval; in qed_dcbnl_setapp()