Home
last modified time | relevance | path

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

/linux/tools/net/ynl/samples/
H A Dovs.c
/linux/net/openvswitch/
H A Ddatapath.h171 struct list_head dps; member
H A Ddatapath.c1891 list_add_tail_rcu(&dp->list_node, &ovs_net->dps); in ovs_dp_cmd_new()
2061 list_for_each_entry(dp, &ovs_net->dps, list_node) { in ovs_dp_cmd_dump()
2592 list_for_each_entry(dp, &ovs_net->dps, list_node)
2696 INIT_LIST_HEAD(&ovs_net->dps); in list_vports_from_net()
2715 list_for_each_entry(dp, &ovs_net->dps, list_node) { in ovs_exit_net()
2744 list_for_each_entry_safe(dp, dp_next, &ovs_net->dps, list_node)
/linux/include/linux/
H A Dnvme-fc.h57 __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.c882 id->dps = req->ns->pi_type; in nvmet_execute_identify_ns()
/linux/drivers/nvme/host/
H A Dcore.c1971 head->pi_type = id->dps & NVME_NS_DPS_PI_MASK; in nvme_configure_metadata()
1972 if (!(id->dps & NVME_NS_DPS_PI_FIRST)) { in nvme_configure_metadata()