Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/bnx2fc/
Dbnx2fc.h207 u32 max_outstanding_cmds; member
Dbnx2fc_fcoe.c1311 hba->max_outstanding_cmds = hba->elstm_xids; in bnx2fc_hba_create()
1343 fcoe_cap->capability2 = hba->max_outstanding_cmds << in bnx2fc_hba_create()
1349 fcoe_cap->capability3 |= hba->max_outstanding_cmds << in bnx2fc_hba_create()
1440 bnx2fc_shost_template.can_queue = hba->max_outstanding_cmds; in bnx2fc_if_create()