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

/freebsd-11.0-release/sys/dev/tl/
H A Dif_tl.c1343 (struct tl_list_onefrag *)&ld->tl_rx_list[i];
1348 ld->tl_rx_list[i].tlist_fptr = 0;
1351 ld->tl_rx_list[i].tlist_fptr =
1352 vtophys(&ld->tl_rx_list[i + 1]);
2036 CSR_WRITE_4(sc, TL_CH_PARM, vtophys(&sc->tl_ldata->tl_rx_list[0]));
2241 bzero((char *)&sc->tl_ldata->tl_rx_list,
2242 sizeof(sc->tl_ldata->tl_rx_list));
H A Dif_tlreg.h81 struct tl_list_onefrag tl_rx_list[TL_RX_LIST_CNT]; member in struct:tl_list_data

Completed in 66 milliseconds