Searched refs:num_ofld_sess (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_tgt.c | 365 if (hba->num_ofld_sess >= BNX2FC_NUM_MAX_SESS) { in bnx2fc_init_tgt() 504 BNX2FC_TGT_DBG(tgt, "OFFLOAD num_ofld_sess = %d\n", in bnx2fc_rport_event_handler() 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() 553 BNX2FC_TGT_DBG(tgt, "UPLOAD num_ofld_sess = %d\n", in bnx2fc_rport_event_handler() 554 hba->num_ofld_sess); in bnx2fc_rport_event_handler() 556 * Try to wake up the linkdown wait thread. If num_ofld_sess in bnx2fc_rport_event_handler() 560 (hba->num_ofld_sess == 0)) { in bnx2fc_rport_event_handler()
|
H A D | bnx2fc_fcoe.c | 976 "num_ofld_sess = %d\n", in bnx2fc_indicate_netevent() 977 hba->num_ofld_sess); in bnx2fc_indicate_netevent() 980 (hba->num_ofld_sess == 0)); in bnx2fc_indicate_netevent() 981 BNX2FC_MISC_DBG("wakeup - num_ofld_sess = %d\n", in bnx2fc_indicate_netevent() 982 hba->num_ofld_sess); in bnx2fc_indicate_netevent() 1399 hba->num_ofld_sess = 0; in bnx2fc_hba_create() 1977 BUG_ON(hba->num_ofld_sess != 0); in bnx2fc_ulp_stop()
|
H A D | bnx2fc.h | 248 int num_ofld_sess; member
|
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_tgt.c | 365 if (hba->num_ofld_sess >= BNX2FC_NUM_MAX_SESS) { in bnx2fc_init_tgt() 504 BNX2FC_TGT_DBG(tgt, "OFFLOAD num_ofld_sess = %d\n", in bnx2fc_rport_event_handler() 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() 553 BNX2FC_TGT_DBG(tgt, "UPLOAD num_ofld_sess = %d\n", in bnx2fc_rport_event_handler() 554 hba->num_ofld_sess); in bnx2fc_rport_event_handler() 556 * Try to wake up the linkdown wait thread. If num_ofld_sess in bnx2fc_rport_event_handler() 560 (hba->num_ofld_sess == 0)) { in bnx2fc_rport_event_handler()
|
H A D | bnx2fc_fcoe.c | 968 "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 D | bnx2fc.h | 245 int num_ofld_sess; member
|
Completed in 11 milliseconds