Home
last modified time | relevance | path

Searched refs:dps (Results 1 – 11 of 11) sorted by relevance

/linux/tools/net/ynl/samples/
H A Dovs.c34 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/drivers/isdn/hardware/mISDN/
H A DmISDNisar.c805 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/net/openvswitch/
H A Ddatapath.h171 struct list_head dps; member
H A Ddatapath.c1893 list_add_tail_rcu(&dp->list_node, &ovs_net->dps); in ovs_dp_cmd_new()
2063 list_for_each_entry(dp, &ovs_net->dps, list_node) { in ovs_dp_cmd_dump()
2563 list_for_each_entry(dp, &ovs_net->dps, list_node) in ovs_dp_masks_rebalance()
2667 INIT_LIST_HEAD(&ovs_net->dps); in ovs_init_net()
2686 list_for_each_entry(dp, &ovs_net->dps, list_node) { in list_vports_from_net()
2715 list_for_each_entry_safe(dp, dp_next, &ovs_net->dps, list_node) in ovs_exit_net()
/linux/include/linux/
H A Dnvme-fc.h57 __u8 dps; member
H A Dnvme.h443 __u8 dps; member
/linux/net/sched/
H A Dsch_gred.c408 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/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-opp-tacoma.dts97 io-channels = <&dps 0>;
500 dps: dps310@76 { label
H A Daspeed-bmc-ibm-bonnell.dts335 dps: dps310@76 { label
H A Daspeed-bmc-ibm-rainier.dts1212 dps: dps310@76 { label
/linux/drivers/nvme/target/
H A Dadmin-cmd.c887 id->dps = req->ns->pi_type; in nvmet_execute_identify_ns()