Lines Matching defs:rparam
4016 struct ecore_mcast_ramrod_params rparam = { NULL };
4057 rparam.mcast_obj = &sc->mcast_obj;
4058 rc = ecore_config_mcast(sc, &rparam, ECORE_MCAST_CMD_DEL);
4155 struct ecore_mcast_ramrod_params rparam = { NULL };
4185 rparam.mcast_obj = &sc->mcast_obj;
4186 bxe_set_bit(RAMROD_DRV_CLR_ONLY, &rparam.ramrod_flags);
4189 rc = ecore_config_mcast(sc, &rparam, ECORE_MCAST_CMD_DEL);
4196 rc = ecore_config_mcast(sc, &rparam, ECORE_MCAST_CMD_CONT);
4203 rc = ecore_config_mcast(sc, &rparam, ECORE_MCAST_CMD_CONT);
8358 struct ecore_mcast_ramrod_params rparam;
8361 memset(&rparam, 0, sizeof(rparam));
8363 rparam.mcast_obj = &sc->mcast_obj;
8372 rc = ecore_config_mcast(sc, &rparam, ECORE_MCAST_CMD_CONT);
12069 struct ecore_mcast_ramrod_params rparam = { NULL };
12072 rparam.mcast_obj = &sc->mcast_obj;
12077 rc = ecore_config_mcast(sc, &rparam, ECORE_MCAST_CMD_DEL);
12086 rc = bxe_init_mcast_macs_list(sc, &rparam);
12094 rc = ecore_config_mcast(sc, &rparam, ECORE_MCAST_CMD_ADD);
12099 bxe_free_mcast_macs_list(&rparam);