OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:txd_last
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/dev/pci/
if_age.c
1221
struct age_txdesc *txd, *
txd_last
;
local in function:age_encap
1232
txd_last
= txd;
1317
map =
txd_last
->tx_dmamap;
1318
txd_last
->tx_dmamap = txd->tx_dmamap;
1321
KASSERT(
txd_last
->tx_m == NULL);
1323
KASSERT(
txd_last
== &sc->age_cdata.age_txdesc[prod]);
1324
txd_last
->tx_m = m;
if_ale.c
913
struct ale_txdesc *txd, *
txd_last
;
local in function:ale_encap
924
txd_last
= txd;
1019
map =
txd_last
->tx_dmamap;
1020
txd_last
->tx_dmamap = txd->tx_dmamap;
if_age.c
1221
struct age_txdesc *txd, *
txd_last
;
local in function:age_encap
1232
txd_last
= txd;
1317
map =
txd_last
->tx_dmamap;
1318
txd_last
->tx_dmamap = txd->tx_dmamap;
1321
KASSERT(
txd_last
->tx_m == NULL);
1323
KASSERT(
txd_last
== &sc->age_cdata.age_txdesc[prod]);
1324
txd_last
->tx_m = m;
if_ale.c
913
struct ale_txdesc *txd, *
txd_last
;
local in function:ale_encap
924
txd_last
= txd;
1019
map =
txd_last
->tx_dmamap;
1020
txd_last
->tx_dmamap = txd->tx_dmamap;
if_alc.c
1912
struct alc_txdesc *txd, *
txd_last
;
local in function:alc_encap
1925
txd_last
= txd;
2008
map =
txd_last
->tx_dmamap;
2009
txd_last
->tx_dmamap = txd->tx_dmamap;
if_alc.c
1912
struct alc_txdesc *txd, *
txd_last
;
local in function:alc_encap
1925
txd_last
= txd;
2008
map =
txd_last
->tx_dmamap;
2009
txd_last
->tx_dmamap = txd->tx_dmamap;
Completed in 31 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025