Searched refs:seq_els_rsp_send (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/scsi/libfc/ |
D | fc_rport.c | 860 lport->tt.seq_els_rsp_send(rx_fp, ELS_LS_RJT, &rjt_data); in fc_rport_recv_flogi_req() 1384 lport->tt.seq_els_rsp_send(in_fp, ELS_LS_RJT, &rjt_data); in fc_rport_recv_adisc_req() 1460 lport->tt.seq_els_rsp_send(rx_fp, ELS_LS_RJT, &rjt_data); in fc_rport_recv_rls_req() 1511 lport->tt.seq_els_rsp_send(fp, ELS_RRQ, NULL); in fc_rport_recv_els_req() 1515 lport->tt.seq_els_rsp_send(fp, ELS_REC, NULL); in fc_rport_recv_els_req() 1532 lport->tt.seq_els_rsp_send(fp, ELS_LS_RJT, &els_data); in fc_rport_recv_els_req() 1574 lport->tt.seq_els_rsp_send(fp, ELS_LS_RJT, &els_data); in fc_rport_recv_req() 1699 lport->tt.seq_els_rsp_send(fp, ELS_LS_RJT, &rjt_data); in fc_rport_recv_plogi_req() 1817 lport->tt.seq_els_rsp_send(rx_fp, ELS_LS_RJT, &rjt_data); in fc_rport_recv_prli_req() 1888 lport->tt.seq_els_rsp_send(rx_fp, ELS_LS_RJT, &rjt_data); in fc_rport_recv_prlo_req() [all …]
|
D | fc_disc.c | 153 lport->tt.seq_els_rsp_send(fp, ELS_LS_ACC, NULL); in fc_disc_recv_rscn_req() 181 lport->tt.seq_els_rsp_send(fp, ELS_LS_RJT, &rjt_data); in fc_disc_recv_rscn_req()
|
D | fc_lport.c | 415 lport->tt.seq_els_rsp_send(fp, ELS_LS_ACC, NULL); in fc_lport_recv_rlir_req() 484 lport->tt.seq_els_rsp_send(in_fp, ELS_LS_RJT, &rjt_data); in fc_lport_recv_rnid_req() 524 lport->tt.seq_els_rsp_send(fp, ELS_LS_ACC, NULL); in fc_lport_recv_logo_req()
|
D | fc_exch.c | 2566 if (!lport->tt.seq_els_rsp_send) in fc_exch_init() 2567 lport->tt.seq_els_rsp_send = fc_seq_els_rsp_send; in fc_exch_init()
|
/linux-4.1.27/include/scsi/ |
D | libfc.h | 553 void (*seq_els_rsp_send)(struct fc_frame *, enum fc_els_cmd, member
|
/linux-4.1.27/drivers/scsi/fcoe/ |
D | fcoe_ctlr.c | 2724 lport->tt.seq_els_rsp_send(fp, ELS_LS_RJT, &rjt_data); in fcoe_ctlr_disc_recv()
|