Searched refs:MEI_CL_IO_SGL (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/misc/mei/ |
D | bus.c | 125 if (mode & MEI_CL_IO_SGL) { in __mei_cl_send_timeout() 133 if (mode & MEI_CL_IO_SGL && rets == 0) in __mei_cl_send_timeout() 1036 ret = __mei_cl_send(cl, (u8 *)ext_hdr, buf_sz, 0, MEI_CL_IO_SGL); in mei_cldev_send_gsc_command() 1049 ret = __mei_cl_recv(cl, (u8 *)&rx_msg, sizeof(rx_msg), NULL, MEI_CL_IO_SGL, 0); in mei_cldev_send_gsc_command()
|
D | mei_dev.h | 146 MEI_CL_IO_SGL = BIT(3), enumerator
|