Searched refs:dps (Results 1 – 13 of 13) sorted by relevance
/linux-6.1.9/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 …]
|
/linux-6.1.9/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 | 154 struct list_head dps; member
|
D | datapath.c | 1841 list_add_tail_rcu(&dp->list_node, &ovs_net->dps); in ovs_dp_cmd_new() 2008 list_for_each_entry(dp, &ovs_net->dps, list_node) { in ovs_dp_cmd_dump() 2500 list_for_each_entry(dp, &ovs_net->dps, list_node) in ovs_dp_masks_rebalance() 2603 INIT_LIST_HEAD(&ovs_net->dps); in ovs_init_net() 2622 list_for_each_entry(dp, &ovs_net->dps, list_node) { in list_vports_from_net() 2651 list_for_each_entry_safe(dp, dp_next, &ovs_net->dps, list_node) in ovs_exit_net()
|
/linux-6.1.9/include/linux/ |
D | nvme-fc.h | 57 __u8 dps; member
|
D | nvme.h | 399 __u8 dps; member
|
/linux-6.1.9/arch/arm/boot/dts/ |
D | aspeed-bmc-opp-witherspoon.dts | 190 io-channels = <&dps 0>; 367 dps: dps310@76 { label
|
D | aspeed-bmc-opp-swift.dts | 217 io-channels = <&dps 0>; 521 dps: dps310@76 { label
|
D | aspeed-bmc-opp-tacoma.dts | 97 io-channels = <&dps 0>; 536 dps: dps310@76 { label
|
D | aspeed-bmc-ibm-rainier.dts | 1880 dps: dps310@76 { label
|
/linux-6.1.9/net/sched/ |
D | sch_gred.c | 408 static int gred_change_table_def(struct Qdisc *sch, struct nlattr *dps, in gred_change_table_def() argument 416 if (!dps) in gred_change_table_def() 419 sopt = nla_data(dps); in gred_change_table_def()
|
/linux-6.1.9/drivers/nvme/target/ |
D | admin-cmd.c | 564 id->dps = req->ns->pi_type; in nvmet_execute_identify_ns()
|
/linux-6.1.9/drivers/nvme/host/ |
D | core.c | 1738 bool first = id->dps & NVME_NS_DPS_PI_FIRST; in nvme_init_ms() 1789 ns->pi_type = id->dps & NVME_NS_DPS_PI_MASK; in nvme_init_ms()
|