Searched refs:segment_x (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | dc395x.c | 232 struct SGentry *segment_x; /* Linear array of hw sg entries (up to 64 entries) */ member 233 dma_addr_t sg_bus_addr; /* Bus address of sg list (ie, of segment_x) */ 241 * the first hw sg entry (segment_x[0]) and the transfer 244 * (srb->segment_x[DC395x_MAX_SG_LISTENTRY - 1] and the 909 srb->segment_x[0].address); in build_srb() 914 struct SGentry *sgp = srb->segment_x; in build_srb() 949 srb->segment_x, SEGMENTX_LEN, DMA_TO_DEVICE); in build_srb() 952 srb->segment_x, srb->sg_bus_addr, SEGMENTX_LEN); in build_srb() 1076 srb->segment_x, srb->sg_count, srb->sg_index, in dump_register_info() 1802 struct SGentry *psge = srb->segment_x in sg_verify_length() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | dc395x.c | 217 struct SGentry *segment_x; /* Linear array of hw sg entries (up to 64 entries) */ member 218 dma_addr_t sg_bus_addr; /* Bus address of sg list (ie, of segment_x) */ 226 * the first hw sg entry (segment_x[0]) and the transfer 229 * (srb->segment_x[DC395x_MAX_SG_LISTENTRY - 1] and the 894 srb->segment_x[0].address); in build_srb() 899 struct SGentry *sgp = srb->segment_x; in build_srb() 934 srb->segment_x, SEGMENTX_LEN, DMA_TO_DEVICE); in build_srb() 937 srb->segment_x, srb->sg_bus_addr, SEGMENTX_LEN); in build_srb() 1060 srb->segment_x, srb->sg_count, srb->sg_index, in dump_register_info() 1779 struct SGentry *psge = srb->segment_x in sg_verify_length() [all...] |
Completed in 8 milliseconds