Symbol: pqi_cap
sys/dev/smartpqi/smartpqi_cam.c
53
cpi->maxio = (softs->pqi_cap.max_sg_elem - 1) * PAGE_SIZE;
sys/dev/smartpqi/smartpqi_cam.c
552
if (error || nseg > softs->pqi_cap.max_sg_elem)
sys/dev/smartpqi/smartpqi_cam.c
555
error, nseg, softs->pqi_cap.max_sg_elem);
sys/dev/smartpqi/smartpqi_features.c
452
config_table_size = softs->pqi_cap.conf_tab_sz;
sys/dev/smartpqi/smartpqi_features.c
468
softs->pqi_cap.conf_tab_off);
sys/dev/smartpqi/smartpqi_features.c
471
softs->pqi_cap.conf_tab_off,
sys/dev/smartpqi/smartpqi_features.c
501
softs->heartbeat_counter_off = softs->pqi_cap.conf_tab_off +
sys/dev/smartpqi/smartpqi_helper.c
345
ASSERT(sizeof(struct pqi_cap)== 20);
sys/dev/smartpqi/smartpqi_init.c
177
softs->max_outstanding_io = softs->pqi_cap.max_outstanding_io;
sys/dev/smartpqi/smartpqi_init.c
193
sg_buf_size = softs->pqi_cap.max_sg_elem *
sys/dev/smartpqi/smartpqi_ioctl.c
94
driver_info->max_transfer_length = softs->pqi_cap.max_transfer_size;
sys/dev/smartpqi/smartpqi_main.c
377
(bus_size_t)softs->pqi_cap.max_sg_elem*PAGE_SIZE,/* maxsize */
sys/dev/smartpqi/smartpqi_main.c
378
softs->pqi_cap.max_sg_elem, /* nsegments */
sys/dev/smartpqi/smartpqi_main.c
389
for( i = 1; i <= softs->pqi_cap.max_outstanding_io; i++, rcbp++ ) {
sys/dev/smartpqi/smartpqi_main.c
393
rcbp, softs->pqi_cap.max_outstanding_io, error);
sys/dev/smartpqi/smartpqi_misc.c
223
uint32_t queue_depth = softs->pqi_cap.max_outstanding_io;
sys/dev/smartpqi/smartpqi_misc.c
228
softs->pqi_cap.max_outstanding_io)) {
sys/dev/smartpqi/smartpqi_misc.c
238
softs->pqi_cap.max_outstanding_io =
sys/dev/smartpqi/smartpqi_misc.c
243
queue_depth, softs->pqi_cap.max_outstanding_io);
sys/dev/smartpqi/smartpqi_misc.c
251
uint32_t pqi_sg_segments = softs->pqi_cap.max_sg_elem;
sys/dev/smartpqi/smartpqi_misc.c
259
softs->pqi_cap.max_sg_elem)) {
sys/dev/smartpqi/smartpqi_misc.c
270
softs->pqi_cap.max_sg_elem = softs->hint.sg_segments;
sys/dev/smartpqi/smartpqi_misc.c
274
pqi_sg_segments, softs->pqi_cap.max_sg_elem);
sys/dev/smartpqi/smartpqi_sis.c
288
softs->pqi_cap.max_sg_elem = mb[1];
sys/dev/smartpqi/smartpqi_sis.c
289
softs->pqi_cap.max_transfer_size = mb[2];
sys/dev/smartpqi/smartpqi_sis.c
290
softs->pqi_cap.max_outstanding_io = mb[3];
sys/dev/smartpqi/smartpqi_sis.c
291
if (softs->pqi_cap.max_outstanding_io >
sys/dev/smartpqi/smartpqi_sis.c
296
softs->pqi_cap.max_outstanding_io,
sys/dev/smartpqi/smartpqi_sis.c
298
softs->pqi_cap.max_outstanding_io =
sys/dev/smartpqi/smartpqi_sis.c
306
softs->pqi_cap.conf_tab_off = mb[4];
sys/dev/smartpqi/smartpqi_sis.c
307
softs->pqi_cap.conf_tab_sz = mb[5];
sys/dev/smartpqi/smartpqi_sis.c
312
softs->pqi_cap.max_sg_elem);
sys/dev/smartpqi/smartpqi_sis.c
314
softs->pqi_cap.max_transfer_size);
sys/dev/smartpqi/smartpqi_sis.c
316
softs->pqi_cap.max_outstanding_io);
sys/dev/smartpqi/smartpqi_sis.c
358
num_elem = softs->pqi_cap.max_outstanding_io + 1;
sys/dev/smartpqi/smartpqi_structures.h
1303
struct pqi_cap pqi_cap;