xcast
struct xcast xcast;
mbx.xcast.mac,
bgx_set_xcast_mode(nic->node, bgx, lmac, mbx.xcast.mode);
mbx.xcast.msg = NIC_MBOX_MSG_RESET_XCAST;
mbx.xcast.msg = NIC_MBOX_MSG_ADD_MCAST;
mbx.xcast.mac = 0;
mbx.xcast.msg = NIC_MBOX_MSG_ADD_MCAST;
mbx.xcast.mac = mc_addrs->mc[idx];
mbx.xcast.msg = NIC_MBOX_MSG_SET_XCAST;
mbx.xcast.mode = mode;