HomeSort by: relevance | last modified time | path
    Searched defs:tx_ready_pos (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_et.c 1837 uint32_t tx_ready_pos, last_td_ctrl2; local in function:et_encap
1948 tx_ready_pos = __SHIFTIN(tx_ring->tr_ready_index,
1951 tx_ready_pos |= ET_TX_READY_POS_WRAP;
1952 CSR_WRITE_4(sc, ET_TX_READY_POS, tx_ready_pos);
if_et.c 1837 uint32_t tx_ready_pos, last_td_ctrl2; local in function:et_encap
1948 tx_ready_pos = __SHIFTIN(tx_ring->tr_ready_index,
1951 tx_ready_pos |= ET_TX_READY_POS_WRAP;
1952 CSR_WRITE_4(sc, ET_TX_READY_POS, tx_ready_pos);

Completed in 23 milliseconds