Searched refs:td (Results 1 – 2 of 2) sorted by relevance
47 struct td_style3 *td; member403 struct td_style3 *td = &state->td[state->td_tail]; in pcnet_service_tx() local416 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() local552 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 …]
275 tdesc td = {}; in tx() local276 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