Home
last modified time | relevance | path

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

/freebsd/sys/dev/bxe/
H A Dbxe.c4058 rc = ecore_config_mcast(sc, &rparam, ECORE_MCAST_CMD_DEL); in bxe_chip_cleanup()
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()
8372 rc = ecore_config_mcast(sc, &rparam, ECORE_MCAST_CMD_CONT); in bxe_handle_mcast_eqe()
12077 rc = ecore_config_mcast(sc, &rparam, ECORE_MCAST_CMD_DEL); in bxe_set_mc_list()
12094 rc = ecore_config_mcast(sc, &rparam, ECORE_MCAST_CMD_ADD); in bxe_set_mc_list()
H A Decore_sp.c4001 int ecore_config_mcast(struct bxe_softc *sc, in ecore_config_mcast() function