Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnx2x/
H A Dbnx2x.c1831 struct ecore_mcast_ramrod_params rparam = { NULL }; in bnx2x_chip_cleanup() local
1873 rparam.mcast_obj = &sc->mcast_obj; in bnx2x_chip_cleanup()
1874 rc = ecore_config_mcast(sc, &rparam, ECORE_MCAST_CMD_DEL); in bnx2x_chip_cleanup()
1952 struct ecore_mcast_ramrod_params rparam = { NULL }; in bnx2x_squeeze_objects() local
1982 rparam.mcast_obj = &sc->mcast_obj; in bnx2x_squeeze_objects()
1986 rc = ecore_config_mcast(sc, &rparam, ECORE_MCAST_CMD_DEL); in bnx2x_squeeze_objects()
1994 rc = ecore_config_mcast(sc, &rparam, ECORE_MCAST_CMD_CONT); in bnx2x_squeeze_objects()
2002 rc = ecore_config_mcast(sc, &rparam, ECORE_MCAST_CMD_CONT); in bnx2x_squeeze_objects()
4273 struct ecore_mcast_ramrod_params rparam; in bnx2x_handle_mcast_eqe() local
4276 memset(&rparam, 0, sizeof(rparam)); in bnx2x_handle_mcast_eqe()
[all …]