Lines Matching refs:bnx2fc_mp_req
546 struct bnx2fc_mp_req *mp_req = &(io_req->mp_req); in bnx2fc_free_mp_resc()
581 struct bnx2fc_mp_req *mp_req; in bnx2fc_init_mp_req()
589 mp_req = (struct bnx2fc_mp_req *)&(io_req->mp_req); in bnx2fc_init_mp_req()
590 memset(mp_req, 0, sizeof(struct bnx2fc_mp_req)); in bnx2fc_init_mp_req()
667 struct bnx2fc_mp_req *tm_req; in bnx2fc_initiate_tmf()
721 tm_req = (struct bnx2fc_mp_req *)&(io_req->mp_req); in bnx2fc_initiate_tmf()
827 struct bnx2fc_mp_req *abts_req; in bnx2fc_initiate_abts()
872 abts_req = (struct bnx2fc_mp_req *)&(abts_io_req->mp_req); in bnx2fc_initiate_abts()
873 memset(abts_req, 0, sizeof(struct bnx2fc_mp_req)); in bnx2fc_initiate_abts()
1458 struct bnx2fc_mp_req *tm_req = &io_req->mp_req; in bnx2fc_lun_reset_cmpl()
1528 struct bnx2fc_mp_req *tm_req; in bnx2fc_process_tm_compl()