Searched refs:selectors (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/net/ethernet/microchip/lan966x/ |
| H A 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/lib/ |
| H 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() 365 hufGroup = bd->groups+selectors[selector++]; in get_next_block()
|
| /linux/net/dcb/ |
| H A D | dcbnl.c | 1069 u8 *selectors; in dcbnl_getapptrust() local 1071 selectors = kzalloc(IEEE_8021QAZ_APP_SEL_MAX + 1, GFP_KERNEL); in dcbnl_getapptrust() 1072 if (!selectors) in dcbnl_getapptrust() 1075 err = ops->dcbnl_getapptrust(netdev, selectors, &nselectors); in dcbnl_getapptrust() 1088 type = dcbnl_app_attr_type_get(selectors[i]); in dcbnl_getapptrust() 1089 err = nla_put_u8(skb, type, selectors[i]); in dcbnl_getapptrust() 1098 kfree(selectors); in dcbnl_getapptrust() 1643 u8 selectors[IEEE_8021QAZ_APP_SEL_MAX + 1] = {0}; in dcbnl_ieee_set() local 1661 nselectors >= sizeof(selectors)) { in dcbnl_ieee_set() 1675 if (selectors[i] == selector) { in dcbnl_ieee_set() [all …]
|
| /linux/Documentation/sound/cards/ |
| H A D | maya44.rst | 159 Digital output selectors 180 Selectable values for each of the digital output selectors are:
|
| /linux/tools/net/ynl/pyynl/lib/ |
| H A D | ynl.py | 25 import selectors 1066 selector = selectors.DefaultSelector() 1067 selector.register(self.sock, selectors.EVENT_READ)
|
| /linux/Documentation/admin-guide/device-mapper/ |
| H A D | switch.rst | 57 selectors to load balance amongst these paths. We also build a
|
| /linux/Documentation/trace/coresight/ |
| H 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/Documentation/networking/ |
| H A D | nf_flowtable.rst | 28 n-tuple selectors: layer 2 protocol encapsulation (VLAN and PPPoE), layer 3
|
| /linux/Documentation/arch/x86/ |
| H A D | boot.rst | 1355 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 D | pin-control.rst | 181 determine the total number of legal selectors, then it will call the other functions
|