Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/smartpqi/
Dsmartpqi.h1145 u16 advertised_queue_depth; member
Dsmartpqi_init.c2309 if (device->sdev && device->queue_depth != device->advertised_queue_depth) { in pqi_update_device_list()
2310 device->advertised_queue_depth = device->queue_depth; in pqi_update_device_list()
2311 scsi_change_queue_depth(device->sdev, device->advertised_queue_depth); in pqi_update_device_list()
6527 device->advertised_queue_depth = device->queue_depth; in pqi_slave_alloc()
6529 device->advertised_queue_depth); in pqi_slave_alloc()