Searched refs:fc_seq_els_rsp_send (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/scsi/libfc/ |
D | fc_rport.c | 968 fc_seq_els_rsp_send(rx_fp, ELS_LS_RJT, &rjt_data); in fc_rport_recv_flogi_req() 1433 fc_seq_els_rsp_send(in_fp, ELS_LS_RJT, &rjt_data); in fc_rport_recv_rtv_req() 1607 fc_seq_els_rsp_send(in_fp, ELS_LS_RJT, &rjt_data); in fc_rport_recv_adisc_req() 1682 fc_seq_els_rsp_send(rx_fp, ELS_LS_RJT, &rjt_data); in fc_rport_recv_rls_req() 1750 fc_seq_els_rsp_send(fp, ELS_RRQ, NULL); in fc_rport_recv_els_req() 1754 fc_seq_els_rsp_send(fp, ELS_REC, NULL); in fc_rport_recv_els_req() 1775 fc_seq_els_rsp_send(fp, ELS_LS_RJT, &els_data); in fc_rport_recv_els_req() 1782 fc_seq_els_rsp_send(fp, ELS_LS_RJT, &els_data); in fc_rport_recv_els_req() 1828 fc_seq_els_rsp_send(fp, ELS_LS_RJT, &els_data); in fc_rport_recv_req() 1956 fc_seq_els_rsp_send(fp, ELS_LS_RJT, &rjt_data); in fc_rport_recv_plogi_req() [all …]
|
D | fc_disc.c | 140 fc_seq_els_rsp_send(fp, ELS_LS_ACC, NULL); in fc_disc_recv_rscn_req() 168 fc_seq_els_rsp_send(fp, ELS_LS_RJT, &rjt_data); in fc_disc_recv_rscn_req()
|
D | fc_lport.c | 404 fc_seq_els_rsp_send(fp, ELS_LS_ACC, NULL); in fc_lport_recv_rlir_req() 471 fc_seq_els_rsp_send(in_fp, ELS_LS_RJT, &rjt_data); in fc_lport_recv_rnid_req() 510 fc_seq_els_rsp_send(fp, ELS_LS_ACC, NULL); in fc_lport_recv_logo_req()
|
D | fc_exch.c | 1227 void fc_seq_els_rsp_send(struct fc_frame *fp, enum fc_els_cmd els_cmd, in fc_seq_els_rsp_send() function 1247 EXPORT_SYMBOL_GPL(fc_seq_els_rsp_send);
|
/linux-6.1.9/include/scsi/ |
D | libfc.h | 987 void fc_seq_els_rsp_send(struct fc_frame *, enum fc_els_cmd,
|
/linux-6.1.9/drivers/scsi/fcoe/ |
D | fcoe_ctlr.c | 3007 fc_seq_els_rsp_send(fp, ELS_LS_RJT, &rjt_data); in fcoe_ctlr_disc_recv()
|