Home
last modified time | relevance | path

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

/freebsd/sys/dev/xl/
H A Dif_xlreg.h448 #define XL_TX_LIST_CNT 256 macro
452 (XL_TX_LIST_CNT * sizeof(struct xl_list))
509 struct xl_chain xl_tx_chain[XL_TX_LIST_CNT];
H A Dif_xl.c1348 if_setsendqlen(ifp, XL_TX_LIST_CNT - 1); in xl_attach()
1627 for (i = 0; i < XL_TX_LIST_CNT; i++) { in xl_list_tx_init()
1635 if (i == (XL_TX_LIST_CNT - 1)) in xl_list_tx_init()
1662 for (i = 0; i < XL_TX_LIST_CNT; i++) { in xl_list_tx_init_90xB()
1670 if (i == (XL_TX_LIST_CNT - 1)) in xl_list_tx_init_90xB()
1676 &cd->xl_tx_chain[XL_TX_LIST_CNT - 1]; in xl_list_tx_init_90xB()
2052 XL_INC(idx, XL_TX_LIST_CNT); in xl_txeof_90xB()
2584 if ((XL_TX_LIST_CNT - sc->xl_cdata.xl_tx_cnt) < 3) { in xl_start_90xB_locked()
2618 XL_INC(idx, XL_TX_LIST_CNT); in xl_start_90xB_locked()
3190 for (i = 0; i < XL_TX_LIST_CNT; i++) { in xl_stop()