Lines Matching defs:mgmtm
1434 struct csio_mgmtm *mgmtm = csio_hw_to_mgmtm(hw);
1442 csio_err(mgmtm->hw,
1444 mgmtm->stats.n_err++;
1453 if (csio_mgmt_req_lookup(mgmtm, io_req) != 0) {
1454 csio_err(mgmtm->hw,
1457 mgmtm->stats.n_err++;
1462 mgmtm = csio_hw_to_mgmtm(hw);
1466 mgmtm->stats.n_active--;
1715 * @mgmtm - mgmtm
1724 csio_ln_mgmt_submit_wr(struct csio_mgmtm *mgmtm, struct csio_ioreq *io_req,
1731 struct csio_hw *hw = mgmtm->hw;
1754 ret = csio_wr_get(hw, mgmtm->eq_idx, wr_size, &wrp);
1786 csio_wr_issue(mgmtm->hw, mgmtm->eq_idx, false);
1811 struct csio_mgmtm *mgmtm = csio_hw_to_mgmtm(hw);
1818 io_req->eq_idx = mgmtm->eq_idx;
1819 io_req->iq_idx = mgmtm->iq_idx;
1821 rv = csio_ln_mgmt_submit_wr(mgmtm, io_req, req_type, pld, pld_len);
1823 list_add_tail(&io_req->sm.sm_list, &mgmtm->active_q);
1824 mgmtm->stats.n_active++;