Home
last modified time | relevance | path

Searched full:ipm (Results 1 – 22 of 22) sorted by relevance

/linux/drivers/net/dsa/microchip/
H A Dksz_dcb.c62 * 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 Dksz_common.c3379 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 Dsvcauth_unix.c176 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 Dmediatek,spi-mt65xx.yaml36 - 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 Dasm.h12 * 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 Dkvm_host.h544 u8 ipm; member
550 u8 ipm; member
561 u8 ipm; member
/linux/Documentation/devicetree/bindings/usb/
H A Dmediatek,mtk-xhci.yaml138 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 Dmediatek,mtu3.yaml196 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 Dqeth_l3_main.c1057 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 Ddfltcc_util.h54 "ipm %[cc]\n" in dfltcc()
/linux/drivers/ata/
H A Dsata_via.c223 /* 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 Dlibata-eh.c528 * 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 Dlibata-sata.c352 * sata_link_scr_lpm - manipulate SControl IPM and SPM fields
357 * Manipulate the IPM field of the SControl register of @link
H A Data_piix.c1471 /* if IPM is already 3, SCR access is probably working. Don't in piix_init_sidpr()
/linux/include/sound/sof/
H A Dheader.h28 * This is sent at the start of the IPM message in the mailbox. Messages should
/linux/Documentation/ABI/testing/
H A Dsysfs-devices-platform-ipmi57 mandatory IPM and Application commands.
/linux/tools/testing/selftests/kvm/s390/
H A Dcpumodel_subfuncs_test.c46 " ipm %0\n" in plo_test_bit()
/linux/arch/s390/kvm/
H A Dinterrupt.c220 * 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 Dopcodes.txt213 b222 ipm RRE_R0
/linux/net/iucv/
H A Diucv.c334 " ipm %[cc]\n" in __iucv_call_b2f0()
368 " ipm %[cc]\n" in __iucv_query_maxconn()
/linux/drivers/usb/host/
H A Dxhci-mtk.c199 /* workaround for SoCs using SSUSB about before IPM v1.6.0 */ in xhci_mtk_init_quirk()
/linux/drivers/md/dm-vdo/indexer/
H A Dindex-layout.c47 * |H| IPM | MI | MI | | OC |