Symbol: vcap_props
drivers/net/dsa/ocelot/felix.h
36
struct vcap_props *vcap;
drivers/net/dsa/ocelot/felix_vsc9959.c
816
static struct vcap_props vsc9959_vcap_props[] = {
drivers/net/dsa/ocelot/seville_vsc9953.c
738
static struct vcap_props vsc9953_vcap_props[] = {
drivers/net/ethernet/mscc/ocelot_flower.c
555
const struct vcap_props *vcap = &ocelot->vcap[VCAP_ES0];
drivers/net/ethernet/mscc/ocelot_flower.c
843
const struct vcap_props *vcap = &ocelot->vcap[VCAP_ES0];
drivers/net/ethernet/mscc/ocelot_vcap.c
106
const struct vcap_props *vcap,
drivers/net/ethernet/mscc/ocelot_vcap.c
124
const struct vcap_props *vcap,
drivers/net/ethernet/mscc/ocelot_vcap.c
1316
const struct vcap_props *vcap)
drivers/net/ethernet/mscc/ocelot_vcap.c
1335
struct vcap_props *vcap)
drivers/net/ethernet/mscc/ocelot_vcap.c
1420
struct vcap_props *vcap = &ocelot->vcap[i];
drivers/net/ethernet/mscc/ocelot_vcap.c
149
const struct vcap_props *vcap,
drivers/net/ethernet/mscc/ocelot_vcap.c
173
static void vcap_data_offset_get(const struct vcap_props *vcap,
drivers/net/ethernet/mscc/ocelot_vcap.c
254
static void vcap_key_set(const struct vcap_props *vcap, struct vcap_data *data,
drivers/net/ethernet/mscc/ocelot_vcap.c
263
static void vcap_key_bytes_set(const struct vcap_props *vcap,
drivers/net/ethernet/mscc/ocelot_vcap.c
294
static void vcap_key_l4_port_set(const struct vcap_props *vcap,
drivers/net/ethernet/mscc/ocelot_vcap.c
306
static void vcap_key_bit_set(const struct vcap_props *vcap,
drivers/net/ethernet/mscc/ocelot_vcap.c
320
static void vcap_action_set(const struct vcap_props *vcap,
drivers/net/ethernet/mscc/ocelot_vcap.c
333
const struct vcap_props *vcap = &ocelot->vcap[VCAP_IS2];
drivers/net/ethernet/mscc/ocelot_vcap.c
348
const struct vcap_props *vcap = &ocelot->vcap[VCAP_IS2];
drivers/net/ethernet/mscc/ocelot_vcap.c
50
const struct vcap_props *vcap)
drivers/net/ethernet/mscc/ocelot_vcap.c
55
static void vcap_cmd(struct ocelot *ocelot, const struct vcap_props *vcap,
drivers/net/ethernet/mscc/ocelot_vcap.c
649
const struct vcap_props *vcap = &ocelot->vcap[VCAP_IS1];
drivers/net/ethernet/mscc/ocelot_vcap.c
672
const struct vcap_props *vcap = &ocelot->vcap[VCAP_IS1];
drivers/net/ethernet/mscc/ocelot_vcap.c
784
const struct vcap_props *vcap = &ocelot->vcap[VCAP_ES0];
drivers/net/ethernet/mscc/ocelot_vcap.c
812
const struct vcap_props *vcap = &ocelot->vcap[VCAP_ES0];
drivers/net/ethernet/mscc/ocelot_vcap.c
82
static void vcap_row_cmd(struct ocelot *ocelot, const struct vcap_props *vcap,
drivers/net/ethernet/mscc/ocelot_vcap.c
855
const struct vcap_props *vcap = &ocelot->vcap[filter->block_id];
drivers/net/ethernet/mscc/ocelot_vcap.c
89
const struct vcap_props *vcap,
drivers/net/ethernet/mscc/vsc7514_regs.c
643
struct vcap_props vsc7514_vcap_props[] = {
include/soc/mscc/ocelot.h
861
struct vcap_props *vcap;
include/soc/mscc/vsc7514_regs.h
13
extern struct vcap_props vsc7514_vcap_props[];