Lines Matching refs:mqe
29 int (*callback)(struct efc *efc, int status, u8 *mqe, void *arg);
79 __efct_read_topology_cb(struct efct_hw *hw, int status, u8 *mqe, void *arg)
82 (struct sli4_cmd_read_topology *)mqe;
88 efc_log_debug(hw->os, "bad status cqe=%#x mqe=%#x\n", status,
1451 efct_hw_command_process(struct efct_hw *hw, int status, u8 *mqe,
1477 memcpy(ctx->buf, mqe, size);
1490 u8 mqe[SLI4_BMBX_SIZE];
1493 rc = sli_mq_read(&hw->sli, mq, mqe);
1495 rc = efct_hw_command_process(hw, status, mqe, mq->size);
1514 u8 mqe[SLI4_BMBX_SIZE] = { 0 };
1523 rc = efct_hw_command_process(hw, -1, mqe, SLI4_BMBX_SIZE);
1533 efct_mbox_rsp_cb(struct efct_hw *hw, int status, u8 *mqe, void *arg)
1539 (*ctx->callback)(hw->os->efcport, status, mqe,
3023 u8 *mqe, void *arg)
3031 mbox_rsp = (struct sli4_cmd_read_link_stats *)mqe;
3127 efct_hw_cb_host_stat(struct efct_hw *hw, int status, u8 *mqe, void *arg)
3130 (struct sli4_cmd_read_status *)mqe;
3218 efct_hw_async_cb(struct efct_hw *hw, int status, u8 *mqe, void *arg)
3224 (*ctx->callback)(hw, status, mqe, ctx->arg);
3266 efct_hw_cb_fw_write(struct efct_hw *hw, int status, u8 *mqe, void *arg)
3269 (struct sli4_cmd_sli_config *)mqe;
3332 efct_hw_cb_port_control(struct efct_hw *hw, int status, u8 *mqe,