Searched refs:sg_el (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic94xx/ |
H A D | aic94xx_sas.h | 231 /* This struct sg_el, describes the hardware scatter gather buffer 240 * sg_el embedded in the SCB, in which case next_sg_offset is 32, 241 * since sizeof(sg_el) = 16; EOS should be 1 and EOL 0 in this case. 243 struct sg_el { struct 335 struct sg_el sg_element[3]; /* 2 real and 1 link */ 368 struct sg_el sg_element[3]; 374 struct sg_el smp_req; 378 struct sg_el smp_resp; 425 struct sg_el eb[ASD_EDBS_PER_SCB]; 446 u8 src_ds; /* See definition of sg_el */ [all...] |
H A D | aic94xx_task.c | 37 struct sg_el *sg_arr, in asd_map_scatterlist() 76 num_sg*sizeof(struct sg_el), in asd_map_scatterlist() 83 struct sg_el *sg = in asd_map_scatterlist() 84 &((struct sg_el *)ascb->sg_arr->vaddr)[i]; in asd_map_scatterlist()
|
H A D | aic94xx_scb.c | 366 struct sg_el *eb = &escb->eb[edb_id]; in asd_invalidate_edb()
|
H A D | aic94xx_hwi.c | 353 struct sg_el *eb = &escb->eb[k]; in asd_assign_edbs2escbs()
|
/kernel/linux/linux-6.6/drivers/scsi/aic94xx/ |
H A D | aic94xx_sas.h | 231 /* This struct sg_el, describes the hardware scatter gather buffer 240 * sg_el embedded in the SCB, in which case next_sg_offset is 32, 241 * since sizeof(sg_el) = 16; EOS should be 1 and EOL 0 in this case. 243 struct sg_el { struct 335 struct sg_el sg_element[3]; /* 2 real and 1 link */ 368 struct sg_el sg_element[3]; 374 struct sg_el smp_req; 378 struct sg_el smp_resp; 425 struct sg_el eb[ASD_EDBS_PER_SCB]; 446 u8 src_ds; /* See definition of sg_el */ [all...] |
H A D | aic94xx_task.c | 37 struct sg_el *sg_arr, in asd_map_scatterlist() 76 num_sg*sizeof(struct sg_el), in asd_map_scatterlist() 83 struct sg_el *sg = in asd_map_scatterlist() 84 &((struct sg_el *)ascb->sg_arr->vaddr)[i]; in asd_map_scatterlist()
|
H A D | aic94xx_scb.c | 370 struct sg_el *eb = &escb->eb[edb_id]; in asd_invalidate_edb()
|
H A D | aic94xx_hwi.c | 351 struct sg_el *eb = &escb->eb[k]; in asd_assign_edbs2escbs()
|
Completed in 11 milliseconds