Lines Matching refs:mcast_obj
3175 struct ecore_mcast_obj *o = p->mcast_obj; in ecore_mcast_handle_pending_cmds_e2()
3272 struct ecore_mcast_obj *o = p->mcast_obj; in ecore_mcast_handle_current_cmd()
3305 struct ecore_mcast_obj *o = p->mcast_obj; in ecore_mcast_validate_e2()
3350 struct ecore_mcast_obj *o = p->mcast_obj; in ecore_mcast_revert_e2()
3367 struct ecore_raw_obj *r = &p->mcast_obj->raw; in ecore_mcast_set_rdata_hdr_e2()
3409 struct ecore_raw_obj *raw = &p->mcast_obj->raw; in ecore_mcast_setup_e2()
3410 struct ecore_mcast_obj *o = p->mcast_obj; in ecore_mcast_setup_e2()
3558 struct ecore_mcast_obj *o = p->mcast_obj; in ecore_mcast_setup_e1h()
3611 struct ecore_mcast_obj *o = p->mcast_obj; in ecore_mcast_validate_e1()
3666 struct ecore_mcast_obj *o = p->mcast_obj; in ecore_mcast_revert_e1()
3716 struct ecore_raw_obj *r = &p->mcast_obj->raw; in ecore_mcast_set_rdata_hdr_e1()
3775 struct ecore_mcast_obj *o = p->mcast_obj; in ecore_mcast_handle_pending_cmds_e1()
3903 struct ecore_mcast_obj *o = p->mcast_obj; in ecore_mcast_setup_e1()
4005 struct ecore_mcast_obj *o = p->mcast_obj; in ecore_config_mcast()
4031 rc = o->enqueue_cmd(sc, p->mcast_obj, p, cmd); in ecore_config_mcast()
4092 struct ecore_mcast_obj *mcast_obj, in ecore_init_mcast_obj() argument
4097 ECORE_MEMSET(mcast_obj, 0, sizeof(*mcast_obj)); in ecore_init_mcast_obj()
4099 ecore_init_raw_obj(&mcast_obj->raw, mcast_cl_id, mcast_cid, func_id, in ecore_init_mcast_obj()
4102 mcast_obj->engine_id = engine_id; in ecore_init_mcast_obj()
4104 ECORE_LIST_INIT(&mcast_obj->pending_cmds_head); in ecore_init_mcast_obj()
4106 mcast_obj->sched_state = ECORE_FILTER_MCAST_SCHED; in ecore_init_mcast_obj()
4107 mcast_obj->check_sched = ecore_mcast_check_sched; in ecore_init_mcast_obj()
4108 mcast_obj->set_sched = ecore_mcast_set_sched; in ecore_init_mcast_obj()
4109 mcast_obj->clear_sched = ecore_mcast_clear_sched; in ecore_init_mcast_obj()
4112 mcast_obj->config_mcast = ecore_mcast_setup_e1; in ecore_init_mcast_obj()
4113 mcast_obj->enqueue_cmd = ecore_mcast_enqueue_cmd; in ecore_init_mcast_obj()
4114 mcast_obj->hdl_restore = in ecore_init_mcast_obj()
4116 mcast_obj->check_pending = ecore_mcast_check_pending; in ecore_init_mcast_obj()
4119 mcast_obj->max_cmd_len = ECORE_MAX_EMUL_MULTI; in ecore_init_mcast_obj()
4121 mcast_obj->max_cmd_len = ECORE_MAX_MULTICAST; in ecore_init_mcast_obj()
4123 mcast_obj->wait_comp = ecore_mcast_wait; in ecore_init_mcast_obj()
4124 mcast_obj->set_one_rule = ecore_mcast_set_one_rule_e1; in ecore_init_mcast_obj()
4125 mcast_obj->validate = ecore_mcast_validate_e1; in ecore_init_mcast_obj()
4126 mcast_obj->revert = ecore_mcast_revert_e1; in ecore_init_mcast_obj()
4127 mcast_obj->get_registry_size = in ecore_init_mcast_obj()
4129 mcast_obj->set_registry_size = in ecore_init_mcast_obj()
4135 ECORE_LIST_INIT(&mcast_obj->registry.exact_match.macs); in ecore_init_mcast_obj()
4138 mcast_obj->config_mcast = ecore_mcast_setup_e1h; in ecore_init_mcast_obj()
4139 mcast_obj->enqueue_cmd = NULL; in ecore_init_mcast_obj()
4140 mcast_obj->hdl_restore = NULL; in ecore_init_mcast_obj()
4141 mcast_obj->check_pending = ecore_mcast_check_pending; in ecore_init_mcast_obj()
4146 mcast_obj->max_cmd_len = -1; in ecore_init_mcast_obj()
4147 mcast_obj->wait_comp = ecore_mcast_wait; in ecore_init_mcast_obj()
4148 mcast_obj->set_one_rule = NULL; in ecore_init_mcast_obj()
4149 mcast_obj->validate = ecore_mcast_validate_e1h; in ecore_init_mcast_obj()
4150 mcast_obj->revert = ecore_mcast_revert_e1h; in ecore_init_mcast_obj()
4151 mcast_obj->get_registry_size = in ecore_init_mcast_obj()
4153 mcast_obj->set_registry_size = in ecore_init_mcast_obj()
4156 mcast_obj->config_mcast = ecore_mcast_setup_e2; in ecore_init_mcast_obj()
4157 mcast_obj->enqueue_cmd = ecore_mcast_enqueue_cmd; in ecore_init_mcast_obj()
4158 mcast_obj->hdl_restore = in ecore_init_mcast_obj()
4160 mcast_obj->check_pending = ecore_mcast_check_pending; in ecore_init_mcast_obj()
4163 mcast_obj->max_cmd_len = 16; in ecore_init_mcast_obj()
4164 mcast_obj->wait_comp = ecore_mcast_wait; in ecore_init_mcast_obj()
4165 mcast_obj->set_one_rule = ecore_mcast_set_one_rule_e2; in ecore_init_mcast_obj()
4166 mcast_obj->validate = ecore_mcast_validate_e2; in ecore_init_mcast_obj()
4167 mcast_obj->revert = ecore_mcast_revert_e2; in ecore_init_mcast_obj()
4168 mcast_obj->get_registry_size = in ecore_init_mcast_obj()
4170 mcast_obj->set_registry_size = in ecore_init_mcast_obj()