Lines Matching refs:xl_ptr
1628 cd->xl_tx_chain[i].xl_ptr = &ld->xl_tx_list[i]; in xl_list_tx_init()
1663 cd->xl_tx_chain[i].xl_ptr = &ld->xl_tx_list[i]; in xl_list_tx_init_90xB()
1712 cd->xl_rx_chain[i].xl_ptr = &ld->xl_rx_list[i]; in xl_list_rx_init()
1776 c->xl_ptr->xl_frag.xl_len = htole32(m_new->m_len | XL_LAST_FRAG); in xl_newbuf()
1777 c->xl_ptr->xl_frag.xl_addr = htole32(segs->ds_addr); in xl_newbuf()
1778 c->xl_ptr->xl_status = 0; in xl_newbuf()
1794 if (pos->xl_ptr->xl_status) in xl_rx_resync()
1825 while ((rxstat = le32toh(sc->xl_cdata.xl_rx_head->xl_ptr->xl_status))) { in xl_rxeof()
1855 cur_rx->xl_ptr->xl_status = 0; in xl_rxeof()
1870 cur_rx->xl_ptr->xl_status = 0; in xl_rxeof()
1890 cur_rx->xl_ptr->xl_status = 0; in xl_rxeof()
2037 if (!(le32toh(cur_tx->xl_ptr->xl_status) & in xl_txeof_90xB()
2380 c->xl_ptr->xl_frag[i].xl_addr = in xl_encap()
2382 c->xl_ptr->xl_frag[i].xl_len = in xl_encap()
2386 c->xl_ptr->xl_frag[nseg - 1].xl_len |= htole32(XL_LAST_FRAG); in xl_encap()
2403 c->xl_ptr->xl_status = htole32(status); in xl_encap()
2404 c->xl_ptr->xl_next = 0; in xl_encap()
2488 prev->xl_ptr->xl_next = htole32(cur_tx->xl_phys); in xl_start_locked()
2512 cur_tx->xl_ptr->xl_status |= htole32(XL_TXSTAT_DL_INTR); in xl_start_locked()
2523 sc->xl_cdata.xl_tx_tail->xl_ptr->xl_next = in xl_start_locked()
2525 sc->xl_cdata.xl_tx_tail->xl_ptr->xl_status &= in xl_start_locked()
2609 prev->xl_ptr->xl_next = htole32(cur_tx->xl_phys); in xl_start_90xB_locked()
2635 cur_tx->xl_ptr->xl_status |= htole32(XL_TXSTAT_DL_INTR); in xl_start_90xB_locked()
2639 start_tx->xl_prev->xl_ptr->xl_next = htole32(start_tx->xl_phys); in xl_start_90xB_locked()