Searched refs:slot1 (Results 1 – 1 of 1) sorted by relevance
7911 drmach_slot1_pause_t *slot1; in drmach_slot1_pause_add_axq() local7920 slot1 = kmem_zalloc(sizeof (*slot1), KM_SLEEP); in drmach_slot1_pause_add_axq()7934 slot1->axq.dip = axq_dip; in drmach_slot1_pause_add_axq()7935 slot1->axq.portid = axq_portid; in drmach_slot1_pause_add_axq()7936 slot1->axq.reg_basepa = reg; in drmach_slot1_pause_add_axq()7937 slot1_paused[axq_exp] = slot1; in drmach_slot1_pause_add_axq()7958 drmach_slot1_pause_t *slot1; in drmach_slot1_pause_free() local7961 if ((slot1 = slot1_paused[i]) == NULL) in drmach_slot1_pause_free()7966 drmach_s1p_pci_free(&slot1->schizo[j].pci[k]); in drmach_slot1_pause_free()7968 kmem_free(slot1, sizeof (*slot1)); in drmach_slot1_pause_free()[all …]