Home
last modified time | relevance | path

Searched refs:tmrp (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd_timer.c46 static void ghd_timeout_disable(tmr_t *tmrp);
47 static void ghd_timeout_enable(tmr_t *tmrp);
242 tmr_t *tmrp = (tmr_t *)arg; in ghd_timeout() local
255 mutex_enter(&tmrp->t_mutex); in ghd_timeout()
256 if ((cccp = tmrp->t_ccc_listp) == NULL) { in ghd_timeout()
257 mutex_exit(&tmrp->t_mutex); in ghd_timeout()
295 if (resched > tmrp->t_ticks) in ghd_timeout()
296 resched = tmrp->t_ticks; in ghd_timeout()
299 tmrp->t_timeout_id = timeout(ghd_timeout, (void *)tmrp, resched); in ghd_timeout()
301 mutex_exit(&tmrp->t_mutex); in ghd_timeout()
[all …]
H A Dghd.h262 tmr_t *tmrp,
298 int ghd_timer_attach(ccc_t *cccp, tmr_t *tmrp,
302 void ghd_timer_fini(tmr_t *tmrp);
303 void ghd_timer_init(tmr_t *tmrp, long ticks);
H A Dghd.c303 tmr_t *tmrp, in ghd_register() argument
347 if (ghd_timer_attach(cccp, tmrp, timeout_func) == FALSE) { in ghd_register()
/illumos-gate/usr/src/uts/sun/sys/dada/adapters/ghd/
H A Dghd.h231 tmr_t *tmrp,
261 int ghd_timer_attach(ccc_t *cccp, tmr_t *tmrp,
265 void ghd_timer_fini(tmr_t *tmrp);
266 void ghd_timer_init(tmr_t *tmrp, clock_t ticks);
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_client.c1726 mac_resource_props_t *tmrp) in mac_client_set_rings_prop() argument
1755 if (!(tmrp->mrp_mask & MRP_RX_RINGS)) in mac_client_set_rings_prop()
1759 if (tmrp->mrp_mask & MRP_RXRINGS_UNSPEC) in mac_client_set_rings_prop()
1763 if ((tmrp->mrp_mask & MRP_RX_RINGS) && in mac_client_set_rings_prop()
1764 !(tmrp->mrp_mask & MRP_RXRINGS_UNSPEC) && in mac_client_set_rings_prop()
1765 mrp->mrp_nrxrings == tmrp->mrp_nrxrings) { in mac_client_set_rings_prop()
1882 if (tmrp->mrp_mask & MRP_RX_RINGS) { in mac_client_set_rings_prop()
1904 if (tmrp->mrp_mask & MRP_RX_RINGS) { in mac_client_set_rings_prop()
1932 if (!(tmrp->mrp_mask & MRP_TX_RINGS)) in mac_client_set_rings_prop()
1936 if (tmrp->mrp_mask & MRP_TXRINGS_UNSPEC) in mac_client_set_rings_prop()
[all …]
/illumos-gate/usr/src/uts/intel/io/vmm/intel/
H A Dvmx.c3696 uint32_t *tmrp = &lapic->tmr0 + (i * 4); in vmx_apicv_sync() local
3711 *tmrp |= pending_level; in vmx_apicv_sync()
3719 *tmrp &= ~pending_edge; in vmx_apicv_sync()
3731 if (*tmrp != vlapic_vtx->tmr_active[i]) { in vmx_apicv_sync()
3733 vlapic_vtx->tmr_active[i] = *tmrp; in vmx_apicv_sync()