Searched refs:cur_tx (Results 1 - 11 of 11) sorted by relevance

/external/syslinux/gpxe/src/drivers/net/
H A Ddmfe.c172 u8 cur_tx; member in struct:dmfe_private
407 ptxb = &txb[db->cur_tx];
422 txd[db->cur_tx].tdes1 = cpu_to_le32(0xe1000000 | size);
423 txd[db->cur_tx].tdes0 = cpu_to_le32(0x80000000); /* give ownership to device */
430 db->cur_tx++;
431 db->cur_tx = db->cur_tx % TX_DESC_CNT;
516 db->cur_tx = 0;
635 ptxb = &txb[db->cur_tx];
649 txd[db->cur_tx]
[all...]
H A Depic100.c85 static unsigned int cur_rx, cur_tx; /* The next free ring entry */ variable
273 cur_rx = cur_tx = 0;
317 entry = cur_tx % TX_RING_SIZE;
349 cur_tx++;
H A Dw89c840.c238 unsigned int cur_tx, dirty_tx; member in struct:winbond_private
497 entry = w840private.cur_tx % TX_RING_SIZE;
518 w840private.cur_tx++;
534 printf("winbond-840 : Transmit frame # %d size %d queued in slot %d.\n", w840private.cur_tx, s, entry);
923 w840private.tx_q_bytes = w840private.cur_rx = w840private.cur_tx = 0;
H A Dsis190.c316 pending = tp->cur_tx - dirty_tx;
379 tp->dirty_tx = tp->dirty_rx = tp->cur_tx = tp->cur_rx = 0;
619 tp->cur_tx = tp->dirty_tx = 0;
651 entry = tp->cur_tx % NUM_TX_DESC;
672 tp->cur_tx++;
H A Dns83820.c716 int cur_tx = 0; local
735 tx_ring[cur_tx].bufptr = virt_to_le32desc(&txb);
736 tx_ring[cur_tx].extsts = cpu_to_le32(extsts);
740 tx_ring[cur_tx].cmdsts = cpu_to_le32(cmdsts);
H A Dpcnet32.c239 unsigned int cur_rx, cur_tx; /* The next free ring entry */ member in struct:pcnet32_private
383 lp->cur_rx = lp->cur_tx = 0;
583 int entry = 0; /*lp->cur_tx & TX_RING_MOD_MASK; */
587 ptxb = pcnet32_bufs.txb[lp->cur_tx];
612 lp->cur_tx = 0; /* (lp->cur_tx + 1); */
H A Dsis190.h255 u32 cur_tx; member in struct:sis190_private
H A Dvia-rhine.c672 unsigned int cur_rx, cur_tx; /* The next free and used entries */ member in struct:rhine_private
719 tp->cur_rx = tp->cur_tx = 0;
1361 entry = tp->cur_tx % TX_RING_SIZE;
1411 tp->cur_tx++;
H A D3c515.c226 unsigned int cur_rx, cur_tx; /* The next free ring entry */ member in struct:corkscrew_private
387 vp->cur_tx = vp->dirty_tx = 0;
H A Dmtd80x.c339 struct mtd_desc *cur_tx; member in struct:mtd_private
/external/mesa3d/src/gallium/drivers/ilo/core/
H A Dilo_image.c1155 int cur_tx, cur_ty; local
1160 cur_tx = 0;
1165 lod_tx[lv] = cur_tx;
1175 if (hz_width < cur_tx + tw)
1176 hz_width = cur_tx + tw;
1181 cur_tx += tw;

Completed in 249 milliseconds