Searched refs:mcsp (Results 1 – 1 of 1) sorted by relevance
1679 struct fxp_cb_mcs *mcsp = &sc->sc_ctrl->u.mcs; in fxp_mc_setup() local1695 (void *)&mcsp->mc_addr[nmcasts][0], ETHER_ADDR_LEN); in fxp_mc_setup()1709 mcsp->cb_status = htole16(0); in fxp_mc_setup()1710 mcsp->cb_command = htole16(FXP_CB_COMMAND_MCAS | FXP_CB_COMMAND_EL); in fxp_mc_setup()1711 mcsp->link_addr = htole32(-1); in fxp_mc_setup()1712 mcsp->mc_cnt = htole16(nmcasts * ETHER_ADDR_LEN); in fxp_mc_setup()1741 } while (!(mcsp->cb_status & htole16(FXP_CB_STATUS_C)) && i--); in fxp_mc_setup()1744 if (!(mcsp->cb_status & htole16(FXP_CB_STATUS_C))) { in fxp_mc_setup()