Lines Matching +full:recv +full:- +full:empty
1 /* SPDX-License-Identifier: GPL-2.0-only */
5 * Copyright (c) 2003-2016, Intel Corporation.
12 #include "ishtp-dev.h"
63 /* Rx in-process list */
76 * if we get a FC, and the list is not empty, we must know whether we
78 * if so -need to increase FC counter, otherwise, need to start sending
80 * (!)This is for counting-FC implementation only. Within single-FC the
95 /* Send/recv stats */
144 * ishtp_cl_cmp_id - tells if file private data have same id
145 * returns true - if ids are the same and not NULL
151 (cl1->host_client_id == cl2->host_client_id) && in ishtp_cl_cmp_id()
152 (cl1->fw_client_id == cl2->fw_client_id); in ishtp_cl_cmp_id()