Home
last modified time | relevance | path

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

/dev/net/pcnet/
A Dpcnet.c58 int td_count; member
173 state->td_count = 128; in pcnet_init()
175 state->td = memalign(16, state->td_count * DESC_SIZE); in pcnet_init()
179 state->tx_buffers = calloc(state->td_count, sizeof(struct pbuf *)); in pcnet_init()
188 memset(state->td, 0, state->td_count * DESC_SIZE); in pcnet_init()
414 state->td_tail = (state->td_tail + 1) % state->td_count; in pcnet_service_tx()
432 for (int i=0; i < state->td_count; i++) in pcnet_service_tx()
579 state->td_head = (state->td_head + 1) % state->td_count; in pcnet_output()

Completed in 11 milliseconds