/Linux-v6.6/drivers/net/ethernet/microchip/lan966x/ |
D | lan966x_dcb.c | 14 u8 selectors[IEEE_8021QAZ_APP_SEL_MAX + 1]; member 41 if (conf->selectors[i] == selector) in lan966x_dcb_apptrust_contains() 228 u8 *selectors, in lan966x_dcb_apptrust_validate() argument 239 if (lan966x_dcb_apptrust_policies[i].selectors[j] != in lan966x_dcb_apptrust_validate() 240 *(selectors + j)) { in lan966x_dcb_apptrust_validate() 257 u8 *selectors, in lan966x_dcb_setapptrust() argument 263 idx = lan966x_dcb_apptrust_validate(dev, selectors, nselectors); in lan966x_dcb_setapptrust() 273 static int lan966x_dcb_getapptrust(struct net_device *dev, u8 *selectors, in lan966x_dcb_getapptrust() argument 281 memcpy(selectors, trust->selectors, trust->nselectors); in lan966x_dcb_getapptrust()
|
/Linux-v6.6/drivers/net/ethernet/microchip/sparx5/ |
D | sparx5_dcb.c | 20 u8 selectors[IEEE_8021QAZ_APP_SEL_MAX + 1]; member 90 static int sparx5_dcb_apptrust_validate(struct net_device *dev, u8 *selectors, in sparx5_dcb_apptrust_validate() argument 101 if (sparx5_dcb_apptrust_policies[i].selectors[ii] != in sparx5_dcb_apptrust_validate() 102 *(selectors + ii)) { in sparx5_dcb_apptrust_validate() 128 if (conf->selectors[i] == selector) in sparx5_dcb_apptrust_contains() 299 static int sparx5_dcb_setapptrust(struct net_device *dev, u8 *selectors, in sparx5_dcb_setapptrust() argument 305 idx = sparx5_dcb_apptrust_validate(dev, selectors, nselectors, &err); in sparx5_dcb_setapptrust() 314 static int sparx5_dcb_getapptrust(struct net_device *dev, u8 *selectors, in sparx5_dcb_getapptrust() argument 322 memcpy(selectors, trust->selectors, trust->nselectors); in sparx5_dcb_getapptrust()
|
/Linux-v6.6/lib/ |
D | decompress_bunzip2.c | 106 unsigned char selectors[32768]; /* nSelectors = 15 bits */ member 163 unsigned char uc, *symToByte, *mtfSymbol, *selectors; in get_next_block() local 168 selectors = bd->selectors; in get_next_block() 228 mtfSymbol[0] = selectors[i] = uc; in get_next_block() 364 hufGroup = bd->groups+selectors[selector++]; in get_next_block()
|
/Linux-v6.6/tools/testing/selftests/x86/ |
D | sigreturn.c | 300 struct selectors { struct 306 struct selectors *sels = (void *)&ctx->uc_mcontext.gregs[REG_CSGSFS]; in ssptr() argument 312 struct selectors *sels = (void *)&ctx->uc_mcontext.gregs[REG_CSGSFS]; in csptr() 658 struct selectors *req_sels = in test_valid_sigreturn() 660 struct selectors *res_sels = in test_valid_sigreturn()
|
/Linux-v6.6/net/dcb/ |
D | dcbnl.c | 1070 u8 *selectors; in dcbnl_getapptrust() local 1072 selectors = kzalloc(IEEE_8021QAZ_APP_SEL_MAX + 1, GFP_KERNEL); in dcbnl_getapptrust() 1073 if (!selectors) in dcbnl_getapptrust() 1076 err = ops->dcbnl_getapptrust(netdev, selectors, &nselectors); in dcbnl_getapptrust() 1089 type = dcbnl_app_attr_type_get(selectors[i]); in dcbnl_getapptrust() 1090 err = nla_put_u8(skb, type, selectors[i]); in dcbnl_getapptrust() 1099 kfree(selectors); in dcbnl_getapptrust() 1644 u8 selectors[IEEE_8021QAZ_APP_SEL_MAX + 1] = {0}; in dcbnl_ieee_set() local 1662 nselectors >= sizeof(selectors)) { in dcbnl_ieee_set() 1676 if (selectors[i] == selector) { in dcbnl_ieee_set() [all …]
|
/Linux-v6.6/Documentation/sound/cards/ |
D | maya44.rst | 159 Digital output selectors 180 Selectable values for each of the digital output selectors are:
|
/Linux-v6.6/Documentation/admin-guide/device-mapper/ |
D | switch.rst | 57 selectors to load balance amongst these paths. We also build a
|
/Linux-v6.6/Documentation/trace/coresight/ |
D | coresight-etm4x-reference.rst | 483 higher as selectors 0 and 1 are hardwired. 575 Where evBevF is a 16 bit value made up of two event selectors,
|
/Linux-v6.6/Documentation/networking/ |
D | nf_flowtable.rst | 28 n-tuple selectors: layer 2 protocol encapsulation (VLAN and PPPoE), layer 3
|
/Linux-v6.6/drivers/char/ |
D | Kconfig | 304 # what about 2 selectors differing: m != y
|
/Linux-v6.6/Documentation/arch/x86/ |
D | boot.rst | 1357 disabled; a GDT must be loaded with the descriptors for selectors 1396 a GDT must be loaded with the descriptors for selectors
|
/Linux-v6.6/Documentation/driver-api/ |
D | pin-control.rst | 181 determine the total number of legal selectors, then it will call the other functions
|