OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_tx
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/dev/ic/
dwc_eqos.c
288
--sc->
sc_tx
.queued;
292
++sc->
sc_tx
.queued;
298
sc->
sc_tx
.desc_ring[index].tdes0 = htole32((uint32_t)paddr);
299
sc->
sc_tx
.desc_ring[index].tdes1
301
sc->
sc_tx
.desc_ring[index].tdes2 = htole32(tdes2 | len);
302
sc->
sc_tx
.desc_ring[index].tdes3 = htole32(tdes3 | total_len);
316
if (sc->
sc_tx
.queued >= TX_DESC_COUNT - 1)
320
sc->
sc_tx
.buf_map[index].map, m, BUS_DMA_WRITE | BUS_DMA_NOWAIT);
332
segs = sc->
sc_tx
.buf_map[index].map->dm_segs;
333
nsegs = sc->
sc_tx
.buf_map[index].map->dm_nsegs
[
all
...]
bcmgenet.c
205
if (sc->
sc_tx
.queued >= TX_DESC_COUNT - 1)
208
error = bus_dmamap_load_mbuf(sc->
sc_tx
.buf_tag,
209
sc->
sc_tx
.buf_map[index].map, m, BUS_DMA_WRITE | BUS_DMA_NOWAIT);
221
segs = sc->
sc_tx
.buf_map[index].map->dm_segs;
222
nsegs = sc->
sc_tx
.buf_map[index].map->dm_nsegs;
224
nospace = sc->
sc_tx
.queued >= TX_DESC_COUNT - nsegs;
226
bus_dmamap_unload(sc->
sc_tx
.buf_tag,
227
sc->
sc_tx
.buf_map[index].map);
232
bus_dmamap_sync(sc->
sc_tx
.buf_tag, sc->
sc_tx
.buf_map[index].map
[
all
...]
bcmgenetvar.h
74
struct genet_ring
sc_tx
;
member in struct:genet_softc
dwc_eqos_var.h
76
struct eqos_ring
sc_tx
;
member in struct:eqos_softc
/src/sys/arch/powerpc/ibm4xx/dev/
gpiic_opb.c
59
uint8_t
sc_tx
;
member in struct:gpiic_softc
105
sc->
sc_tx
= IIC_DIRECTCNTL_SCC | IIC_DIRECTCNTL_SDAC;
187
tx = sc->
sc_tx
;
198
sc->
sc_tx
= (uint8_t)bits;
/src/sys/dev/pci/
if_etreg.h
521
uint32_t
sc_tx
;
member in struct:et_softc
if_et.c
568
sc->
sc_tx
= 0;
1906
sc->
sc_tx
+= map->dm_nsegs;
1907
if (sc->
sc_tx
/ sc->sc_tx_intr_nsegs != sc->sc_tx_intr) {
1908
sc->sc_tx_intr = sc->
sc_tx
/ sc->sc_tx_intr_nsegs;
Completed in 16 milliseconds
Indexes created Thu Nov 06 05:09:59 GMT 2025