Searched refs:devlog_cmd (Results 1 – 1 of 1) sorted by relevance
11356 struct fw_devlog_cmd devlog_cmd; in t4_init_devlog_ncores_params() local11396 memset(&devlog_cmd, 0, sizeof devlog_cmd); in t4_init_devlog_ncores_params()11397 devlog_cmd.op_to_write = cpu_to_be32(V_FW_CMD_OP(FW_DEVLOG_CMD) | in t4_init_devlog_ncores_params()11399 devlog_cmd.retval_len16 = cpu_to_be32(FW_LEN16(devlog_cmd)); in t4_init_devlog_ncores_params()11400 ret = t4_wr_mbox(adap, adap->mbox, &devlog_cmd, sizeof(devlog_cmd), in t4_init_devlog_ncores_params()11401 &devlog_cmd); in t4_init_devlog_ncores_params()11406 be32_to_cpu(devlog_cmd.memtype_devlog_memaddr16_devlog); in t4_init_devlog_ncores_params()11409 dparams->size = be32_to_cpu(devlog_cmd.memsize_devlog); in t4_init_devlog_ncores_params()13396 struct fw_devlog_cmd devlog_cmd; in t4_get_devlog_level() local13399 memset(&devlog_cmd, 0, sizeof(devlog_cmd)); in t4_get_devlog_level()[all …]