Home
last modified time | relevance | path

Searched refs:selectors (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_dcb.c14 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, trus in lan966x_dcb_getapptrust()
[all...]
/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_dcb.c20 u8 selectors[IEEE_8021QAZ_APP_SEL_MAX + 1]; member
44 * Check for valid selectors and valid protocol and priority ranges.
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()
300 static int sparx5_dcb_setapptrust(struct net_device *dev, u8 *selectors, in sparx5_dcb_setapptrust() argument
306 idx = sparx5_dcb_apptrust_validate(dev, selectors, nselectors, &err); in sparx5_dcb_setapptrust()
315 static int sparx5_dcb_getapptrust(struct net_device *dev, u8 *selectors, in sparx5_dcb_getapptrust() argument
323 memcpy(selectors, trus in sparx5_dcb_getapptrust()
[all...]
/linux/lib/
H A Ddecompress_bunzip2.c106 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()
365 hufGroup = bd->groups+selectors[selector++]; in get_next_block()
/linux/tools/testing/selftests/x86/
H A Dsigreturn.c280 struct selectors { struct
286 struct selectors *sels = (void *)&ctx->uc_mcontext.gregs[REG_CSGSFS]; in ssptr() argument
292 struct selectors *sels = (void *)&ctx->uc_mcontext.gregs[REG_CSGSFS]; in csptr()
638 struct selectors *req_sels = in test_valid_sigreturn()
640 struct selectors *res_sels = in test_valid_sigreturn()
/linux/net/dcb/
H A Ddcbnl.c1070 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[ in dcbnl_ieee_set()
[all...]
/linux/Documentation/sound/cards/
H A Dmaya44.rst159 Digital output selectors
180 Selectable values for each of the digital output selectors are:
/linux/tools/net/ynl/pyynl/lib/
H A Dynl.py16 import selectors
999 selector = selectors.DefaultSelector()
1000 selector.register(self.sock, selectors.EVENT_READ)
/linux/Documentation/admin-guide/device-mapper/
H A Dswitch.rst57 selectors to load balance amongst these paths. We also build a
/linux/Documentation/trace/coresight/
H A Dcoresight-etm4x-reference.rst483 higher as selectors 0 and 1 are hardwired.
575 Where evBevF is a 16 bit value made up of two event selectors,
/linux/Documentation/networking/
H A Dnf_flowtable.rst28 n-tuple selectors: layer 2 protocol encapsulation (VLAN and PPPoE), layer 3
/linux/drivers/char/
H A DKconfig305 # what about 2 selectors differing: m != y
/linux/Documentation/arch/x86/
H A Dboot.rst1355 disabled; a GDT must be loaded with the descriptors for selectors
1394 a GDT must be loaded with the descriptors for selectors
/linux/Documentation/driver-api/
H A Dpin-control.rst181 determine the total number of legal selectors, then it will call the other functions