Searched refs:sgcount (Results 1 – 7 of 7) sorted by relevance
650 int nbytes, sgcount; in resp_read() local667 sgcount = 0; in resp_read()672 sgcount = 0; in resp_read()674 buff = sgpnt[sgcount].address; in resp_read()675 bufflen = sgpnt[sgcount].length; in resp_read()682 sgcount++; in resp_read()684 buff = sgpnt[sgcount].address; in resp_read()685 bufflen = sgpnt[sgcount].length; in resp_read()699 int nbytes, sgcount; in resp_write() local710 sgcount = 0; in resp_write()[all …]
798 unsigned int sgcount; in NCR53c406a_intr() local895 sgcount = current_SC->use_sg; in NCR53c406a_intr()897 while( sgcount-- ) { in NCR53c406a_intr()924 sgcount = current_SC->use_sg; in NCR53c406a_intr()926 while( sgcount-- ) { in NCR53c406a_intr()
345 unsigned int sgcount; in sym53c416_intr_handle() local447 sgcount = current_command->use_sg; in sym53c416_intr_handle()449 while(sgcount--) in sym53c416_intr_handle()473 sgcount = current_command->use_sg; in sym53c416_intr_handle()475 while(sgcount--) in sym53c416_intr_handle()
348 unsigned int sgcount; /* sg counter */ in ql_pcmd() local389 sgcount = cmd->use_sg; in ql_pcmd()391 while (sgcount--) { in ql_pcmd()
127 dma->sgcount = nr_sg; in set_dma_sg()145 dma->sgcount = 1; in set_dma_addr()164 dma->sgcount = 1; in set_dma_count()
77 if (dma->sgcount > 1) { in iomd_get_next_sg()79 dma->sgcount--; in iomd_get_next_sg()
29 int sgcount; /* number of DMA SG */ member