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