Home
last modified time | relevance | path

Searched refs:MEI_CL_IO_SGL (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/misc/mei/
H A Dbus.c125 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()
952 ret = __mei_cl_send(cl, (u8 *)ext_hdr, buf_sz, 0, MEI_CL_IO_SGL); in mei_cldev_send_gsc_command()
965 ret = __mei_cl_recv(cl, (u8 *)&rx_msg, sizeof(rx_msg), NULL, MEI_CL_IO_SGL, 0); in mei_cldev_send_gsc_command()
H A Dmei_dev.h133 MEI_CL_IO_SGL = BIT(3), enumerator