Lines Matching refs:vcap_data
82 struct vcap_data { struct
133 static void vcap_entry2cache(struct ocelot *oc, struct vcap_data *data) in vcap_entry2cache()
144 static void vcap_cache2entry(struct ocelot *oc, struct vcap_data *data) in vcap_cache2entry()
156 static void vcap_action2cache(struct ocelot *oc, struct vcap_data *data) in vcap_action2cache()
174 static void vcap_cache2action(struct ocelot *oc, struct vcap_data *data) in vcap_cache2action()
190 static void is2_data_get(struct vcap_data *data, int ix) in is2_data_get()
245 static void vcap_key_set(struct vcap_data *data, u32 offset, u32 width, in vcap_key_set()
252 static void vcap_key_bytes_set(struct vcap_data *data, u32 offset, u8 *val, in vcap_key_bytes_set()
276 static void vcap_key_l4_port_set(struct vcap_data *data, u32 offset, in vcap_key_l4_port_set()
282 static void vcap_key_bit_set(struct vcap_data *data, u32 offset, in vcap_key_bit_set()
297 static void vcap_action_set(struct vcap_data *data, u32 offset, u32 width, in vcap_action_set()
306 static void is2_action_set(struct vcap_data *data, in is2_action_set()
335 struct vcap_data data; in is2_entry_set()
580 struct vcap_data data; in is2_entry_get()
747 struct vcap_data data; in ocelot_ace_init()