Searched refs:dps (Results 1 – 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/drivers/isdn/hardware/mISDN/ |
D | mISDNisar.c | 804 u8 dps = SET_DPS(ch->dpath); in isar_pump_statev_modem() local 816 send_mbox(ch->is, dps | ISAR_HIS_PSTREQ, 0, 0, NULL); in isar_pump_statev_modem() 831 send_mbox(ch->is, dps | ISAR_HIS_PSTREQ, 0, 0, NULL); in isar_pump_statev_modem() 859 u8 dps = SET_DPS(ch->dpath); in isar_pump_statev_fax() local 881 send_mbox(ch->is, dps | ISAR_HIS_PUMPCTRL, in isar_pump_statev_fax() 892 send_mbox(ch->is, dps | ISAR_HIS_PUMPCTRL, in isar_pump_statev_fax() 903 send_mbox(ch->is, dps | ISAR_HIS_PUMPCTRL, in isar_pump_statev_fax() 914 send_mbox(ch->is, dps | ISAR_HIS_PUMPCTRL, in isar_pump_statev_fax() 926 send_mbox(ch->is, dps | ISAR_HIS_PSTREQ, 0, 0, NULL); in isar_pump_statev_fax() 962 send_mbox(ch->is, dps | ISAR_HIS_PUMPCTRL, in isar_pump_statev_fax() [all …]
|
/kernel/linux/linux-5.10/net/openvswitch/ |
D | dp_notify.c | 40 list_for_each_entry(dp, &ovs_net->dps, list_node) { in ovs_dp_notify_wq()
|
D | datapath.h | 136 struct list_head dps; member
|
D | datapath.c | 1752 list_add_tail_rcu(&dp->list_node, &ovs_net->dps); in ovs_dp_cmd_new() 1914 list_for_each_entry(dp, &ovs_net->dps, list_node) { in ovs_dp_cmd_dump() 2400 list_for_each_entry(dp, &ovs_net->dps, list_node) in ovs_dp_masks_rebalance() 2502 INIT_LIST_HEAD(&ovs_net->dps); in ovs_init_net() 2521 list_for_each_entry(dp, &ovs_net->dps, list_node) { in list_vports_from_net() 2550 list_for_each_entry_safe(dp, dp_next, &ovs_net->dps, list_node) in ovs_exit_net()
|
/kernel/linux/linux-5.10/include/linux/ |
D | nvme-fc.h | 57 __u8 dps; member
|
D | nvme.h | 354 __u8 dps; member
|
/kernel/linux/linux-5.10/arch/arm/boot/dts/ |
D | aspeed-bmc-opp-witherspoon.dts | 190 io-channels = <&dps 0>; 367 dps: dps310@76 { label
|
D | aspeed-bmc-opp-tacoma.dts | 90 io-channels = <&dps 0>; 530 dps: dps310@76 { label
|
D | aspeed-bmc-opp-swift.dts | 217 io-channels = <&dps 0>; 521 dps: dps310@76 { label
|
D | aspeed-bmc-ibm-rainier.dts | 843 dps: dps310@76 { label
|
/kernel/linux/linux-5.10/net/sched/ |
D | sch_gred.c | 401 static int gred_change_table_def(struct Qdisc *sch, struct nlattr *dps, in gred_change_table_def() argument 409 if (!dps) in gred_change_table_def() 412 sopt = nla_data(dps); in gred_change_table_def()
|
/kernel/linux/linux-5.10/drivers/nvme/target/ |
D | admin-cmd.c | 537 id->dps = req->ns->pi_type; in nvmet_execute_identify_ns()
|
/kernel/linux/linux-5.10/drivers/nvme/host/ |
D | core.c | 1993 ns->pi_type = id->dps & NVME_NS_DPS_PI_MASK; in nvme_configure_metadata()
|