Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
Dbnx2fc_tgt.c365 if (hba->num_ofld_sess >= BNX2FC_NUM_MAX_SESS) { in bnx2fc_init_tgt()
505 hba->num_ofld_sess); in bnx2fc_rport_event_handler()
511 hba->num_ofld_sess++; in bnx2fc_rport_event_handler()
552 hba->num_ofld_sess--; in bnx2fc_rport_event_handler()
554 hba->num_ofld_sess); in bnx2fc_rport_event_handler()
560 (hba->num_ofld_sess == 0)) { in bnx2fc_rport_event_handler()
Dbnx2fc_fcoe.c980 hba->num_ofld_sess); in bnx2fc_indicate_netevent()
983 (hba->num_ofld_sess == 0)); in bnx2fc_indicate_netevent()
985 hba->num_ofld_sess); in bnx2fc_indicate_netevent()
1402 hba->num_ofld_sess = 0; in bnx2fc_hba_create()
1980 BUG_ON(hba->num_ofld_sess != 0); in bnx2fc_ulp_stop()
Dbnx2fc.h248 int num_ofld_sess; member