Home
last modified time | relevance | path

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

/freebsd-14.2/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.c759 ds->physnext = htole32(bn->bf_daddr); in malo_txq_init()
864 le32toh(ds->physnext), le32toh(ds->physbuffdata), in malo_printrxbuf()
881 le32toh(ds->physnext), in malo_printtxbuf()
1424 ds->physnext = htole32(bf->bf_daddr); in malo_startrecv()
1430 ds->physnext = in malo_startrecv()
1984 readptr = le32toh(ds->physnext); in malo_rx_proc()