OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cur_tx
(Results
1 - 10
of
10
) sorted by null
/external/mesa3d/src/gallium/drivers/ilo/core/
ilo_image.c
1155
int
cur_tx
, cur_ty;
local
[
all
...]
/external/syslinux/gpxe/src/drivers/net/
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
++;
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); */
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;
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
...]
mtd80x.c
339
struct mtd_desc *
cur_tx
;
member in struct:mtd_private
sis190.h
255
u32
cur_tx
;
member in struct:sis190_private
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;
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);
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
...]
Completed in 189 milliseconds