Searched refs:txr_next (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/sys/dev/qlxgb/
H A Dqla_hw.c512 tx_cmd = &hw->tx_ring_base[hw->txr_next];
518 hw->txr_next = (hw->txr_next + 1) & (NUM_TX_DESCRIPTORS - 1);
521 QL_UPDATE_TX_PRODUCER_INDEX(ha, hw->txr_next);
985 *tx_idx = hw->txr_next;
987 tx_cmd = &hw->tx_ring_base[hw->txr_next];
1050 hw->txr_next = (hw->txr_next + 1) & (NUM_TX_DESCRIPTORS - 1);
1056 tx_cmd = &hw->tx_ring_base[hw->txr_next];
1063 tx_cmd = &hw->tx_ring_base[hw->txr_next];
[all...]
H A Dqla_hw.h772 volatile uint32_t txr_next; /* # next available tx ring entry */ member in struct:_qla_hw
/freebsd-current/sys/dev/qlxge/
H A Dqls_hw.c637 uint32_t txr_done, txr_next; local
640 txr_next = ha->tx_ring[txr_idx].txr_next;
642 if (txr_done == txr_next) {
644 } else if (txr_done > txr_next) {
645 ha->tx_ring[txr_idx].txr_free = txr_done - txr_next;
648 txr_done - txr_next;
666 uint32_t txr_next, struct mbuf *mp, uint32_t txr_idx)
694 tx_mac = (q81_tx_mac_t *)&ha->tx_ring[txr_idx].wq_vaddr[txr_next];
722 tx_mac->tid_lo = txr_next;
665 qls_hw_send(qla_host_t *ha, bus_dma_segment_t *segs, int nsegs, uint32_t txr_next, struct mbuf *mp, uint32_t txr_idx) argument
[all...]
H A Dqls_def.h121 volatile uint32_t txr_next; /* # next available tx ring entry */ member in struct:qla_tx_ring
H A Dqls_os.c184 "%s: tx_ring[%d].txr_next= 0x%08x\n",
186 ha->tx_ring[i].txr_next);
1127 tx_idx = ha->tx_ring[txr_idx].txr_next;
/freebsd-current/sys/dev/qlxgbe/
H A Dql_ioctl.h115 uint32_t txr_next; member in struct:qla_drvr_state_tx
H A Dql_hw.c2476 uint32_t total_length = 0, bytes, tx_cmd_count = 0, txr_next; local
2638 txr_next = hw->tx_cntxt[txr_idx].txr_next =
2639 (hw->tx_cntxt[txr_idx].txr_next + 1) &
2646 tx_cmd = &hw->tx_cntxt[txr_idx].tx_ring_base[txr_next];
2653 txr_next = hw->tx_cntxt[txr_idx].txr_next;
2655 tx_cmd = &hw->tx_cntxt[txr_idx].tx_ring_base[txr_next];
2690 txr_next = hw->tx_cntxt[txr_idx].txr_next
[all...]
H A Dql_ioctl.c420 tx_state->txr_next = ha->hw.tx_cntxt[i].txr_next;
H A Dql_hw.h1531 volatile uint32_t txr_next; /* # next available tx ring entry */ member in struct:_qla_hw_tx_cntxt
H A Dql_os.c1269 tx_idx = ha->hw.tx_cntxt[txr_idx].txr_next;

Completed in 207 milliseconds