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

/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic7xxx_inline.h495 offset = scb - ahc->scb_data->scbarray;
504 offset = scb - ahc->scb_data->scbarray;
H A Daic7xxx.h620 struct scb *scbarray; /* Array of kernel SCBs */ member in struct:scb_data
H A Daic7xxx.c4320 scb_data->scbarray =
4323 if (scb_data->scbarray == NULL)
4325 memset(scb_data->scbarray, 0, sizeof(struct scb) * AHC_SCB_MAX_ALLOC);
4498 if (scb_data->scbarray != NULL)
4499 free(scb_data->scbarray, M_DEVBUF);
4518 next_scb = &scb_data->scbarray[scb_data->numscbs];

Completed in 128 milliseconds