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

  /src/sys/dev/pci/
if_aq.c 5417 unsigned int idx, hw_head, n = 0; local in function:aq_tx_intr
5424 hw_head = AQ_READ_REG_BIT(sc, TX_DMA_DESC_HEAD_PTR_REG(ringidx),
5426 if (hw_head == txring->txr_considx) {
5433 for (idx = txring->txr_considx; idx != hw_head;
if_aq.c 5417 unsigned int idx, hw_head, n = 0; local in function:aq_tx_intr
5424 hw_head = AQ_READ_REG_BIT(sc, TX_DMA_DESC_HEAD_PTR_REG(ringidx),
5426 if (hw_head == txring->txr_considx) {
5433 for (idx = txring->txr_considx; idx != hw_head;
if_aq.c 5417 unsigned int idx, hw_head, n = 0; local in function:aq_tx_intr
5424 hw_head = AQ_READ_REG_BIT(sc, TX_DMA_DESC_HEAD_PTR_REG(ringidx),
5426 if (hw_head == txring->txr_considx) {
5433 for (idx = txring->txr_considx; idx != hw_head;

Completed in 77 milliseconds