Searched refs:tx_cntxt (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/qlxgbe/
H A Dql_ioctl.c422 tx_state->base_p_addr = ha->hw.tx_cntxt[i].tx_ring_paddr;
423 tx_state->cons_p_addr = ha->hw.tx_cntxt[i].tx_cons_paddr;
424 tx_state->tx_prod_reg = ha->hw.tx_cntxt[i].tx_prod_reg;
425 tx_state->tx_cntxt_id = ha->hw.tx_cntxt[i].tx_cntxt_id;
426 tx_state->txr_free = ha->hw.tx_cntxt[i].txr_free;
427 tx_state->txr_next = ha->hw.tx_cntxt[i].txr_next;
428 tx_state->txr_comp = ha->hw.tx_cntxt[i].txr_comp;
H A Dql_hw.c1270 qla_hw_tx_cntxt_t *tx_cntxt; local
1297 tx_cntxt = (qla_hw_tx_cntxt_t *)&hw->tx_cntxt[i];
1299 tx_cntxt->tx_ring_base = (q80_tx_cmd_t *)vaddr;
1300 tx_cntxt->tx_ring_paddr = paddr;
1307 tx_cntxt = (qla_hw_tx_cntxt_t *)&hw->tx_cntxt[i];
1309 tx_cntxt->tx_cons = (uint32_t *)vaddr;
1310 tx_cntxt->tx_cons_paddr = paddr;
2252 cmd |= (ha->hw.tx_cntxt[
[all...]
H A Dql_hw.h1634 qla_hw_tx_cntxt_t tx_cntxt[NUM_TX_RINGS]; member in struct:_qla_hw
1731 WRITE_REG32(ha, ha->hw.tx_cntxt[i].tx_prod_reg, val)
H A Dql_os.c1288 tx_idx = ha->hw.tx_cntxt[txr_idx].txr_next;

Completed in 65 milliseconds