Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c123 static uint bnx2fc_queue_depth; variable
124 module_param_named(queue_depth, bnx2fc_queue_depth, uint, S_IRUGO);
2657 if (!bnx2fc_queue_depth) in bnx2fc_slave_configure()
2660 scsi_change_queue_depth(sdev, bnx2fc_queue_depth); in bnx2fc_slave_configure()