Home
last modified time | relevance | path

Searched refs:sense_left (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/aic7xxx/
H A Daic79xx.h683 int sense_left; /* unallocated sense in head map_node */
685 int sense_left; /* unallocated sense in head map_node */ global() member
H A Daic79xx.c6076 if (scb_data->sense_left != 0) { in ahd_alloc_scbs()
6079 offset = PAGE_SIZE - (AHD_SENSE_BUFSIZE * scb_data->sense_left); in ahd_alloc_scbs()
6105 scb_data->sense_left = PAGE_SIZE / AHD_SENSE_BUFSIZE; in ahd_alloc_scbs()
6112 newcount = MIN(scb_data->sense_left, scb_data->scbs_left); in ahd_alloc_scbs()
6115 scb_data->sense_left -= newcount; in ahd_alloc_scbs()