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

/freebsd-13-stable/sys/dev/qlxgb/
H A Dqla_hw.c517 tx_cmd = &hw->tx_ring_base[hw->txr_next];
523 hw->txr_next = (hw->txr_next + 1) & (NUM_TX_DESCRIPTORS - 1);
526 QL_UPDATE_TX_PRODUCER_INDEX(ha, hw->txr_next);
990 *tx_idx = hw->txr_next;
992 tx_cmd = &hw->tx_ring_base[hw->txr_next];
1055 hw->txr_next = (hw->txr_next + 1) & (NUM_TX_DESCRIPTORS - 1);
1061 tx_cmd = &hw->tx_ring_base[hw->txr_next];
1068 tx_cmd = &hw->tx_ring_base[hw->txr_next];
[all...]
H A Dqla_hw.h774 volatile uint32_t txr_next; /* # next available tx ring entry */ member in struct:_qla_hw
/freebsd-13-stable/sys/dev/qlxge/
H A Dqls_hw.c636 uint32_t txr_done, txr_next; local
639 txr_next = ha->tx_ring[txr_idx].txr_next;
641 if (txr_done == txr_next) {
643 } else if (txr_done > txr_next) {
644 ha->tx_ring[txr_idx].txr_free = txr_done - txr_next;
647 txr_done - txr_next;
665 uint32_t txr_next, struct mbuf *mp, uint32_t txr_idx)
693 tx_mac = (q81_tx_mac_t *)&ha->tx_ring[txr_idx].wq_vaddr[txr_next];
721 tx_mac->tid_lo = txr_next;
664 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.h123 volatile uint32_t txr_next; /* # next available tx ring entry */ member in struct:qla_tx_ring
H A Dqls_os.c188 "%s: tx_ring[%d].txr_next= 0x%08x\n",
190 ha->tx_ring[i].txr_next);
1131 tx_idx = ha->tx_ring[txr_idx].txr_next;
/freebsd-13-stable/sys/dev/qlxgbe/
H A Dql_ioctl.h117 uint32_t txr_next; member in struct:qla_drvr_state_tx
H A Dql_hw.c2484 uint32_t total_length = 0, bytes, tx_cmd_count = 0, txr_next; local
2646 txr_next = hw->tx_cntxt[txr_idx].txr_next =
2647 (hw->tx_cntxt[txr_idx].txr_next + 1) &
2654 tx_cmd = &hw->tx_cntxt[txr_idx].tx_ring_base[txr_next];
2661 txr_next = hw->tx_cntxt[txr_idx].txr_next;
2663 tx_cmd = &hw->tx_cntxt[txr_idx].tx_ring_base[txr_next];
2698 txr_next = hw->tx_cntxt[txr_idx].txr_next
[all...]
H A Dql_ioctl.c422 tx_state->txr_next = ha->hw.tx_cntxt[i].txr_next;
H A Dql_hw.h1533 volatile uint32_t txr_next; /* # next available tx ring entry */ member in struct:_qla_hw_tx_cntxt
H A Dql_os.c1272 tx_idx = ha->hw.tx_cntxt[txr_idx].txr_next;

Completed in 120 milliseconds