Home
last modified time | relevance | path

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

/freebsd/sys/dev/xl/
H A Dif_xl.c2115 CSR_WRITE_1(sc, XL_TX_FREETHRESH, XL_PACKET_SIZE >> 8); in xl_txeoc()
2117 sc->xl_tx_thresh < XL_PACKET_SIZE) { in xl_txeoc()
2126 XL_CMD_SET_TX_RECLAIM|(XL_PACKET_SIZE >> 4)); in xl_txeoc()
2751 CSR_WRITE_1(sc, XL_TX_FREETHRESH, XL_PACKET_SIZE >> 8); in xl_init_locked()
2767 XL_CMD_SET_TX_RECLAIM|(XL_PACKET_SIZE >> 4)); in xl_init_locked()
2819 CSR_WRITE_2(sc, XL_W3_MAXPKTSIZE, XL_PACKET_SIZE); in xl_init_locked()
2850 CSR_WRITE_2(sc, XL_COMMAND, XL_CMD_RX_SET_THRESH|(XL_PACKET_SIZE >>2)); in xl_init_locked()
H A Dif_xlreg.h95 #define XL_PACKET_SIZE 1540 macro