Searched refs:MEI_CL_IO_RX_NONBLOCK (Results 1 – 2 of 2) sorted by relevance
131 bool nonblock = !!(mode & MEI_CL_IO_RX_NONBLOCK); in __mei_cl_recv()284 return __mei_cl_recv(cl, buf, length, vtag, MEI_CL_IO_RX_NONBLOCK, 0); in mei_cldev_recv_nonblock_vtag()
109 MEI_CL_IO_RX_NONBLOCK = BIT(2), enumerator