Home
last modified time | relevance | path

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

/linux/drivers/scsi/elx/efct/
H A Defct_scsi.h176 efct_scsi_send_resp(struct efct_io *io, u32 flags,
H A Defct_lio.c492 return efct_scsi_send_resp(io, 0, &rsp, in efct_lio_queue_data_in()
558 rc = efct_scsi_send_resp(io, 0, &rsp, efct_lio_status_done, NULL); in efct_lio_send_resp()
679 rc = efct_scsi_send_resp(io, 0, &rsp, efct_lio_status_done, NULL); in efct_lio_queue_status()
H A Defct_scsi.c731 efct_scsi_send_resp(struct efct_io *io, u32 flags, in efct_scsi_send_resp() function