Searched refs:cxl_mem_mbox_send_cmd (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/cxl/core/ |
| A D | mbox.c | 154 int cxl_mem_mbox_send_cmd(struct cxl_mem *cxlm, u16 opcode, void *in, in cxl_mem_mbox_send_cmd() function 187 EXPORT_SYMBOL_GPL(cxl_mem_mbox_send_cmd); 495 rc = cxl_mem_mbox_send_cmd(cxlm, CXL_MBOX_OP_GET_LOG, &log, in cxl_xfer_log() 548 rc = cxl_mem_mbox_send_cmd(cxlm, CXL_MBOX_OP_GET_SUPPORTED_LOGS, NULL, in cxl_get_gsl() 653 rc = cxl_mem_mbox_send_cmd(cxlm, CXL_MBOX_OP_GET_PARTITION_INFO, in cxl_mem_get_partition_info() 686 rc = cxl_mem_mbox_send_cmd(cxlm, CXL_MBOX_OP_IDENTIFY, NULL, 0, &id, in cxl_mem_identify()
|
| /linux/drivers/cxl/ |
| A D | pmem.c | 115 rc = cxl_mem_mbox_send_cmd(cxlm, CXL_MBOX_OP_GET_LSA, &get_lsa, in cxl_pmem_get_config_data() 147 rc = cxl_mem_mbox_send_cmd(cxlm, CXL_MBOX_OP_SET_LSA, set_lsa, in cxl_pmem_set_config_data()
|
| A D | cxlmem.h | 256 int cxl_mem_mbox_send_cmd(struct cxl_mem *cxlm, u16 opcode, void *in,
|
Completed in 7 milliseconds