Home
last modified time | relevance | path

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

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