Searched refs:tmrp (Results 1 - 5 of 5) 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; local
255 mutex_enter(&tmrp->t_mutex);
256 if ((cccp = tmrp->t_ccc_listp) == NULL) {
257 mutex_exit(&tmrp->t_mutex);
295 if (resched > tmrp->t_ticks)
296 resched = tmrp->t_ticks;
299 tmrp->t_timeout_id = timeout(ghd_timeout, (void *)tmrp, resche
705 ghd_timeout_enable(tmr_t *tmrp) argument
717 ghd_timeout_disable(tmr_t *tmrp) argument
734 ghd_timer_init(tmr_t *tmrp, long ticks) argument
768 ghd_timer_fini(tmr_t *tmrp) argument
775 ghd_timer_attach(ccc_t *cccp, tmr_t *tmrp, int (*timeout_func)(void *, gcmd_t *, gtgt_t *, gact_t, int)) argument
825 tmr_t *tmrp = cccp->ccc_tmrp; local
[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,
347 if (ghd_timer_attach(cccp, tmrp, timeout_func) == FALSE) {
289 ghd_register(char *labelp, ccc_t *cccp, dev_info_t *dip, int inumber, void *hba_handle, int (*ccballoc)(gtgt_t *, gcmd_t *, int, int, int, int), void (*ccbfree)(gcmd_t *), void (*sg_func)(gcmd_t *, ddi_dma_cookie_t *, int, int), int (*hba_start)(void *, gcmd_t *), void (*hba_complete)(void *, gcmd_t *, int), uint_t (*int_handler)(caddr_t), int (*get_status)(void *, void *), void (*process_intr)(void *, void *), int (*timeout_func)(void *, gcmd_t *, gtgt_t *, gact_t, int), tmr_t *tmrp, void (*hba_reset_notify_callback)(gtgt_t *, void (*)(caddr_t), caddr_t)) argument
/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.c1691 mac_resource_props_t *tmrp)
1720 if (!(tmrp->mrp_mask & MRP_RX_RINGS))
1724 if (tmrp->mrp_mask & MRP_RXRINGS_UNSPEC)
1728 if ((tmrp->mrp_mask & MRP_RX_RINGS) &&
1729 !(tmrp->mrp_mask & MRP_RXRINGS_UNSPEC) &&
1730 mrp->mrp_nrxrings == tmrp->mrp_nrxrings) {
1829 if (tmrp->mrp_mask & MRP_RX_RINGS) {
1851 if (tmrp->mrp_mask & MRP_RX_RINGS) {
1879 if (!(tmrp->mrp_mask & MRP_TX_RINGS))
1883 if (tmrp
1690 mac_client_set_rings_prop(mac_client_impl_t *mcip, mac_resource_props_t *mrp, mac_resource_props_t *tmrp) argument
4462 mac_resource_props_t *tmrp, *umrp; local
[all...]

Completed in 71 milliseconds