Searched refs:msg_count (Results 1 – 2 of 2) sorted by relevance
321 unsigned int msg_count = fmsg->msg_count; in flipc_cmd_ack() local332 assert(fport->peek_count >= msg_count); // Can't ack what we haven't peeked! in flipc_cmd_ack()334 while (msg_count--) { in flipc_cmd_ack()614 fmsg->msg_count = 1; // Might want to coalesce acks to a node/name pair in flipc_msg_ack()
109 uint8_t msg_count; // Number of msgs being ackd/nakd member