Home
last modified time | relevance | path

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

/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_dcb.c2257 u8 idtype, u16 idval, u8 up) in bnx2x_admin_app_set_ent() argument
2271 app_ent->app_id = idval; in bnx2x_admin_app_set_ent()
2277 u8 idtype, u16 idval) in bnx2x_admin_app_is_equal() argument
2294 if (app_ent->app_id != idval) in bnx2x_admin_app_is_equal()
2300 static int bnx2x_set_admin_app_up(struct bnx2x *bp, u8 idtype, u16 idval, u8 up) in bnx2x_set_admin_app_up() argument
2308 if (bnx2x_admin_app_is_equal(app_ent, idtype, idval)) in bnx2x_set_admin_app_up()
2322 idtype, idval, up); in bnx2x_set_admin_app_up()
2337 u16 idval, u8 up) in bnx2x_dcbnl_set_app_up() argument
2342 idtype, idval, up); in bnx2x_dcbnl_set_app_up()
2358 return bnx2x_set_admin_app_up(bp, idtype, idval, up); in bnx2x_dcbnl_set_app_up()
/drivers/net/ethernet/qlogic/qede/
Dqede_dcbnl.c177 static int qede_dcbnl_setapp(struct net_device *netdev, u8 idtype, u16 idval, in qede_dcbnl_setapp() argument
182 return edev->ops->dcb->setapp(edev->cdev, idtype, idval, up); in qede_dcbnl_setapp()
/drivers/net/ethernet/qlogic/qed/
Dqed_dcbx.c1665 static int qed_dcbnl_getapp(struct qed_dev *cdev, u8 idtype, u16 idval) in qed_dcbnl_getapp() argument
1681 if ((entry->ethtype == ethtype) && (entry->proto_id == idval)) { in qed_dcbnl_getapp()
1688 DP_ERR(cdev, "App entry (%d, %d) not found\n", idtype, idval); in qed_dcbnl_getapp()
1699 u8 idtype, u16 idval, u8 pri_map) in qed_dcbnl_setapp() argument
1716 if ((entry->ethtype == ethtype) && (entry->proto_id == idval)) in qed_dcbnl_setapp()
1732 dcbx_set.config.params.app_entry[i].proto_id = idval; in qed_dcbnl_setapp()
/drivers/isdn/i4l/
Disdn_ppp.c2406 if (!(rp->idval)) { in isdn_ppp_ccp_reset_trans()
2813 rsparm.idval ? rsparm.id in isdn_ppp_receive_ccp()