Searched refs:mgmtm (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/scsi/csiostor/
H A Dcsio_lnode.c1434 struct csio_mgmtm *mgmtm = csio_hw_to_mgmtm(hw); local
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, uint8_t sub_op, struct csio_dma_buf *pld, uint32_t pld_len) argument
1811 struct csio_mgmtm *mgmtm = csio_hw_to_mgmtm(hw); local
[all...]
H A Dcsio_init.c259 struct csio_mgmtm *mgmtm = csio_hw_to_mgmtm(hw); local
285 rv = csio_wr_eq_create(hw, NULL, mgmtm->eq_idx,
286 mgmtm->iq_idx, hw->pport[0].portid, NULL);
338 struct csio_mgmtm *mgmtm = csio_hw_to_mgmtm(hw); local
388 mgmtm->eq_idx = csio_wr_alloc_q(hw, CSIO_MGMT_EQSIZE,
391 if (mgmtm->eq_idx == -1) {
397 mgmtm->iq_idx = hw->fwevt_iq_idx;
H A Dcsio_hw.c4087 csio_mgmt_req_lookup(struct csio_mgmtm *mgmtm, struct csio_ioreq *io_req) argument
4092 list_for_each(tmp, &mgmtm->active_q) {
4110 struct csio_mgmtm *mgmtm = from_timer(mgmtm, t, mgmt_timer); local
4114 csio_dbg(mgmtm->hw, "Mgmt timer invoked!\n");
4116 spin_lock_irq(&mgmtm->hw->lock);
4118 list_for_each(tmp, &mgmtm->active_q) {
4129 io_req->io_cbfn(mgmtm->hw, io_req);
4137 if (!list_empty(&mgmtm->active_q))
4138 mod_timer(&mgmtm
4144 csio_mgmtm_cleanup(struct csio_mgmtm *mgmtm) argument
4188 csio_mgmtm_init(struct csio_mgmtm *mgmtm, struct csio_hw *hw) argument
4211 csio_mgmtm_exit(struct csio_mgmtm *mgmtm) argument
[all...]
H A Dcsio_hw.h477 struct csio_mgmtm mgmtm; /* management module */ member in struct:csio_hw
595 #define csio_hw_to_mgmtm(hw) ((struct csio_mgmtm *)(&(hw)->mgmtm))

Completed in 107 milliseconds