Lines Matching defs:mcast_obj

3123 	struct bnx2x_mcast_obj *o = p->mcast_obj;
3223 struct bnx2x_mcast_obj *o = p->mcast_obj;
3256 struct bnx2x_mcast_obj *o = p->mcast_obj;
3315 struct bnx2x_mcast_obj *o = p->mcast_obj;
3335 struct bnx2x_raw_obj *r = &p->mcast_obj->raw;
3377 struct bnx2x_raw_obj *raw = &p->mcast_obj->raw;
3378 struct bnx2x_mcast_obj *o = p->mcast_obj;
3532 struct bnx2x_mcast_obj *o = p->mcast_obj;
3585 struct bnx2x_mcast_obj *o = p->mcast_obj;
3646 struct bnx2x_mcast_obj *o = p->mcast_obj;
3696 struct bnx2x_raw_obj *r = &p->mcast_obj->raw;
3754 struct bnx2x_mcast_obj *o = p->mcast_obj;
3881 struct bnx2x_mcast_obj *o = p->mcast_obj;
3982 struct bnx2x_mcast_obj *o = p->mcast_obj;
4008 rc = o->enqueue_cmd(bp, p->mcast_obj, p, cmd);
4069 struct bnx2x_mcast_obj *mcast_obj,
4074 memset(mcast_obj, 0, sizeof(*mcast_obj));
4076 bnx2x_init_raw_obj(&mcast_obj->raw, mcast_cl_id, mcast_cid, func_id,
4079 mcast_obj->engine_id = engine_id;
4081 INIT_LIST_HEAD(&mcast_obj->pending_cmds_head);
4083 mcast_obj->sched_state = BNX2X_FILTER_MCAST_SCHED;
4084 mcast_obj->check_sched = bnx2x_mcast_check_sched;
4085 mcast_obj->set_sched = bnx2x_mcast_set_sched;
4086 mcast_obj->clear_sched = bnx2x_mcast_clear_sched;
4089 mcast_obj->config_mcast = bnx2x_mcast_setup_e1;
4090 mcast_obj->enqueue_cmd = bnx2x_mcast_enqueue_cmd;
4091 mcast_obj->hdl_restore =
4093 mcast_obj->check_pending = bnx2x_mcast_check_pending;
4096 mcast_obj->max_cmd_len = BNX2X_MAX_EMUL_MULTI;
4098 mcast_obj->max_cmd_len = BNX2X_MAX_MULTICAST;
4100 mcast_obj->wait_comp = bnx2x_mcast_wait;
4101 mcast_obj->set_one_rule = bnx2x_mcast_set_one_rule_e1;
4102 mcast_obj->validate = bnx2x_mcast_validate_e1;
4103 mcast_obj->revert = bnx2x_mcast_revert_e1;
4104 mcast_obj->get_registry_size =
4106 mcast_obj->set_registry_size =
4112 INIT_LIST_HEAD(&mcast_obj->registry.exact_match.macs);
4115 mcast_obj->config_mcast = bnx2x_mcast_setup_e1h;
4116 mcast_obj->enqueue_cmd = NULL;
4117 mcast_obj->hdl_restore = NULL;
4118 mcast_obj->check_pending = bnx2x_mcast_check_pending;
4123 mcast_obj->max_cmd_len = -1;
4124 mcast_obj->wait_comp = bnx2x_mcast_wait;
4125 mcast_obj->set_one_rule = NULL;
4126 mcast_obj->validate = bnx2x_mcast_validate_e1h;
4127 mcast_obj->revert = bnx2x_mcast_revert_e1h;
4128 mcast_obj->get_registry_size =
4130 mcast_obj->set_registry_size =
4133 mcast_obj->config_mcast = bnx2x_mcast_setup_e2;
4134 mcast_obj->enqueue_cmd = bnx2x_mcast_enqueue_cmd;
4135 mcast_obj->hdl_restore =
4137 mcast_obj->check_pending = bnx2x_mcast_check_pending;
4140 mcast_obj->max_cmd_len = 16;
4141 mcast_obj->wait_comp = bnx2x_mcast_wait;
4142 mcast_obj->set_one_rule = bnx2x_mcast_set_one_rule_e2;
4143 mcast_obj->validate = bnx2x_mcast_validate_e2;
4144 mcast_obj->revert = bnx2x_mcast_revert_e2;
4145 mcast_obj->get_registry_size =
4147 mcast_obj->set_registry_size =