Lines Matching refs:list_count

781 				if (hba->u.mvfrey.outlist_rptr == hba->u.mvfrey.list_count) {  in hptiop_intr_mvfrey()
866 if (index == hba->u.mvfrey.list_count) { in hptiop_send_sync_request_mvfrey()
1323 if (index == hba->u.mvfrey.list_count) { in hptiop_post_ioctl_command_mvfrey()
1603 u_int32_t list_count = BUS_SPACE_RD4_MVFREY2(inbound_conf_ctl); in hptiop_internal_memalloc_mvfrey() local
1605 list_count >>= 16; in hptiop_internal_memalloc_mvfrey()
1607 if (list_count == 0) { in hptiop_internal_memalloc_mvfrey()
1611 hba->u.mvfrey.list_count = list_count; in hptiop_internal_memalloc_mvfrey()
1613 + list_count * sizeof(struct mvfrey_inlist_entry) in hptiop_internal_memalloc_mvfrey()
1614 + list_count * sizeof(struct mvfrey_outlist_entry) in hptiop_internal_memalloc_mvfrey()
1713 hba->u.mvfrey.inlist_wptr = (hba->u.mvfrey.list_count - 1) in hptiop_reset_comm_mvfrey()
1715 *hba->u.mvfrey.outlist_cptr = (hba->u.mvfrey.list_count - 1) in hptiop_reset_comm_mvfrey()
1717 hba->u.mvfrey.outlist_rptr = hba->u.mvfrey.list_count - 1; in hptiop_reset_comm_mvfrey()
2614 if (index == hba->u.mvfrey.list_count) { in hptiop_post_req_mvfrey()
2669 u_int32_t list_count = hba->u.mvfrey.list_count; in hptiop_mvfrey_map_ctlcfg() local
2685 p += list_count * sizeof(struct mvfrey_inlist_entry); in hptiop_mvfrey_map_ctlcfg()
2686 phy += list_count * sizeof(struct mvfrey_inlist_entry); in hptiop_mvfrey_map_ctlcfg()
2691 p += list_count * sizeof(struct mvfrey_outlist_entry); in hptiop_mvfrey_map_ctlcfg()
2692 phy += list_count * sizeof(struct mvfrey_outlist_entry); in hptiop_mvfrey_map_ctlcfg()