Home
last modified time | relevance | path

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

/freebsd/sys/dev/xl/
H A Dif_xl.c1630 cd->xl_tx_chain[i].xl_ptr = &ld->xl_tx_list[i]; in xl_list_tx_init()
1665 cd->xl_tx_chain[i].xl_ptr = &ld->xl_tx_list[i]; in xl_list_tx_init_90xB()
1714 cd->xl_rx_chain[i].xl_ptr = &ld->xl_rx_list[i]; in xl_list_rx_init()
1778 c->xl_ptr->xl_frag.xl_len = htole32(m_new->m_len | XL_LAST_FRAG); in xl_newbuf()
1779 c->xl_ptr->xl_frag.xl_addr = htole32(segs->ds_addr); in xl_newbuf()
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()
[all …]
H A Dif_xlreg.h492 struct xl_list *xl_ptr; member
501 struct xl_list_onefrag *xl_ptr; member