Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dtl.c548 mblk_t *ti_mp; /* b_next list of data + ordrel_ind */ member
3290 tip->ti_mp = NULL; in tl_conn_req_ser()
3327 ASSERT(tip->ti_mp == NULL); in tl_conn_req_ser()
3773 tl_icon_sendmsgs(acc_ep, &tip->ti_mp); in tl_conn_res()
3784 } else if (tip->ti_mp != NULL) { in tl_conn_res()
3792 tl_icon_sendmsgs(acc_ep, &tip->ti_mp); in tl_conn_res()
5944 mpp = &tip->ti_mp; in tl_icon_queuemsg()
5985 for (mp = tip->ti_mp; !found && mp != NULL; mp = mp->b_next) { in tl_icon_hasprim()
6362 if (tip->ti_mp != NULL) { in tl_freetip()
6363 tl_icon_freemsgs(&tip->ti_mp); in tl_freetip()
[all …]