Searched defs:world (Results 1 – 4 of 4) sorted by relevance
/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()
|