Searched refs:devlog_cmd (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_hw.c | 9360 struct fw_devlog_cmd devlog_cmd; in t4_init_devlog_params() local 9384 memset(&devlog_cmd, 0, sizeof(devlog_cmd)); in t4_init_devlog_params() 9385 devlog_cmd.op_to_write = cpu_to_be32(FW_CMD_OP_V(FW_DEVLOG_CMD) | in t4_init_devlog_params() 9387 devlog_cmd.retval_len16 = cpu_to_be32(FW_LEN16(devlog_cmd)); in t4_init_devlog_params() 9388 ret = t4_wr_mbox(adap, adap->mbox, &devlog_cmd, sizeof(devlog_cmd), in t4_init_devlog_params() 9389 &devlog_cmd); in t4_init_devlog_params() 9394 be32_to_cpu(devlog_cmd in t4_init_devlog_params() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_hw.c | 9329 struct fw_devlog_cmd devlog_cmd; in t4_init_devlog_params() local 9353 memset(&devlog_cmd, 0, sizeof(devlog_cmd)); in t4_init_devlog_params() 9354 devlog_cmd.op_to_write = cpu_to_be32(FW_CMD_OP_V(FW_DEVLOG_CMD) | in t4_init_devlog_params() 9356 devlog_cmd.retval_len16 = cpu_to_be32(FW_LEN16(devlog_cmd)); in t4_init_devlog_params() 9357 ret = t4_wr_mbox(adap, adap->mbox, &devlog_cmd, sizeof(devlog_cmd), in t4_init_devlog_params() 9358 &devlog_cmd); in t4_init_devlog_params() 9363 be32_to_cpu(devlog_cmd in t4_init_devlog_params() [all...] |
Completed in 24 milliseconds