sys/dev/ic/xl.c
1006
bzero(ld->xl_tx_list, sizeof(struct xl_list) * XL_TX_LIST_CNT);
sys/dev/ic/xl.c
1331
XL_INC(idx, XL_TX_LIST_CNT);
sys/dev/ic/xl.c
1621
sizeof(struct xl_list) * XL_TX_LIST_CNT,
sys/dev/ic/xl.c
1784
if ((XL_TX_LIST_CNT - sc->xl_cdata.xl_tx_cnt) < 3) {
sys/dev/ic/xl.c
1818
XL_INC(idx, XL_TX_LIST_CNT);
sys/dev/ic/xl.c
2260
for (i = 0; i < XL_TX_LIST_CNT; i++) {
sys/dev/ic/xl.c
2396
for (i = 0; i < XL_TX_LIST_CNT; i++) {
sys/dev/ic/xl.c
2398
XL_TX_LIST_CNT - 3, MCLBYTES, 0, BUS_DMA_NOWAIT,
sys/dev/ic/xl.c
2404
if (bus_dmamap_create(sc->sc_dmat, MCLBYTES, XL_TX_LIST_CNT - 3,
sys/dev/ic/xl.c
2458
ifq_init_maxlen(&ifp->if_snd, XL_TX_LIST_CNT - 1);
sys/dev/ic/xl.c
963
for (i = 0; i < XL_TX_LIST_CNT; i++) {
sys/dev/ic/xl.c
965
if (i == (XL_TX_LIST_CNT - 1))
sys/dev/ic/xl.c
989
for (i = 0; i < XL_TX_LIST_CNT; i++) {
sys/dev/ic/xl.c
990
if (i == (XL_TX_LIST_CNT - 1))
sys/dev/ic/xl.c
995
prev = XL_TX_LIST_CNT - 1;
sys/dev/ic/xlreg.h
465
struct xl_list xl_tx_list[XL_TX_LIST_CNT];
sys/dev/ic/xlreg.h
487
struct xl_chain xl_tx_chain[XL_TX_LIST_CNT];