Home
last modified time | relevance | path

Searched refs:t_mp (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/uts/sun4u/ngdr/io/
H A Ddr_mem.c422 dr_move_memory(dr_handle_t *hp, dr_mem_unit_t *s_mp, dr_mem_unit_t *t_mp) in dr_move_memory() argument
434 t_mp->sbm_cm.sbdev_path); in dr_move_memory()
437 ASSERT(s_mp->sbm_peer == t_mp); in dr_move_memory()
440 ASSERT(t_mp->sbm_flags & DR_MFLAG_TARGET); in dr_move_memory()
441 ASSERT(t_mp->sbm_peer == s_mp); in dr_move_memory()
457 affinity_set(drmach_mem_cpu_affinity(t_mp->sbm_cm.sbdev_id)); in dr_move_memory()
460 t_mp->sbm_cm.sbdev_id, _ptob64(t_mp->sbm_slice_offset), in dr_move_memory()
508 t_bp = t_mp->sbm_cm.sbdev_bp; in dr_move_memory()
545 dr_mem_unit_t *t_mp; in dr_detach_mem() local
553 t_mp = s_mp->sbm_peer; in dr_detach_mem()
[all …]
/titanic_41/usr/src/uts/sun4u/opl/io/
H A Ddr_mem.c84 dr_mem_unit_t *t_mp, dr_mem_unit_t *s_mp,
94 dr_mem_unit_t *t_mp);
99 dr_mem_unit_t *t_mp);
429 dr_move_memory(dr_handle_t *hp, dr_mem_unit_t *s_mp, dr_mem_unit_t *t_mp) in dr_move_memory() argument
443 t_mp->sbm_cm.sbdev_path); in dr_move_memory()
446 ASSERT(s_mp->sbm_peer == t_mp); in dr_move_memory()
449 ASSERT(t_mp->sbm_flags & DR_MFLAG_TARGET); in dr_move_memory()
450 ASSERT(t_mp->sbm_peer == s_mp); in dr_move_memory()
486 t_mp->sbm_cm.sbdev_id, s_mp->sbm_cm.sbdev_id, c_ml, &cr_id); in dr_move_memory()
538 t_bp = t_mp->sbm_cm.sbdev_bp; in dr_move_memory()
[all …]
/titanic_41/usr/src/uts/sun4u/io/
H A Dsbd_mem.c65 sbd_mem_unit_t *t_mp);
73 sbd_mem_unit_t *t_mp, sbderror_t *ep);
417 sbd_mem_unit_t *s_mp, *t_mp; in sbd_post_detach_mem() local
460 t_mp = s_mp->sbm_peer; in sbd_post_detach_mem()
463 t_mp = NULL; in sbd_post_detach_mem()
466 sbd_mem_cleanup(s_mp, t_mp, ep); in sbd_post_detach_mem()
542 sbd_mem_unit_t *t_mp, *x_mp; in sbd_post_detach_mem_unit() local
574 t_mp = s_mp->sbm_peer; in sbd_post_detach_mem_unit()
576 ASSERT(t_mp != NULL); in sbd_post_detach_mem_unit()
577 ASSERT(t_mp->sbm_flags & SBD_MFLAG_TARGET); in sbd_post_detach_mem_unit()
[all …]
/titanic_41/usr/src/uts/common/io/hxge/
H A Dhxge_send.c121 p_mblk_t t_mp; in hxge_start() local
295 if ((t_mp = dupb(nmp)) != NULL) { in hxge_start()
299 t_mp->b_rptr = nmp->b_wptr; in hxge_start()
300 t_mp->b_cont = nmp->b_cont; in hxge_start()
301 nmp->b_cont = t_mp; in hxge_start()
/titanic_41/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c308 drmach_mem_t *t_mp; member
2983 drmach_prep_rename_script(drmach_mem_t *s_mp, drmach_mem_t *t_mp, in drmach_prep_rename_script() argument
3043 if (IS_PANTHER(t_mp->dev.bp->cpu_impl)) in drmach_prep_rename_script()
3044 p = drmach_prep_pn_mc_idle(p, t_mp, 1); in drmach_prep_rename_script()
3056 if (IS_PANTHER(t_mp->dev.bp->cpu_impl)) in drmach_prep_rename_script()
3057 p = drmach_prep_pn_mc_idle(p, t_mp, 0); in drmach_prep_rename_script()
3069 err = drmach_mem_get_base_physaddr(t_mp, &t_basepa); in drmach_prep_rename_script()
3101 mp = t_mp->dev.bp->mem; in drmach_prep_rename_script()
3126 for (mp = t_mp->dev.bp->mem; mp; mp = mp->next) { in drmach_prep_rename_script()
3134 p = drmach_prep_schizo_script(p, t_mp, t_new_basepa); in drmach_prep_rename_script()
[all …]
/titanic_41/usr/src/uts/common/io/nxge/
H A Dnxge_send.c170 p_mblk_t t_mp; in nxge_start() local
458 if ((t_mp = dupb(nmp)) != NULL) { in nxge_start()
462 t_mp->b_rptr = nmp->b_wptr; in nxge_start()
463 t_mp->b_cont = nmp->b_cont; in nxge_start()
464 nmp->b_cont = t_mp; in nxge_start()
/titanic_41/usr/src/uts/common/inet/ip/
H A Dip6.c3313 mblk_t *t_mp; in ip_input_fragment_v6() local
3766 for (t_mp = mp; t_mp != NULL; t_mp = t_mp->b_cont) { in ip_input_fragment_v6()
3767 IP_REASS_SET_START(t_mp, 0); in ip_input_fragment_v6()
3768 IP_REASS_SET_END(t_mp, 0); in ip_input_fragment_v6()
H A Dip.c7017 mblk_t *t_mp; in ip_input_fragment() local
7378 for (t_mp = mp; t_mp != NULL; t_mp = t_mp->b_cont) { in ip_input_fragment()
7379 IP_REASS_SET_START(t_mp, 0); in ip_input_fragment()
7380 IP_REASS_SET_END(t_mp, 0); in ip_input_fragment()