XL_TX_LIST_CNT 1004 dev/ic/xl.c for (i = 0; i < XL_TX_LIST_CNT; i++) { XL_TX_LIST_CNT 1006 dev/ic/xl.c if (i == (XL_TX_LIST_CNT - 1)) XL_TX_LIST_CNT 1030 dev/ic/xl.c for (i = 0; i < XL_TX_LIST_CNT; i++) { XL_TX_LIST_CNT 1031 dev/ic/xl.c if (i == (XL_TX_LIST_CNT - 1)) XL_TX_LIST_CNT 1036 dev/ic/xl.c prev = XL_TX_LIST_CNT - 1; XL_TX_LIST_CNT 1047 dev/ic/xl.c bzero((char *)ld->xl_tx_list, sizeof(struct xl_list) * XL_TX_LIST_CNT); XL_TX_LIST_CNT 1410 dev/ic/xl.c XL_INC(idx, XL_TX_LIST_CNT); XL_TX_LIST_CNT 1706 dev/ic/xl.c sizeof(struct xl_list) * XL_TX_LIST_CNT, XL_TX_LIST_CNT 1869 dev/ic/xl.c if ((XL_TX_LIST_CNT - sc->xl_cdata.xl_tx_cnt) < 3) { XL_TX_LIST_CNT 1903 dev/ic/xl.c XL_INC(idx, XL_TX_LIST_CNT); XL_TX_LIST_CNT 2408 dev/ic/xl.c for (i = 0; i < XL_TX_LIST_CNT; i++) { XL_TX_LIST_CNT 2531 dev/ic/xl.c for (i = 0; i < XL_TX_LIST_CNT; i++) { XL_TX_LIST_CNT 2533 dev/ic/xl.c XL_TX_LIST_CNT - 3, MCLBYTES, 0, BUS_DMA_NOWAIT, XL_TX_LIST_CNT 2539 dev/ic/xl.c if (bus_dmamap_create(sc->sc_dmat, MCLBYTES, XL_TX_LIST_CNT - 3, XL_TX_LIST_CNT 2590 dev/ic/xl.c IFQ_SET_MAXLEN(&ifp->if_snd, XL_TX_LIST_CNT - 1); XL_TX_LIST_CNT 459 dev/ic/xlreg.h struct xl_list xl_tx_list[XL_TX_LIST_CNT]; XL_TX_LIST_CNT 481 dev/ic/xlreg.h struct xl_chain xl_tx_chain[XL_TX_LIST_CNT];