Searched defs:world (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/hw/net/rocker/ |
H A D | rocker_world.c | 23 struct world { struct 25 enum rocker_world_type type; argument 29 ssize_t world_ingress(World *world, uint32_t pport, in world_ingress() 39 int world_do_cmd(World *world, DescInfo *info, in world_do_cmd() 64 void world_free(World *world) in world_free() 72 void world_reset(World *world) in world_reset() 82 void *world_private(World *world) in world_private() 87 Rocker *world_rocker(World *world) in world_rocker() 92 enum rocker_world_type world_type(World *world) in world_type() 97 const char *world_name(World *world) in world_name()
|
H A D | rocker_fp.c | 31 World *world; member 185 void fp_port_set_world(FpPort *port, World *world) in fp_port_set_world() 191 bool fp_port_check_world(FpPort *port, World *world) in fp_port_check_world()
|
H A D | rocker_of_dpa.c | 36 World *world; member 1043 static ssize_t of_dpa_ig(World *world, uint32_t pport, in of_dpa_ig() 2209 static int of_dpa_cmd(World *world, struct desc_info *info, in of_dpa_cmd() 2243 static int of_dpa_init(World *world) in of_dpa_init() 2273 static void of_dpa_uninit(World *world) in of_dpa_uninit()
|
H A D | rocker.c | 410 World *world; in cmd_consume() local 592 int rx_produce(World *world, uint32_t pport, in rx_produce()
|
/openbmc/linux/lib/ |
H A D | test_objagg.c | 29 struct world { struct 46 static struct objagg_obj *world_obj_get(struct world *world, in world_obj_get() 76 static void world_obj_put(struct world *world, struct objagg *objagg, in world_obj_put() 102 struct world *world = priv; in delta_create() local 121 struct world *world = priv; in delta_destroy() local 129 struct world *world = priv; in root_create() local 145 struct world *world = priv; in root_destroy() local 151 static int test_nodelta_obj_get(struct world *world, struct objagg *objagg, in test_nodelta_obj_get() 204 static int test_nodelta_obj_put(struct world *world, struct objagg *objagg, in test_nodelta_obj_put() 306 struct world world = {}; in test_nodelta() local [all …]
|