Searched refs:tmrp (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/intel/io/dktp/hba/ghd/ |
H A D | ghd_timer.c | 46 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 D | ghd.h | 264 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 D | ghd.c | 303 tmr_t *tmrp, in ghd_register() argument 347 if (ghd_timer_attach(cccp, tmrp, timeout_func) == FALSE) { in ghd_register()
|
/titanic_41/usr/src/uts/sun/sys/dada/adapters/ghd/ |
H A D | ghd.h | 231 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_41/usr/src/uts/common/io/mac/ |
H A D | mac_client.c | 1676 mac_resource_props_t *tmrp) in mac_client_set_rings_prop() argument 1705 if (!(tmrp->mrp_mask & MRP_RX_RINGS)) in mac_client_set_rings_prop() 1709 if (tmrp->mrp_mask & MRP_RXRINGS_UNSPEC) in mac_client_set_rings_prop() 1713 if ((tmrp->mrp_mask & MRP_RX_RINGS) && in mac_client_set_rings_prop() 1714 !(tmrp->mrp_mask & MRP_RXRINGS_UNSPEC) && in mac_client_set_rings_prop() 1715 mrp->mrp_nrxrings == tmrp->mrp_nrxrings) { in mac_client_set_rings_prop() 1814 if (tmrp->mrp_mask & MRP_RX_RINGS) { in mac_client_set_rings_prop() 1836 if (tmrp->mrp_mask & MRP_RX_RINGS) { in mac_client_set_rings_prop() 1864 if (!(tmrp->mrp_mask & MRP_TX_RINGS)) in mac_client_set_rings_prop() 1868 if (tmrp->mrp_mask & MRP_TXRINGS_UNSPEC) in mac_client_set_rings_prop() [all …]
|