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

  /src/sys/dev/pci/
if_tlregs.h 155 struct tl_Rx_list {
187 struct tl_Rx_list *hw_list;
if_tlvar.h 60 struct tl_Rx_list *hw_Rx_list; /* and assocoated hw descriptor */
if_tl.c 654 sizeof(struct tl_Rx_list) * TL_NBUF, 1,
655 sizeof(struct tl_Rx_list) * TL_NBUF, 0, BUS_DMA_WAITOK,
673 (void *)(sc->ctrl + sizeof(struct tl_Rx_list) * TL_NBUF);
674 nullbuf = sc->ctrl + sizeof(struct tl_Rx_list) * TL_NBUF +
677 sc->hw_Rx_list, sizeof(struct tl_Rx_list) * TL_NBUF, NULL,
706 + sizeof(struct tl_Rx_list) * i;
732 sizeof(struct tl_Rx_list) * TL_NBUF,
1009 sizeof(struct tl_Rx_list) * TL_NBUF,
1067 sizeof(struct tl_Rx_list) * TL_NBUF,
1085 sizeof(struct tl_Rx_list) * TL_NBUF
    [all...]

Completed in 27 milliseconds