Searched refs:dps (Results 1 – 11 of 11) sorted by relevance
| /linux/tools/net/ynl/samples/ |
| H A 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/drivers/isdn/hardware/mISDN/ |
| H A 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/net/openvswitch/ |
| H A D | datapath.h | 171 struct list_head dps; member
|
| H A D | datapath.c | 1893 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 D | nvme-fc.h | 57 __u8 dps; member
|
| H A D | nvme.h | 443 __u8 dps; member
|
| /linux/net/sched/ |
| H A 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/arch/arm/boot/dts/aspeed/ |
| H A D | aspeed-bmc-opp-tacoma.dts | 97 io-channels = <&dps 0>; 500 dps: dps310@76 { label
|
| H A D | aspeed-bmc-ibm-bonnell.dts | 335 dps: dps310@76 { label
|
| H A D | aspeed-bmc-ibm-rainier.dts | 1212 dps: dps310@76 { label
|
| /linux/drivers/nvme/target/ |
| H A D | admin-cmd.c | 887 id->dps = req->ns->pi_type; in nvmet_execute_identify_ns()
|