Home
last modified time | relevance | path

Searched refs:physnext (Results 1 – 2 of 2) sorted by relevance

/src/sys/dev/malo/
H A Dif_malo.h397 uint32_t physnext; member
436 uint32_t physnext; /* physical address of next RX desc */ member
H A Dif_malo.c753 ds->physnext = htole32(bn->bf_daddr); in malo_txq_init()
858 le32toh(ds->physnext), le32toh(ds->physbuffdata), in malo_printrxbuf()
875 le32toh(ds->physnext), in malo_printtxbuf()
1418 ds->physnext = htole32(bf->bf_daddr); in malo_startrecv()
1424 ds->physnext = in malo_startrecv()
1978 readptr = le32toh(ds->physnext); in malo_rx_proc()