Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/ether/3com/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.c1358 if_setsendqlen(ifp, XL_TX_LIST_CNT - 1); in xl_attach()
1644 for (i = 0; i < XL_TX_LIST_CNT; i++) { in xl_list_tx_init()
1652 if (i == (XL_TX_LIST_CNT - 1)) in xl_list_tx_init()
1679 for (i = 0; i < XL_TX_LIST_CNT; i++) { in xl_list_tx_init_90xB()
1687 if (i == (XL_TX_LIST_CNT - 1)) in xl_list_tx_init_90xB()
1693 &cd->xl_tx_chain[XL_TX_LIST_CNT - 1]; in xl_list_tx_init_90xB()
2069 XL_INC(idx, XL_TX_LIST_CNT); in xl_txeof_90xB()
2614 if ((XL_TX_LIST_CNT - sc->xl_cdata.xl_tx_cnt) < 3) {
2648 XL_INC(idx, XL_TX_LIST_CNT);
3220 for (i = 0; i < XL_TX_LIST_CNT; i++) {