Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Dddi_intr_irm.c1126 ddi_irm_req_t *req_p = list_head(slist_p), *last_p; local
1149 last_p = req_p ? list_prev(slist_p, req_p) : list_tail(slist_p);
1152 reduction = last_p->ireq_navail - req_p->ireq_navail;
1154 reduction = last_p->ireq_navail - pool_defsz;
1172 for (req_p = last_p; nremain--;
/titanic_50/usr/src/uts/common/io/pciex/
H A Dpcie_fault.c1124 pf_data_t *root_p, *last_p = NULL; in pf_en_dq() local
1128 for (last_p = head_p; last_p && PFD_IS_ROOT(last_p); in pf_en_dq()
1129 last_p = last_p->pe_next) in pf_en_dq()
1130 root_p = last_p; in pf_en_dq()
1135 pfd_p->pe_next = last_p; in pf_en_dq()
1137 if (last_p) in pf_en_dq()
1138 last_p->pe_prev = pfd_p; in pf_en_dq()