Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnx2x/
H A Decore_sp.h1929 int ecore_config_mcast(struct bnx2x_softc *sc,
H A Dbnx2x.c1870 rc = ecore_config_mcast(sc, &rparam, ECORE_MCAST_CMD_DEL); in bnx2x_chip_cleanup()
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()
4281 rc = ecore_config_mcast(sc, &rparam, ECORE_MCAST_CMD_CONT); in bnx2x_handle_mcast_eqe()
H A Decore_sp.c3039 int ecore_config_mcast(struct bnx2x_softc *sc, in ecore_config_mcast() function