Home
last modified time | relevance | path

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

/freebsd/sys/dev/xl/
H A Dif_xl.c1685 ld->xl_tx_list[0].xl_status = htole32(XL_TXSTAT_EMPTY); in xl_list_tx_init_90xB()
1780 c->xl_ptr->xl_status = 0; in xl_newbuf()
1796 if (pos->xl_ptr->xl_status) in xl_rx_resync()
1827 while ((rxstat = le32toh(sc->xl_cdata.xl_rx_head->xl_ptr->xl_status))) { in xl_rxeof()
1857 cur_rx->xl_ptr->xl_status = 0; in xl_rxeof()
1872 cur_rx->xl_ptr->xl_status = 0; in xl_rxeof()
1892 cur_rx->xl_ptr->xl_status = 0; in xl_rxeof()
2039 if (!(le32toh(cur_tx->xl_ptr->xl_status) & in xl_txeof_90xB()
2405 c->xl_ptr->xl_status = htole32(status); in xl_encap()
2514 cur_tx->xl_ptr->xl_status |= htole32(XL_TXSTAT_DL_INTR); in xl_start_locked()
[all …]
H A Dif_xlreg.h470 u_int32_t xl_status; member
476 volatile u_int32_t xl_status; member