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

/linux-master/tools/net/ynl/samples/
H A Dovs.c34 struct ovs_datapath_get_list *dps; local
39 dps = ovs_datapath_get_dump(ys, req);
41 if (!dps)
44 ynl_dump_foreach(dps, dp) {
49 ovs_datapath_get_list_free(dps);
/linux-master/drivers/isdn/hardware/mISDN/
H A DmISDNisar.c804 u8 dps = SET_DPS(ch->dpath); local
816 send_mbox(ch->is, dps | ISAR_HIS_PSTREQ, 0, 0, NULL);
831 send_mbox(ch->is, dps | ISAR_HIS_PSTREQ, 0, 0, NULL);
859 u8 dps = SET_DPS(ch->dpath); local
881 send_mbox(ch->is, dps | ISAR_HIS_PUMPCTRL,
892 send_mbox(ch->is, dps | ISAR_HIS_PUMPCTRL,
903 send_mbox(ch->is, dps | ISAR_HIS_PUMPCTRL,
914 send_mbox(ch->is, dps | ISAR_HIS_PUMPCTRL,
926 send_mbox(ch->is, dps | ISAR_HIS_PSTREQ, 0, 0, NULL);
962 send_mbox(ch->is, dps | ISAR_HIS_PUMPCTR
1147 u8 dps = SET_DPS(ch->dpath); local
1206 u8 dps = SET_DPS(ch->dpath); local
1238 u8 dps = SET_DPS(ch->dpath); local
1342 u8 dps = SET_DPS(ch->dpath); local
[all...]
/linux-master/net/openvswitch/
H A Ddp_notify.c40 list_for_each_entry(dp, &ovs_net->dps, list_node) {
H A Ddatapath.h71 * @list_node: Element in global 'dps' list.
150 * @dps: List of datapaths to enable dumping them all out.
154 struct list_head dps; member in struct:ovs_net
H A Ddatapath.c1865 list_add_tail_rcu(&dp->list_node, &ovs_net->dps);
2035 list_for_each_entry(dp, &ovs_net->dps, list_node) {
2530 list_for_each_entry(dp, &ovs_net->dps, list_node)
2634 INIT_LIST_HEAD(&ovs_net->dps);
2653 list_for_each_entry(dp, &ovs_net->dps, list_node) {
2682 list_for_each_entry_safe(dp, dp_next, &ovs_net->dps, list_node)
/linux-master/include/linux/
H A Dnvme-fc.h57 __u8 dps; member in struct:nvme_fc_cmd_iu
H A Dnvme.h403 __u8 dps; member in struct:nvme_id_ns
/linux-master/net/sched/
H A Dsch_gred.c408 static int gred_change_table_def(struct Qdisc *sch, struct nlattr *dps, argument
416 if (!dps)
419 sopt = nla_data(dps);
/linux-master/drivers/nvme/target/
H A Dadmin-cmd.c563 id->dps = req->ns->pi_type;
/linux-master/drivers/nvme/host/
H A Dcore.c1900 head->pi_type = id->dps & NVME_NS_DPS_PI_MASK;
1901 if (!(id->dps & NVME_NS_DPS_PI_FIRST))

Completed in 324 milliseconds