Home
last modified time | relevance | path

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

/drivers/scsi/elx/efct/
Defct_scsi.c855 if (io->bls_cb) { in efct_target_bls_resp_cb()
856 efct_scsi_io_cb_t bls_cb = io->bls_cb; in efct_target_bls_resp_cb() local
859 io->bls_cb = NULL; in efct_target_bls_resp_cb()
863 bls_cb(io, bls_status, 0, bls_cb_arg); in efct_target_bls_resp_cb()
901 io->bls_cb = cb; in efct_target_send_bls_resp()
Defct_io.h131 efct_scsi_io_cb_t bls_cb; member