Home
last modified time | relevance | path

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

/drivers/scsi/qedf/
Dqedf_els.c25 u16 sqe_idx; in qedf_initiate_els() local
119 sqe_idx = qedf_get_sqe_idx(fcport); in qedf_initiate_els()
120 sqe = &fcport->sq[sqe_idx]; in qedf_initiate_els()
703 u16 sqe_idx; in qedf_initiate_seq_cleanup() local
731 sqe_idx = qedf_get_sqe_idx(fcport); in qedf_initiate_seq_cleanup()
732 sqe = &fcport->sq[sqe_idx]; in qedf_initiate_seq_cleanup()
Dqedf_io.c856 u16 sqe_idx; in qedf_post_io_req() local
901 sqe_idx = qedf_get_sqe_idx(fcport); in qedf_post_io_req()
902 sqe = &fcport->sq[sqe_idx]; in qedf_post_io_req()
1870 u16 sqe_idx; in qedf_initiate_abts() local
1950 sqe_idx = qedf_get_sqe_idx(fcport); in qedf_initiate_abts()
1951 sqe = &fcport->sq[sqe_idx]; in qedf_initiate_abts()
2167 u16 sqe_idx; in qedf_initiate_cleanup() local
2235 sqe_idx = qedf_get_sqe_idx(fcport); in qedf_initiate_cleanup()
2236 sqe = &fcport->sq[sqe_idx]; in qedf_initiate_cleanup()
2312 u16 sqe_idx; in qedf_execute_tmf() local
[all …]