Lines Matching refs:list_count
280 if (cur_rptr == hba->u.mvfrey.list_count) in iop_intr_mvfrey()
941 if (index == hba->u.mvfrey.list_count) { in hptiop_post_req_mvfrey()
967 u32 list_count = hba->u.mvfrey.list_count; in hptiop_reset_comm_mvfrey() local
990 hba->u.mvfrey.inlist_wptr = (list_count - 1) | CL_POINTER_TOGGLE; in hptiop_reset_comm_mvfrey()
991 *hba->u.mvfrey.outlist_cptr = (list_count - 1) | CL_POINTER_TOGGLE; in hptiop_reset_comm_mvfrey()
992 hba->u.mvfrey.outlist_rptr = list_count - 1; in hptiop_reset_comm_mvfrey()
1194 u32 list_count = readl(&hba->u.mvfrey.mu->inbound_conf_ctl); in hptiop_internal_memalloc_mvfrey() local
1200 if (list_count == 0) { in hptiop_internal_memalloc_mvfrey()
1205 list_count >>= 16; in hptiop_internal_memalloc_mvfrey()
1207 hba->u.mvfrey.list_count = list_count; in hptiop_internal_memalloc_mvfrey()
1209 list_count * sizeof(struct mvfrey_inlist_entry) + in hptiop_internal_memalloc_mvfrey()
1210 list_count * sizeof(struct mvfrey_outlist_entry) + in hptiop_internal_memalloc_mvfrey()
1229 p += list_count * sizeof(struct mvfrey_inlist_entry); in hptiop_internal_memalloc_mvfrey()
1230 phy += list_count * sizeof(struct mvfrey_inlist_entry); in hptiop_internal_memalloc_mvfrey()
1235 p += list_count * sizeof(struct mvfrey_outlist_entry); in hptiop_internal_memalloc_mvfrey()
1236 phy += list_count * sizeof(struct mvfrey_outlist_entry); in hptiop_internal_memalloc_mvfrey()