HomeSort by: relevance | last modified time | path
    Searched refs:age_txdesc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_age.c 689 struct age_txdesc *txd;
935 txd = &sc->age_cdata.age_txdesc[i];
978 struct age_txdesc *txd;
984 txd = &sc->age_cdata.age_txdesc[i];
1221 struct age_txdesc *txd, *txd_last;
1231 txd = &sc->age_cdata.age_txdesc[prod];
1316 txd = &sc->age_cdata.age_txdesc[prod];
1323 KASSERT(txd_last == &sc->age_cdata.age_txdesc[prod]);
1338 struct age_txdesc *txd;
1359 txd = &sc->age_cdata.age_txdesc[cons]
    [all...]
if_agereg.h 685 struct age_txdesc { struct
698 struct age_txdesc age_txdesc[AGE_TX_RING_CNT]; member in struct:age_chain_data

Completed in 13 milliseconds