Home
last modified time | relevance | path

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

/dev/net/pcnet/
A Dpcnet.c47 struct td_style3 *td; member
403 struct td_style3 *td = &state->td[state->td_tail]; in pcnet_service_tx() local
416 if (td->err) { in pcnet_service_tx()
418 hexdump8(td, sizeof(*td)); in pcnet_service_tx()
550 struct td_style3 *td = &state->td[state->td_head]; in pcnet_output() local
552 if (td->own) { in pcnet_output()
567 memset(td, 0, sizeof(*td)); in pcnet_output()
571 td->stp = 1; in pcnet_output()
572 td->enp = 1; in pcnet_output()
574 td->ones = 0xf; in pcnet_output()
[all …]
/dev/net/e1000/
A De1000.cpp275 tdesc td = {}; in tx() local
276 td.addr = pktbuf_data_phys(p); in tx()
277 td.length = p->dlen; in tx()
278 td.cmd = (1<<0); // end of packet (EOP) in tx()
279 copy(&txring_[tx_tail_], &td); in tx()

Completed in 17 milliseconds