Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/fnic/
H A Dfdls_disc.c2386 && (tport->retry_counter < FDLS_RETRY_COUNT)) { in fdls_tport_timer_callback()
2525 && (tport->retry_counter < FDLS_RETRY_COUNT)) { in fdls_process_tgt_adisc_rsp()
2742 && (tport->retry_counter < FDLS_RETRY_COUNT)) { in fdls_process_tgt_prli_rsp()
2863 && (fdls->retry_counter < FDLS_RETRY_COUNT)) { in fdls_process_rff_id_rsp()
2937 && (fdls->retry_counter < FDLS_RETRY_COUNT)) { in fdls_process_rft_id_rsp()
3009 && (fdls->retry_counter < FDLS_RETRY_COUNT)) { in fdls_process_rpn_id_rsp()
3078 && (fdls->retry_counter < FDLS_RETRY_COUNT)) { in fdls_process_scr_rsp()
3290 && (fdls->retry_counter < FDLS_RETRY_COUNT)) { in fdls_process_gpn_ft_rsp()
3811 if (iport->fabric.retry_counter < FDLS_RETRY_COUNT) in fdls_process_fabric_abts_rsp()
4151 if ((tport->retry_counter < FDLS_RETRY_COUNT) in fdls_process_tgt_abts_rsp()
[all …]
H A Dfnic_fdls.h61 #define FDLS_RETRY_COUNT 2 macro