Searched refs:tlist_fptr (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/tl/
H A Dif_tlreg.h63 u_int32_t tlist_fptr; /* phys address of next list */ member in struct:tl_list
76 u_int32_t tlist_fptr; member in struct:tl_list_onefrag
H A Dif_tl.c1353 ld->tl_rx_list[i].tlist_fptr = 0;
1356 ld->tl_rx_list[i].tlist_fptr =
1381 c->tl_ptr->tlist_fptr = 0;
1445 sc->tl_cdata.tl_rx_tail->tl_ptr->tlist_fptr =
1533 if (!cur_tx->tl_ptr->tlist_fptr)
1857 c->tl_ptr->tlist_fptr = 0;
1920 prev->tl_ptr->tlist_fptr = vtophys(cur_tx->tl_ptr);

Completed in 105 milliseconds