/linux-6.12.1/tools/net/ynl/samples/ |
D | ovs.c | 34 struct ovs_datapath_get_list *dps; in main() local 39 dps = ovs_datapath_get_dump(ys, req); in main() 41 if (!dps) in main() 44 ynl_dump_foreach(dps, dp) { in main() 49 ovs_datapath_get_list_free(dps); in main()
|
/linux-6.12.1/drivers/isdn/hardware/mISDN/ |
D | mISDNisar.c | 805 u8 dps = SET_DPS(ch->dpath); in isar_pump_statev_modem() local 817 send_mbox(ch->is, dps | ISAR_HIS_PSTREQ, 0, 0, NULL); in isar_pump_statev_modem() 832 send_mbox(ch->is, dps | ISAR_HIS_PSTREQ, 0, 0, NULL); in isar_pump_statev_modem() 860 u8 dps = SET_DPS(ch->dpath); in isar_pump_statev_fax() local 882 send_mbox(ch->is, dps | ISAR_HIS_PUMPCTRL, in isar_pump_statev_fax() 893 send_mbox(ch->is, dps | ISAR_HIS_PUMPCTRL, in isar_pump_statev_fax() 904 send_mbox(ch->is, dps | ISAR_HIS_PUMPCTRL, in isar_pump_statev_fax() 915 send_mbox(ch->is, dps | ISAR_HIS_PUMPCTRL, in isar_pump_statev_fax() 927 send_mbox(ch->is, dps | ISAR_HIS_PSTREQ, 0, 0, NULL); in isar_pump_statev_fax() 963 send_mbox(ch->is, dps | ISAR_HIS_PUMPCTRL, in isar_pump_statev_fax() [all …]
|
/linux-6.12.1/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 | 157 struct list_head dps; member
|
D | datapath.c | 1864 list_add_tail_rcu(&dp->list_node, &ovs_net->dps); in ovs_dp_cmd_new() 2034 list_for_each_entry(dp, &ovs_net->dps, list_node) { in ovs_dp_cmd_dump() 2529 list_for_each_entry(dp, &ovs_net->dps, list_node) in ovs_dp_masks_rebalance() 2633 INIT_LIST_HEAD(&ovs_net->dps); in ovs_init_net() 2652 list_for_each_entry(dp, &ovs_net->dps, list_node) { in list_vports_from_net() 2681 list_for_each_entry_safe(dp, dp_next, &ovs_net->dps, list_node) in ovs_exit_net()
|
/linux-6.12.1/include/linux/ |
D | nvme-fc.h | 57 __u8 dps; member
|
D | nvme.h | 408 __u8 dps; member
|
/linux-6.12.1/arch/arm/boot/dts/aspeed/ |
D | aspeed-bmc-opp-witherspoon.dts | 190 io-channels = <&dps 0>; 367 dps: dps310@76 { label
|
D | aspeed-bmc-opp-tacoma.dts | 97 io-channels = <&dps 0>; 536 dps: dps310@76 { label
|
D | aspeed-bmc-opp-swift.dts | 217 io-channels = <&dps 0>; 521 dps: dps310@76 { label
|
D | aspeed-bmc-ibm-bonnell.dts | 339 dps: dps310@76 { label
|
D | aspeed-bmc-ibm-rainier.dts | 1224 dps: dps310@76 { label
|
/linux-6.12.1/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.12.1/drivers/nvme/target/ |
D | admin-cmd.c | 563 id->dps = req->ns->pi_type; in nvmet_execute_identify_ns()
|
/linux-6.12.1/drivers/nvme/host/ |
D | core.c | 1939 head->pi_type = id->dps & NVME_NS_DPS_PI_MASK; in nvme_configure_metadata() 1940 if (!(id->dps & NVME_NS_DPS_PI_FIRST)) { in nvme_configure_metadata()
|