Home
last modified time | relevance | path

Searched refs:max_cam_seg_cnt (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/mpt/
H A Dmpt.c2523 NULL, NULL, (mpt->max_cam_seg_cnt - 1) * PAGE_SIZE, in mpt_dma_buf_alloc()
2524 mpt->max_cam_seg_cnt, BUS_SPACE_MAXSIZE_32BIT, 0, in mpt_dma_buf_alloc()
2692 mpt->max_cam_seg_cnt = min(mpt->max_seg_cnt, btoc(maxphys) + 1); in mpt_configure_ioc()
2713 mpt->max_cam_seg_cnt); in mpt_configure_ioc()
H A Dmpt.h670 uint32_t max_cam_seg_cnt;/* calculated from maxphys */ member
H A Dmpt_cam.c3521 cpi->maxio = (mpt->max_cam_seg_cnt - 1) * PAGE_SIZE; in mpt_action()