Searched refs:hwqcbs (Results 1 – 2 of 2) sorted by relevance
98 if (ida->hwqcbs) in ida_free()99 bus_dmamem_free(ida->hwqcb_dmat, ida->hwqcbs, in ida_free()159 ((bus_addr_t)hwqcb - (bus_addr_t)ida->hwqcbs)); in idahwqcbvtop()168 ((bus_addr_t)ida->hwqcbs + (hwqcb_addr - ida->hwqcb_busaddr)); in idahwqcbptov()187 qcb->hwqcb = &ida->hwqcbs[i]; in ida_alloc_qcbs()257 (void **)&ida->hwqcbs, BUS_DMA_NOWAIT, &ida->hwqcb_dmamap); in ida_setup()263 ida->hwqcbs, IDA_QCB_MAX * sizeof(struct ida_hardware_qcb), in ida_setup()266 bzero(ida->hwqcbs, IDA_QCB_MAX * sizeof(struct ida_hardware_qcb)); in ida_setup()
161 struct ida_hardware_qcb *hwqcbs; /* HW QCB array */ member