Searched refs:enp (Results 51 - 56 of 56) sorted by relevance

123

/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_xlator.c52 dt_node_t *enp, *mnp; local
54 if ((enp = dt_node_xalloc(dtp, DT_NODE_XLATOR)) == NULL)
57 enp->dn_link = dxp->dx_nodes;
58 dxp->dx_nodes = enp;
71 enp->dn_op = DT_TOK_XLATE;
72 enp->dn_xlator = dxp;
73 enp->dn_xmember = mnp;
74 dt_node_type_assign(enp, dxp->dx_dst_ctfp, type, B_FALSE);
78 * appropriate name, output type, and member expression set to 'enp'.
81 assert(enp
[all...]
/freebsd-12-stable/sys/dev/sfxge/common/
H A Defx_impl.h177 efx_rc_t (*erxo_qcreate)(efx_nic_t *enp, unsigned int,
246 __in efx_nic_t *enp,
418 __in efx_nic_t *enp,
494 __in efx_nic_t *enp,
501 __in efx_nic_t *enp,
510 __in efx_nic_t *enp,
519 __in efx_nic_t *enp,
524 __in efx_nic_t *enp,
533 __in efx_nic_t *enp,
540 __in efx_nic_t *enp,
[all...]
/freebsd-12-stable/sys/dev/sfxge/
H A Dsfxge_ev.c134 (delta > efx_nic_cfg_get(sc->enp)->enc_rx_batch_max)) {
505 OID_AUTO, efx_ev_qstat_name(sc->enp, id),
566 efx_ev_qstat_name(sc->enp, id));
612 efx_nic_cfg_get(sc->enp)->enc_evq_timer_max_us) {
748 efx_sram_buf_tbl_clear(sc->enp, evq->buf_base_id,
771 if ((rc = efx_sram_buf_tbl_set(sc->enp, evq->buf_base_id, esmp,
776 if ((rc = efx_ev_qcreate(sc->enp, index, esmp, evq->entries,
816 efx_sram_buf_tbl_clear(sc->enp, evq->buf_base_id,
826 efx_nic_t *enp; local
830 enp
[all...]
H A Dsfxge_rx.c238 prefetch_read_many(sc->enp);
1009 efx_sram_buf_tbl_clear(sc->enp, rxq->buf_base_id,
1035 if ((rc = efx_sram_buf_tbl_set(sc->enp, rxq->buf_base_id, esmp,
1040 if ((rc = efx_rx_qcreate(sc->enp, index, 0, EFX_RXQ_TYPE_DEFAULT,
1061 efx_sram_buf_tbl_clear(sc->enp, rxq->buf_base_id,
1071 efx_mac_filter_default_rxq_clear(sc->enp);
1081 efx_rx_fini(sc->enp);
1096 if ((rc = efx_rx_init(sc->enp)) != 0)
1099 encp = efx_nic_cfg_get(sc->enp);
1142 if ((rc = efx_rx_scale_tbl_set(sc->enp, s
[all...]
H A Dsfxge_tx.c556 prefetch_read_many(sc->enp);
1050 const efx_nic_cfg_t *encp = efx_nic_cfg_get(txq->sc->enp);
1550 efx_sram_buf_tbl_clear(sc->enp, txq->buf_base_id,
1581 if (efx_nic_cfg_get(sc->enp)->enc_hw_tx_insert_vlan_enabled)
1641 if ((rc = efx_sram_buf_tbl_set(sc->enp, txq->buf_base_id, esmp,
1669 if ((rc = efx_tx_qcreate(sc->enp, index, label, esmp,
1679 if ((rc = efx_tx_qcreate(sc->enp, index, label, esmp,
1710 efx_sram_buf_tbl_clear(sc->enp, txq->buf_base_id,
1725 efx_tx_fini(sc->enp);
1735 if ((rc = efx_tx_init(sc->enp)) !
[all...]
H A Dsfxge.h292 efx_nic_t *enp; member in struct:sfxge_softc

Completed in 178 milliseconds

123