Home
last modified time | relevance | path

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

/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c1372 hba->max_outstanding_cmds = hba->elstm_xids; in bnx2fc_hba_create()
1404 fcoe_cap->capability2 = hba->max_outstanding_cmds << in bnx2fc_hba_create()
1410 fcoe_cap->capability3 |= hba->max_outstanding_cmds << in bnx2fc_hba_create()
1502 bnx2fc_shost_template.can_queue = hba->max_outstanding_cmds; in bnx2fc_if_create()
H A Dbnx2fc.h207 u32 max_outstanding_cmds; member