Searched refs:selectors (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/microchip/sparx5/ |
A 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-6.3-rc2/lib/ |
A 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-6.3-rc2/tools/testing/selftests/x86/ |
A 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-6.3-rc2/net/dcb/ |
A D | dcbnl.c | 1070 u8 *selectors; in dcbnl_getapptrust() local 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() 1682 selectors[nselectors++] = selector; in dcbnl_ieee_set() [all …]
|
/linux-6.3-rc2/Documentation/sound/cards/ |
A D | maya44.rst | 159 Digital output selectors 180 Selectable values for each of the digital output selectors are:
|
/linux-6.3-rc2/Documentation/admin-guide/device-mapper/ |
A D | switch.rst | 57 selectors to load balance amongst these paths. We also build a
|
/linux-6.3-rc2/Documentation/trace/coresight/ |
A 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-6.3-rc2/Documentation/networking/ |
A D | nf_flowtable.rst | 28 n-tuple selectors: layer 2 protocol encapsulation (VLAN and PPPoE), layer 3
|
/linux-6.3-rc2/drivers/char/ |
A D | Kconfig | 305 # what about 2 selectors differing: m != y
|
/linux-6.3-rc2/Documentation/x86/ |
A 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-6.3-rc2/Documentation/driver-api/ |
A D | pin-control.rst | 181 determine the total number of legal selectors, then it will call the other functions
|
Completed in 18 milliseconds