Home
last modified time | relevance | path

Searched refs:bnx2fc_mp_req (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
Dbnx2fc_els.c126 struct bnx2fc_mp_req *mp_req; in bnx2fc_l2_els_compl()
267 struct bnx2fc_mp_req *mp_req; in bnx2fc_srr_compl()
379 struct bnx2fc_mp_req *mp_req; in bnx2fc_rec_compl()
680 struct bnx2fc_mp_req *mp_req; in bnx2fc_initiate_els()
719 mp_req = (struct bnx2fc_mp_req *)&(els_req->mp_req); in bnx2fc_initiate_els()
808 struct bnx2fc_mp_req *mp_req; in bnx2fc_process_els_compl()
Dbnx2fc_io.c548 struct bnx2fc_mp_req *mp_req = &(io_req->mp_req); in bnx2fc_free_mp_resc()
583 struct bnx2fc_mp_req *mp_req; in bnx2fc_init_mp_req()
591 mp_req = (struct bnx2fc_mp_req *)&(io_req->mp_req); in bnx2fc_init_mp_req()
592 memset(mp_req, 0, sizeof(struct bnx2fc_mp_req)); in bnx2fc_init_mp_req()
670 struct bnx2fc_mp_req *tm_req; in bnx2fc_initiate_tmf()
727 tm_req = (struct bnx2fc_mp_req *)&(io_req->mp_req); in bnx2fc_initiate_tmf()
833 struct bnx2fc_mp_req *abts_req; in bnx2fc_initiate_abts()
878 abts_req = (struct bnx2fc_mp_req *)&(abts_io_req->mp_req); in bnx2fc_initiate_abts()
879 memset(abts_req, 0, sizeof(struct bnx2fc_mp_req)); in bnx2fc_initiate_abts()
1526 struct bnx2fc_mp_req *tm_req; in bnx2fc_process_tm_compl()
Dbnx2fc.h389 struct bnx2fc_mp_req { struct
433 struct bnx2fc_mp_req mp_req;
Dbnx2fc_hwi.c1610 struct bnx2fc_mp_req *mp_req = &(io_req->mp_req); in bnx2fc_init_mp_task()