Searched refs:idval (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_dcb.c | 2257 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()
|
/Linux-v5.4/drivers/net/ethernet/qlogic/qede/ |
D | qede_dcbnl.c | 174 static int qede_dcbnl_setapp(struct net_device *netdev, u8 idtype, u16 idval, in qede_dcbnl_setapp() argument 179 return edev->ops->dcb->setapp(edev->cdev, idtype, idval, up); in qede_dcbnl_setapp()
|
/Linux-v5.4/drivers/net/ethernet/qlogic/qed/ |
D | qed_dcbx.c | 1752 static int qed_dcbnl_getapp(struct qed_dev *cdev, u8 idtype, u16 idval) in qed_dcbnl_getapp() argument 1768 if ((entry->ethtype == ethtype) && (entry->proto_id == idval)) { in qed_dcbnl_getapp() 1775 DP_ERR(cdev, "App entry (%d, %d) not found\n", idtype, idval); in qed_dcbnl_getapp() 1786 u8 idtype, u16 idval, u8 pri_map) in qed_dcbnl_setapp() argument 1803 if ((entry->ethtype == ethtype) && (entry->proto_id == idval)) in qed_dcbnl_setapp() 1819 dcbx_set.config.params.app_entry[i].proto_id = idval; in qed_dcbnl_setapp()
|
/Linux-v5.4/include/linux/qed/ |
D | qed_eth_if.h | 268 int (*setapp)(struct qed_dev *cdev, u8 idtype, u16 idval, u8 up);
|