Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/bnx2fc/
Dbnx2fc.h209 u32 max_outstanding_cmds; member
Dbnx2fc_fcoe.c1388 hba->max_outstanding_cmds = hba->elstm_xids; in bnx2fc_hba_create()
1420 fcoe_cap->capability2 = hba->max_outstanding_cmds << in bnx2fc_hba_create()
1426 fcoe_cap->capability3 |= hba->max_outstanding_cmds << in bnx2fc_hba_create()
1518 bnx2fc_shost_template.can_queue = hba->max_outstanding_cmds; in bnx2fc_if_create()