vcap_key_set      268 drivers/net/ethernet/mscc/ocelot_ace.c 			vcap_key_set(data, offset, n, value, mask);
vcap_key_set      279 drivers/net/ethernet/mscc/ocelot_ace.c 	vcap_key_set(data, offset, 16, port->value, port->mask);
vcap_key_set      285 drivers/net/ethernet/mscc/ocelot_ace.c 	vcap_key_set(data, offset, 1, val == OCELOT_VCAP_BIT_1 ? 1 : 0,
vcap_key_set      290 drivers/net/ethernet/mscc/ocelot_ace.c 	vcap_key_set(&data, IS2_HKO_##fld, IS2_HKL_##fld, val, msk)
vcap_key_set      292 drivers/net/ethernet/mscc/ocelot_ace.c 	vcap_key_set(&data, IS2_HKO_##fld, IS2_HKL_##fld, 0, 0)
vcap_key_set      561 drivers/net/ethernet/mscc/ocelot_ace.c 			vcap_key_set(&data, i, min(32u, count - i), 0, 0);