Searched refs:chnl_ioc_obj (Results 1 – 3 of 3) sorted by relevance
530 struct chnl_ioc chnl_ioc_obj; in strm_reclaim() local543 &chnl_ioc_obj); in strm_reclaim()545 *nbytes = chnl_ioc_obj.byte_size; in strm_reclaim()547 *buff_size = chnl_ioc_obj.buf_size; in strm_reclaim()549 *pdw_arg = chnl_ioc_obj.arg; in strm_reclaim()550 if (!CHNL_IS_IO_COMPLETE(chnl_ioc_obj)) { in strm_reclaim()551 if (CHNL_IS_TIMED_OUT(chnl_ioc_obj)) { in strm_reclaim()555 if (!CHNL_IS_IO_CANCELLED(chnl_ioc_obj)) in strm_reclaim()562 && (!CHNL_IS_IO_CANCELLED(chnl_ioc_obj)) in strm_reclaim()572 chnl_ioc_obj.buf, in strm_reclaim()[all …]
593 struct chnl_ioc chnl_ioc_obj; in send_message() local608 (*intf_fxns->chnl_get_ioc) (chnl_obj, timeout, &chnl_ioc_obj); in send_message()610 if (!CHNL_IS_IO_COMPLETE(chnl_ioc_obj)) { in send_message()611 if (CHNL_IS_TIMED_OUT(chnl_ioc_obj)) in send_message()629 (*intf_fxns->chnl_get_ioc) (chnl_obj, timeout, &chnl_ioc_obj); in send_message()631 if (CHNL_IS_TIMED_OUT(chnl_ioc_obj)) { in send_message()633 } else if (chnl_ioc_obj.byte_size < ul_bytes) { in send_message()637 if (CHNL_IS_IO_COMPLETE(chnl_ioc_obj)) { in send_message()638 if (*((int *)chnl_ioc_obj.buf) < 0) { in send_message()647 (((rms_word *) (chnl_ioc_obj.buf))[1]); in send_message()
439 struct chnl_ioc chnl_ioc_obj; in bridge_chnl_flush_io() local462 timeout, &chnl_ioc_obj); in bridge_chnl_flush_io()466 if (chnl_ioc_obj.status & CHNL_IOCSTATTIMEOUT) in bridge_chnl_flush_io()