Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/ether/3com/dev/xl/
H A Dif_xl.c1700 ld->xl_tx_list[0].xl_status = htole32(XL_TXSTAT_EMPTY); in xl_list_tx_init_90xB()
1795 c->xl_ptr->xl_status = 0; in xl_newbuf()
1811 if (pos->xl_ptr->xl_status) in xl_rx_resync()
1842 while ((rxstat = le32toh(sc->xl_cdata.xl_rx_head->xl_ptr->xl_status))) { in xl_rxeof()
1872 cur_rx->xl_ptr->xl_status = 0; in xl_rxeof()
1887 cur_rx->xl_ptr->xl_status = 0; in xl_rxeof()
1907 cur_rx->xl_ptr->xl_status = 0; in xl_rxeof()
2054 if (!(le32toh(cur_tx->xl_ptr->xl_status) & in xl_txeof_90xB()
2433 c->xl_ptr->xl_status = htole32(status);
2542 cur_tx->xl_ptr->xl_status |= htole32(XL_TXSTAT_DL_INTR);
[all …]
H A Dif_xlreg.h470 u_int32_t xl_status; member
476 volatile u_int32_t xl_status; member