Home
last modified time | relevance | path

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

/external/libese/libese-teq1/
Dteq1.c314 struct Teq1Frame *next_tx) { in teq1_rules() argument
338 next_tx->header.PCB = S(RESYNC, REQUEST); in teq1_rules()
362 next_tx->header.PCB = in teq1_rules()
364 next_tx->header.LEN = 0; in teq1_rules()
371 next_tx->header.PCB = in teq1_rules()
373 teq1_fill_info_block(state, next_tx); /* Sets M-bit and LEN. */ in teq1_rules()
385 next_tx->header.PCB = S(WTX, RESPONSE); in teq1_rules()
386 next_tx->header.LEN = 1; in teq1_rules()
387 next_tx->INF[0] = rx_frame->INF[0]; in teq1_rules()
404 next_tx->header.PCB = S(IFS, RESPONSE); in teq1_rules()
[all …]
Dteq1_private.h123 struct Teq1Frame *next_tx);
/external/syslinux/gpxe/src/drivers/net/
Dforcedeth.c424 unsigned int next_tx, nic_tx; member
870 np->next_tx = np->nic_tx = 0; in init_ring()
1128 int nr = np->next_tx % TX_RING; in forcedeth_transmit()
1152 np->next_tx++; in forcedeth_transmit()