Home
last modified time | relevance | path

Searched refs:scbarray (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/dev/ic/
H A Daic7xxx_inline.h442 offset = scb - ahc->scb_data->scbarray; in ahc_get_sense_buf()
451 offset = scb - ahc->scb_data->scbarray; in ahc_get_sense_bufaddr()
H A Daic7xxxvar.h618 struct scb *scbarray; /* Array of kernel SCBs */ member
H A Daic7xxx.c595 (scb - ahc->scb_data->scbarray) * in ahc_handle_seqint()
4210 scb_data->scbarray = mallocarray(AHC_SCB_MAX_ALLOC, sizeof(struct scb), in ahc_init_scbdata()
4212 if (scb_data->scbarray == NULL) in ahc_init_scbdata()
4323 if (scb_data->scbarray != NULL) { in ahc_fini_scbdata()
4324 free(scb_data->scbarray, M_DEVBUF, in ahc_fini_scbdata()
4345 next_scb = &scb_data->scbarray[scb_data->numscbs]; in ahc_alloc_scbs()