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

/freebsd-11-stable/sys/dev/qlxgb/
H A Dqla_glbl.h67 uint32_t *tx_idx, struct mbuf *mp);
H A Dqla_hw.c927 uint32_t *tx_idx, struct mbuf *mp)
995 *tx_idx = hw->txr_next;
926 qla_hw_send(qla_host_t *ha, bus_dma_segment_t *segs, int nsegs, uint32_t *tx_idx, struct mbuf *mp) argument
H A Dqla_os.c1052 uint32_t tx_idx; local
1123 if (!(ret = qla_hw_send(ha, segs, nsegs, &tx_idx, m_head))) {
1124 ha->tx_buf[tx_idx].m_head = m_head;
1125 ha->tx_buf[tx_idx].map = map;
/freebsd-11-stable/sys/dev/qlxgbe/
H A Dql_glbl.h59 uint32_t tx_idx, struct mbuf *mp, uint32_t txr_idx,
H A Dql_hw.c2496 uint32_t tx_idx, struct mbuf *mp, uint32_t txr_idx, uint32_t iscsi_pdu)
2577 j = (tx_idx+i) & (NUM_TX_DESCRIPTORS - 1);
2581 ("%s [%d]: txr_idx = %d tx_idx = %d mbuf = %p\n",\
2588 tx_cmd = &hw->tx_cntxt[txr_idx].tx_ring_base[tx_idx];
2495 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, uint32_t iscsi_pdu) argument
H A Dql_os.c1283 uint32_t tx_idx; local
1288 tx_idx = ha->hw.tx_cntxt[txr_idx].txr_next;
1290 if ((NULL != ha->tx_ring[txr_idx].tx_buf[tx_idx].m_head) ||
1292 QL_ASSERT(ha, 0, ("%s [%d]: txr_idx = %d tx_idx = %d "\
1293 "mbuf = %p\n", __func__, __LINE__, txr_idx, tx_idx,\
1294 ha->tx_ring[txr_idx].tx_buf[tx_idx].m_head));
1296 device_printf(ha->pci_dev, "%s [%d]: txr_idx = %d tx_idx = %d "
1297 "mbuf = %p\n", __func__, __LINE__, txr_idx, tx_idx,
1298 ha->tx_ring[txr_idx].tx_buf[tx_idx].m_head);
1307 map = ha->tx_ring[txr_idx].tx_buf[tx_idx]
[all...]
/freebsd-11-stable/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.c1133 uint32_t tx_idx; local
1143 tx_idx = ha->tx_ring[txr_idx].txr_next;
1145 map = ha->tx_ring[txr_idx].tx_buf[tx_idx].map;
1205 if (!(ret = qls_hw_send(ha, segs, nsegs, tx_idx, m_head, txr_idx))) {
1208 ha->tx_ring[txr_idx].tx_buf[tx_idx].m_head = m_head;
1209 ha->tx_ring[txr_idx].tx_buf[tx_idx].map = map;

Completed in 147 milliseconds