Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c121 uint bnx2fc_queue_depth; variable
122 module_param_named(queue_depth, bnx2fc_queue_depth, uint, S_IRUGO);
2671 if (!bnx2fc_queue_depth) in bnx2fc_slave_configure()
2674 scsi_change_queue_depth(sdev, bnx2fc_queue_depth); in bnx2fc_slave_configure()