Searched refs:MEI_CL_IO_RX_NONBLOCK (Results 1 – 2 of 2) sorted by relevance
120 bool nonblock = !!(mode & MEI_CL_IO_RX_NONBLOCK); in __mei_cl_recv()240 return __mei_cl_recv(cl, buf, length, MEI_CL_IO_RX_NONBLOCK, 0); in mei_cldev_recv_nonblock()
104 MEI_CL_IO_RX_NONBLOCK = BIT(2), enumerator