Home
last modified time | relevance | path

Searched refs:rparam (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x.c1827 struct ecore_mcast_ramrod_params rparam = { NULL }; in bnx2x_chip_cleanup() local
1869 rparam.mcast_obj = &sc->mcast_obj; in bnx2x_chip_cleanup()
1870 rc = ecore_config_mcast(sc, &rparam, ECORE_MCAST_CMD_DEL); in bnx2x_chip_cleanup()
1948 struct ecore_mcast_ramrod_params rparam = { NULL }; in bnx2x_squeeze_objects() local
1978 rparam.mcast_obj = &sc->mcast_obj; in bnx2x_squeeze_objects()
1982 rc = ecore_config_mcast(sc, &rparam, ECORE_MCAST_CMD_DEL); in bnx2x_squeeze_objects()
1990 rc = ecore_config_mcast(sc, &rparam, ECORE_MCAST_CMD_CONT); in bnx2x_squeeze_objects()
1998 rc = ecore_config_mcast(sc, &rparam, ECORE_MCAST_CMD_CONT); in bnx2x_squeeze_objects()
4269 struct ecore_mcast_ramrod_params rparam; in bnx2x_handle_mcast_eqe() local
4272 memset(&rparam, 0, sizeof(rparam)); in bnx2x_handle_mcast_eqe()
[all …]