HomeSort by relevance Sort by last modified time
    Searched refs:cur_tx (Results 1 - 10 of 10) sorted by null

  /external/syslinux/gpxe/src/drivers/net/
dmfe.c 172 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].tdes1 = cpu_to_le32(0x890000c0)
    [all...]
epic100.c 85 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++;
w89c840.c 238 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;
sis190.c 316 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++;
ns83820.c 716 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);
pcnet32.c 239 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); */
sis190.h 255 u32 cur_tx; member in struct:sis190_private
via-rhine.c 672 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;
    [all...]
3c515.c 226 unsigned int cur_rx, cur_tx; /* The next free ring entry */ member in struct:corkscrew_private
387 vp->cur_tx = vp->dirty_tx = 0;
mtd80x.c 339 struct mtd_desc *cur_tx; member in struct:mtd_private

Completed in 346 milliseconds