Home | Sort by: relevance | last modified time | path |
/src/sys/dev/ic/ | |
aic7xxx_inline.h | 174 int sg_index; local in function:ahc_sg_bus_to_virt 176 sg_index = (sg_busaddr - scb->sg_list_phys)/sizeof(struct ahc_dma_seg); 178 sg_index++; 180 return (&scb->sg_list[sg_index]); 186 int sg_index; local in function:ahc_sg_virt_to_bus 189 sg_index = sg - &scb->sg_list[1]; 191 return (scb->sg_list_phys + (sg_index * sizeof(*scb->sg_list))); |
ihavar.h | 99 int sg_index; /* Scatter/Gather Index */ member in struct:iha_scb |
advlib.c | 2443 u_int16_t sg_index; local in function:AscPutReadySgListQueue 2458 sg_index = 1; 2503 (u_int32_t *) & sg_head->sg_list[sg_index], 2505 sg_index += ASC_SG_LIST_PER_Q; |