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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_inline.h485 offset = scb - ahc->scb_data->scbarray;
494 offset = scb - ahc->scb_data->scbarray;
H A Daic7xxx.h593 struct scb *scbarray; /* Array of kernel SCBs */ member in struct:scb_data
H A Daic7xxx_core.c4177 scb_data->scbarray =
4180 if (scb_data->scbarray == NULL)
4182 memset(scb_data->scbarray, 0, sizeof(struct scb) * AHC_SCB_MAX_ALLOC);
4357 if (scb_data->scbarray != NULL)
4358 free(scb_data->scbarray, M_DEVBUF);
4377 next_scb = &scb_data->scbarray[scb_data->numscbs];

Completed in 57 milliseconds