Searched refs:service_max (Results 1 – 2 of 2) sorted by relevance
308 rt_uint32_t service_max; member352 rt_uint32_t service_max; member
1156 txch->service_max = EMAC_DEF_TX_MAX_SERVICE; in emac_init_txch()1163 txch->tx_complete = rt_malloc(txch->service_max * sizeof(rt_uint32_t)); in emac_init_txch()1169 memset(txch->tx_complete, 0, txch->service_max * sizeof(rt_uint32_t)); in emac_init_txch()1225 rxch->service_max = EMAC_DEF_RX_MAX_SERVICE; in emac_init_rxch()
Completed in 9 milliseconds