| /linux/drivers/net/dsa/microchip/ |
| H A D | ksz_dcb.c | 62 * of Internal Priority Map (IPM) sources. 245 * Priority Map (IPM) in ksz_port_get_dscp_prio() 253 * Internal Priority Map (IPM) in ksz_port_get_dscp_prio() 277 * @ipm: Priority value to set 284 static int ksz_set_global_dscp_entry(struct ksz_device *dev, u8 dscp, u8 ipm) in ksz_set_global_dscp_entry() argument 294 ipm << shift); in ksz_set_global_dscp_entry() 323 int ipm, tt; in ksz_init_global_dscp_map() local 326 * Internal Priority Map (IPM) in the switch. in ksz_init_global_dscp_map() 329 ipm = ietf_dscp_to_ieee8021q_tt(dscp); in ksz_init_global_dscp_map() 331 /* On KSZ8xxx variants we do not have IPM to queue in ksz_init_global_dscp_map() [all …]
|
| H A D | ksz_common.c | 3379 int ipm; in ksz9477_set_default_prio_queue_mapping() local 3381 for (ipm = 0; ipm < dev->info->num_ipms; ipm++) { in ksz9477_set_default_prio_queue_mapping() 3385 * Map (IPM) in the switch. Traffic Class (TC) is in ksz9477_set_default_prio_queue_mapping() 3388 queue = ieee8021q_tt_to_tc(ipm, dev->info->num_tx_queues); in ksz9477_set_default_prio_queue_mapping() 3392 queue_map |= queue << (ipm * KSZ9477_PORT_TC_MAP_S); in ksz9477_set_default_prio_queue_mapping()
|
| /linux/net/sunrpc/ |
| H A D | svcauth_unix.c | 176 static int __ip_map_update(struct cache_detail *cd, struct ip_map *ipm, struct unix_domain *udom, t… 308 static int __ip_map_update(struct cache_detail *cd, struct ip_map *ipm, in __ip_map_update() argument 319 ch = sunrpc_cache_update(cd, &ip.h, &ipm->h, in __ip_map_update() 320 hash_str(ipm->m_class, IP_HASHBITS) ^ in __ip_map_update() 321 hash_ip6(&ipm->m_addr)); in __ip_map_update() 340 struct ip_map *ipm = NULL; in ip_map_cached_get() local 345 ipm = xprt->xpt_auth_cache; in ip_map_cached_get() 346 if (ipm != NULL) { in ip_map_cached_get() 348 if (cache_is_expired(sn->ip_map_cache, &ipm->h)) { in ip_map_cached_get() 356 cache_put(&ipm->h, sn->ip_map_cache); in ip_map_cached_get() [all …]
|
| /linux/Documentation/devicetree/bindings/spi/ |
| H A D | mediatek,spi-mt65xx.yaml | 36 - mediatek,mt7981-spi-ipm 37 - mediatek,mt7986-spi-ipm 40 - mediatek,mt8188-spi-ipm 41 - const: mediatek,spi-ipm
|
| /linux/arch/s390/include/asm/ |
| H A D | asm.h | 12 * condition code and program mask with the ipm instruction and writes it to 27 * extracted condition code. If the condition code is extracted with ipm, the 43 #define CC_IPM(sym) " ipm %[" __stringify(sym) "]\n"
|
| H A D | kvm_host.h | 544 u8 ipm; member 550 u8 ipm; member 561 u8 ipm; member
|
| /linux/Documentation/devicetree/bindings/usb/ |
| H A D | mediatek,mtk-xhci.yaml | 138 camera device, it happens on controller before about IPM v1.6.0; 163 1 - used by mt8173 etc, revision 1 without following IPM rule; 164 2 - used by mt2712 etc, revision 2 following IPM rule;
|
| H A D | mediatek,mtu3.yaml | 196 1 - used by mt8173 etc, revision 1 without following IPM rule; 197 2 - used by mt2712 etc, revision 2 with following IPM rule;
|
| /linux/drivers/s390/net/ |
| H A D | qeth_l3_main.c | 1057 struct qeth_ipaddr *ipm; in qeth_l3_add_mcast_rtnl() local 1079 ipm = qeth_l3_find_addr_by_ip(card, &tmp); in qeth_l3_add_mcast_rtnl() 1080 if (ipm) { in qeth_l3_add_mcast_rtnl() 1082 ipm->disp_flag = QETH_DISP_ADDR_DO_NOTHING; in qeth_l3_add_mcast_rtnl() 1086 ipm = kmemdup(&tmp, sizeof(tmp), GFP_KERNEL); in qeth_l3_add_mcast_rtnl() 1087 if (!ipm) in qeth_l3_add_mcast_rtnl() 1090 hash_add(card->rx_mode_addrs, &ipm->hnode, in qeth_l3_add_mcast_rtnl() 1091 qeth_l3_ipaddr_hash(ipm)); in qeth_l3_add_mcast_rtnl() 1111 ipm = qeth_l3_find_addr_by_ip(card, &tmp); in qeth_l3_add_mcast_rtnl() 1112 if (ipm) { in qeth_l3_add_mcast_rtnl() [all …]
|
| /linux/lib/zlib_dfltcc/ |
| H A D | dfltcc_util.h | 54 "ipm %[cc]\n" in dfltcc()
|
| /linux/drivers/ata/ |
| H A D | sata_via.c | 223 /* read the IPM field, bit2 and 3 of the config byte */ in vt8251_scr_read() 239 /* read the IPM field, bit2 and bit3 */ in vt8251_scr_read() 268 /* set the IPM field */ in vt8251_scr_write()
|
| H A D | libata-eh.c | 528 * Restore SControl IPM and SPD for the next driver and in ata_eh_unload() 2084 * - Communication is established, that is, IPM is not 0h, indicating that PHY 2090 u8 det, ipm; in ata_eh_link_established() local 2101 ipm = (sstatus >> 8) & 0x0f; in ata_eh_link_established() 2103 return (det & 0x01) && ipm; in ata_eh_link_established()
|
| H A D | libata-sata.c | 352 * sata_link_scr_lpm - manipulate SControl IPM and SPM fields 357 * Manipulate the IPM field of the SControl register of @link
|
| H A D | ata_piix.c | 1471 /* if IPM is already 3, SCR access is probably working. Don't in piix_init_sidpr()
|
| /linux/include/sound/sof/ |
| H A D | header.h | 28 * This is sent at the start of the IPM message in the mailbox. Messages should
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-devices-platform-ipmi | 57 mandatory IPM and Application commands.
|
| /linux/tools/testing/selftests/kvm/s390/ |
| H A D | cpumodel_subfuncs_test.c | 46 " ipm %0\n" in plo_test_bit()
|
| /linux/arch/s390/kvm/ |
| H A D | interrupt.c | 220 * that is u64 aligned. However, the ipm might be u32 aligned. 224 #define IPM_BIT_OFFSET (offsetof(struct kvm_s390_gisa, ipm) * BITS_PER_BYTE) 232 * Change the IAM atomically with the next alert address and the IPM 258 * Clear the IPM atomically with the next alert address and the IAM 273 * gisa_get_ipm_or_restore_iam - return IPM or restore GISA IAM 278 * relevant ISCs are pending and return the IPM. 306 return READ_ONCE(gisa->ipm); in gisa_get_ipm()
|
| /linux/arch/s390/tools/ |
| H A D | opcodes.txt | 213 b222 ipm RRE_R0
|
| /linux/net/iucv/ |
| H A D | iucv.c | 334 " ipm %[cc]\n" in __iucv_call_b2f0() 368 " ipm %[cc]\n" in __iucv_query_maxconn()
|
| /linux/drivers/usb/host/ |
| H A D | xhci-mtk.c | 199 /* workaround for SoCs using SSUSB about before IPM v1.6.0 */ in xhci_mtk_init_quirk()
|
| /linux/drivers/md/dm-vdo/indexer/ |
| H A D | index-layout.c | 47 * |H| IPM | MI | MI | | OC |
|