Home
last modified time | relevance | path

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

/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_tgt.c363 if (hba->num_ofld_sess >= BNX2FC_NUM_MAX_SESS) { in bnx2fc_init_tgt()
502 BNX2FC_TGT_DBG(tgt, "OFFLOAD num_ofld_sess = %d\n", in bnx2fc_rport_event_handler()
503 hba->num_ofld_sess); in bnx2fc_rport_event_handler()
509 hba->num_ofld_sess++; in bnx2fc_rport_event_handler()
550 hba->num_ofld_sess--; in bnx2fc_rport_event_handler()
551 BNX2FC_TGT_DBG(tgt, "UPLOAD num_ofld_sess = %d\n", in bnx2fc_rport_event_handler()
552 hba->num_ofld_sess); in bnx2fc_rport_event_handler()
554 * Try to wake up the linkdown wait thread. If num_ofld_sess in bnx2fc_rport_event_handler()
558 (hba->num_ofld_sess == 0)) { in bnx2fc_rport_event_handler()
H A Dbnx2fc_fcoe.c968 "num_ofld_sess = %d\n", in bnx2fc_indicate_netevent()
969 hba->num_ofld_sess); in bnx2fc_indicate_netevent()
972 (hba->num_ofld_sess == 0)); in bnx2fc_indicate_netevent()
973 BNX2FC_MISC_DBG("wakeup - num_ofld_sess = %d\n", in bnx2fc_indicate_netevent()
974 hba->num_ofld_sess); in bnx2fc_indicate_netevent()
1391 hba->num_ofld_sess = 0; in bnx2fc_hba_create()
1969 BUG_ON(hba->num_ofld_sess != 0); in bnx2fc_ulp_stop()
H A Dbnx2fc.h245 int num_ofld_sess; member