Home
last modified time | relevance | path

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

/titanic_50/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.h264 tmr_t *tmrp,
300 int ghd_timer_attach(ccc_t *cccp, tmr_t *tmrp,
304 void ghd_timer_fini(tmr_t *tmrp);
305 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()
/titanic_50/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);
/titanic_50/usr/src/uts/common/io/mac/
H A Dmac_client.c1692 mac_resource_props_t *tmrp) in mac_client_set_rings_prop() argument
1721 if (!(tmrp->mrp_mask & MRP_RX_RINGS)) in mac_client_set_rings_prop()
1725 if (tmrp->mrp_mask & MRP_RXRINGS_UNSPEC) in mac_client_set_rings_prop()
1729 if ((tmrp->mrp_mask & MRP_RX_RINGS) && in mac_client_set_rings_prop()
1730 !(tmrp->mrp_mask & MRP_RXRINGS_UNSPEC) && in mac_client_set_rings_prop()
1731 mrp->mrp_nrxrings == tmrp->mrp_nrxrings) { in mac_client_set_rings_prop()
1830 if (tmrp->mrp_mask & MRP_RX_RINGS) { in mac_client_set_rings_prop()
1852 if (tmrp->mrp_mask & MRP_RX_RINGS) { in mac_client_set_rings_prop()
1880 if (!(tmrp->mrp_mask & MRP_TX_RINGS)) in mac_client_set_rings_prop()
1884 if (tmrp->mrp_mask & MRP_TXRINGS_UNSPEC) in mac_client_set_rings_prop()
[all …]