Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/smartpqi/
Dsmartpqi.h1119 u16 advertised_queue_depth; member
Dsmartpqi_init.c2268 if (device->sdev && device->queue_depth != device->advertised_queue_depth) { in pqi_update_device_list()
2269 device->advertised_queue_depth = device->queue_depth; in pqi_update_device_list()
2270 scsi_change_queue_depth(device->sdev, device->advertised_queue_depth); in pqi_update_device_list()
6421 device->advertised_queue_depth = device->queue_depth; in pqi_slave_alloc()
6423 device->advertised_queue_depth); in pqi_slave_alloc()