Searched refs:tx_idx (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.1-release/sys/dev/qlxgbe/
H A Dql_glbl.h57 uint32_t tx_idx, struct mbuf *mp, uint32_t txr_idx);
H A Dql_os.c1142 uint32_t tx_idx; local
1151 tx_idx = ha->hw.tx_cntxt[txr_idx].txr_next;
1152 map = ha->tx_ring[txr_idx].tx_buf[tx_idx].map;
1212 if (!(ret = ql_hw_send(ha, segs, nsegs, tx_idx, m_head, txr_idx))) {
1215 ha->tx_ring[txr_idx].tx_buf[tx_idx].m_head = m_head;
H A Dql_hw.c1555 uint32_t tx_idx, struct mbuf *mp, uint32_t txr_idx)
1633 tx_cmd = &hw->tx_cntxt[txr_idx].tx_ring_base[tx_idx];
1554 ql_hw_send(qla_host_t *ha, bus_dma_segment_t *segs, int nsegs, uint32_t tx_idx, struct mbuf *mp, uint32_t txr_idx) argument
/freebsd-10.1-release/sys/dev/qlxge/
H A Dqls_glbl.h71 uint32_t tx_idx, struct mbuf *mp, uint32_t txr_idx);
H A Dqls_isr.c50 uint32_t tx_idx = tx_comp->tid_lo; local
52 if (tx_idx >= NUM_TX_DESCRIPTORS) {
57 txb = &ha->tx_ring[txr_idx].tx_buf[tx_idx];
H A Dqls_os.c1138 uint32_t tx_idx; local
1147 tx_idx = ha->tx_ring[txr_idx].txr_next;
1149 map = ha->tx_ring[txr_idx].tx_buf[tx_idx].map;
1209 if (!(ret = qls_hw_send(ha, segs, nsegs, tx_idx, m_head, txr_idx))) {
1212 ha->tx_ring[txr_idx].tx_buf[tx_idx].m_head = m_head;
1213 ha->tx_ring[txr_idx].tx_buf[tx_idx].map = map;
/freebsd-10.1-release/sys/dev/qlxgb/
H A Dqla_glbl.h67 uint32_t *tx_idx, struct mbuf *mp);
H A Dqla_os.c1050 uint32_t tx_idx; local
1121 if (!(ret = qla_hw_send(ha, segs, nsegs, &tx_idx, m_head))) {
1122 ha->tx_buf[tx_idx].m_head = m_head;
1123 ha->tx_buf[tx_idx].map = map;
H A Dqla_hw.c926 uint32_t *tx_idx, struct mbuf *mp)
994 *tx_idx = hw->txr_next;
925 qla_hw_send(qla_host_t *ha, bus_dma_segment_t *segs, int nsegs, uint32_t *tx_idx, struct mbuf *mp) argument

Completed in 212 milliseconds