Searched refs:hscbs (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic7xxx.h | 592 struct hardware_scb *hscbs; /* Array of hardware SCBs */ member
|
H A D | aic7xxx_core.c | 399 /*offset*/(scb->hscb - ahc->hscbs) * sizeof(*scb->hscb), in ahc_sync_scb() 1481 ahc->scb_data->hscbs[scbptr].tag); in ahc_handle_seqint() 2719 /* Ensure that the hscbs down on the card match the new information */ in ahc_update_pending_scbs() 4780 /* Allocation for our hscbs */ in ahc_init_scbdata() 4782 (void **)&scb_data->hscbs, in ahc_init_scbdata() 4791 scb_data->hscbs, in ahc_init_scbdata() 4844 memset(scb_data->hscbs, 0, in ahc_init_scbdata() 4915 ahc_dmamem_free(ahc, scb_data->hscb_dmat, scb_data->hscbs, in ahc_fini_scbdata() 4987 next_scb->hscb = &scb_data->hscbs[scb_data->numscbs]; in ahc_alloc_scbs()
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic7xxx.h | 592 struct hardware_scb *hscbs; /* Array of hardware SCBs */ member
|
H A D | aic7xxx_core.c | 399 /*offset*/(scb->hscb - ahc->hscbs) * sizeof(*scb->hscb), in ahc_sync_scb() 1480 ahc->scb_data->hscbs[scbptr].tag); in ahc_handle_seqint() 2717 /* Ensure that the hscbs down on the card match the new information */ in ahc_update_pending_scbs() 4779 /* Allocation for our hscbs */ in ahc_init_scbdata() 4781 (void **)&scb_data->hscbs, in ahc_init_scbdata() 4790 scb_data->hscbs, in ahc_init_scbdata() 4843 memset(scb_data->hscbs, 0, in ahc_init_scbdata() 4914 ahc_dmamem_free(ahc, scb_data->hscb_dmat, scb_data->hscbs, in ahc_fini_scbdata() 4986 next_scb->hscb = &scb_data->hscbs[scb_data->numscbs]; in ahc_alloc_scbs()
|
Completed in 21 milliseconds