smc_task_rx
static void smc_task_rx(void *, int);
NET_TASK_INIT(&sc->smc_rx, SMC_RX_PRIORITY, smc_task_rx, ifp);