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

/freebsd-11-stable/sys/dev/qlxgb/
H A Dqla_hw.c516 tx_cmd = &hw->tx_ring_base[hw->txr_next];
522 hw->txr_next = (hw->txr_next + 1) & (NUM_TX_DESCRIPTORS - 1);
525 QL_UPDATE_TX_PRODUCER_INDEX(ha, hw->txr_next);
995 *tx_idx = hw->txr_next;
997 tx_cmd = &hw->tx_ring_base[hw->txr_next];
1062 hw->txr_next = (hw->txr_next + 1) & (NUM_TX_DESCRIPTORS - 1);
1068 tx_cmd = &hw->tx_ring_base[hw->txr_next];
1075 tx_cmd = &hw->tx_ring_base[hw->txr_next];
[all...]
H A Dqla_hw.h778 volatile uint32_t txr_next; /* # next available tx ring entry */ member in struct:_qla_hw
/freebsd-11-stable/sys/dev/qlxge/
H A Dqls_hw.c643 uint32_t txr_done, txr_next; local
646 txr_next = ha->tx_ring[txr_idx].txr_next;
648 if (txr_done == txr_next) {
650 } else if (txr_done > txr_next) {
651 ha->tx_ring[txr_idx].txr_free = txr_done - txr_next;
654 txr_done - txr_next;
672 uint32_t txr_next, struct mbuf *mp, uint32_t txr_idx)
700 tx_mac = (q81_tx_mac_t *)&ha->tx_ring[txr_idx].wq_vaddr[txr_next];
730 tx_mac->tid_lo = txr_next;
671 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.h122 volatile uint32_t txr_next; /* # next available tx ring entry */ member in struct:qla_tx_ring
H A Dqls_os.c189 "%s: tx_ring[%d].txr_next= 0x%08x\n",
191 ha->tx_ring[i].txr_next);
1143 tx_idx = ha->tx_ring[txr_idx].txr_next;
/freebsd-11-stable/sys/dev/qlxgbe/
H A Dql_ioctl.h115 uint32_t txr_next; member in struct:qla_drvr_state_tx
H A Dql_hw.c2503 uint32_t total_length = 0, bytes, tx_cmd_count = 0, txr_next; local
2670 txr_next = hw->tx_cntxt[txr_idx].txr_next =
2671 (hw->tx_cntxt[txr_idx].txr_next + 1) &
2678 tx_cmd = &hw->tx_cntxt[txr_idx].tx_ring_base[txr_next];
2686 txr_next = hw->tx_cntxt[txr_idx].txr_next;
2688 tx_cmd = &hw->tx_cntxt[txr_idx].tx_ring_base[txr_next];
2724 txr_next = hw->tx_cntxt[txr_idx].txr_next
[all...]
H A Dql_ioctl.c427 tx_state->txr_next = ha->hw.tx_cntxt[i].txr_next;
H A Dql_hw.h1542 volatile uint32_t txr_next; /* # next available tx ring entry */ member in struct:_qla_hw_tx_cntxt
H A Dql_os.c1288 tx_idx = ha->hw.tx_cntxt[txr_idx].txr_next;

Completed in 130 milliseconds