Searched refs:idval (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/include/linux/ |
D | isdn_ppp.h | 50 unsigned char idval:1; /* rw Is the id field valid ? */ member
|
/Linux-v4.19/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-v4.19/drivers/net/ethernet/qlogic/qede/ |
D | qede_dcbnl.c | 177 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()
|
/Linux-v4.19/drivers/net/ethernet/qlogic/qed/ |
D | qed_dcbx.c | 1753 static int qed_dcbnl_getapp(struct qed_dev *cdev, u8 idtype, u16 idval) in qed_dcbnl_getapp() argument 1769 if ((entry->ethtype == ethtype) && (entry->proto_id == idval)) { in qed_dcbnl_getapp() 1776 DP_ERR(cdev, "App entry (%d, %d) not found\n", idtype, idval); in qed_dcbnl_getapp() 1787 u8 idtype, u16 idval, u8 pri_map) in qed_dcbnl_setapp() argument 1804 if ((entry->ethtype == ethtype) && (entry->proto_id == idval)) in qed_dcbnl_setapp() 1820 dcbx_set.config.params.app_entry[i].proto_id = idval; in qed_dcbnl_setapp()
|
/Linux-v4.19/include/linux/qed/ |
D | qed_eth_if.h | 268 int (*setapp)(struct qed_dev *cdev, u8 idtype, u16 idval, u8 up);
|
/Linux-v4.19/drivers/isdn/i4l/ |
D | isdn_ppp.c | 2397 if (!(rp->idval)) { in isdn_ppp_ccp_reset_trans() 2804 rsparm.idval ? rsparm.id in isdn_ppp_receive_ccp()
|