HomeSort by: relevance | last modified time | path
    Searched defs:txc (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/sandpoint/stand/altboot/
sip.c 135 unsigned val, i, fdx, txc, rxc; local in function:sip_init
214 txc = TXCFG_ATP | TXCFG_DMA256 | 0x1002;
217 txc |= TXCFG_CSI | TXCFG_HBI;
223 CSR_WRITE(l, SIP_TXCFG, txc);
  /src/sys/dev/pci/
if_ena.c 1871 int txc, rxc, i; local in function:ena_cleanup
1904 txc = ena_tx_cleanup(tx_ring);
1910 if ((txc != TX_BUDGET) && (rxc != RX_BUDGET))
if_vmx.c 1387 struct vmxnet3_comp_ring *txc; local in function:vmxnet3_alloc_txq_data
1397 txc = &txq->vxtxq_comp_ring;
1411 error = vmxnet3_dma_malloc(sc, compsz, 512, &txc->vxcr_dma);
1417 txc->vxcr_u.txcd =
1418 (struct vmxnet3_txcompdesc *) txc->vxcr_dma.dma_vaddr;
1440 struct vmxnet3_comp_ring *txc; local in function:vmxnet3_free_txq_data
1448 txc = &txq->vxtxq_comp_ring;
1459 if (txc->vxcr_u.txcd != NULL) {
1460 vmxnet3_dma_free(sc, &txc->vxcr_dma);
1461 txc->vxcr_u.txcd = NULL
2122 struct vmxnet3_comp_ring *txc; local in function:vmxnet3_txq_eof
2802 struct vmxnet3_comp_ring *txc; local in function:vmxnet3_txinit
    [all...]
if_vioif.c 836 struct vioif_tx_context *txc; local in function:vioif_transmit
841 txc = netq->netq_ctx;
843 if (__predict_false(!pcq_put(txc->txc_intrq, m))) {
844 txc->txc_pcq_full.ev_count++;
1037 struct vioif_tx_context *txc; local in function:vioif_setup_stats
1058 txc = netq->netq_ctx;
1059 evcnt_attach_dynamic(&txc->txc_defrag_failed,
1062 evcnt_attach_dynamic(&txc->txc_pcq_full,
1462 struct vioif_tx_context *txc; local in function:vioif_netqueue_init
1467 txc = NULL
1561 struct vioif_tx_context *txc; local in function:vioif_netqueue_teardown
1985 struct vioif_tx_context *txc; local in function:vioif_send_common_locked
2122 struct vioif_tx_context *txc; local in function:vioif_tx_queue_clear
2190 struct vioif_tx_context *txc = netq->netq_ctx; local in function:vioif_tx_handle_locked
2730 struct vioif_tx_context *txc; local in function:vioif_update_link_status
    [all...]

Completed in 41 milliseconds