Searched refs:list_count (Results 1 – 3 of 3) sorted by relevance
62 static int list_count = 0; variable170 list_count = 0; in z2_open()214 list_count++; in z2_open()220 list_count * Z2RAM_CHUNK1024, index ); in z2_open()
288 if (cur_rptr == hba->u.mvfrey.list_count) in iop_intr_mvfrey()950 if (index == hba->u.mvfrey.list_count) { in hptiop_post_req_mvfrey()976 u32 list_count = hba->u.mvfrey.list_count; in hptiop_reset_comm_mvfrey() local999 hba->u.mvfrey.inlist_wptr = (list_count - 1) | CL_POINTER_TOGGLE; in hptiop_reset_comm_mvfrey()1000 *hba->u.mvfrey.outlist_cptr = (list_count - 1) | CL_POINTER_TOGGLE; in hptiop_reset_comm_mvfrey()1001 hba->u.mvfrey.outlist_rptr = list_count - 1; in hptiop_reset_comm_mvfrey()1208 u32 list_count = readl(&hba->u.mvfrey.mu->inbound_conf_ctl); in hptiop_internal_memalloc_mvfrey() local1214 if (list_count == 0) { in hptiop_internal_memalloc_mvfrey()1219 list_count >>= 16; in hptiop_internal_memalloc_mvfrey()1221 hba->u.mvfrey.list_count = list_count; in hptiop_internal_memalloc_mvfrey()[all …]
296 int list_count; member