Lines Matching full:messages
87 * is a possibility of a malicious VF transmitting too many MBX messages to the
92 * messages within the mailbox queue while looking for a malicious VF.
124 * the max messages check must be ignored in the algorithm
173 * Condition-2: If the maximum messages serviced in the mailbox for a in ice_mbx_traverse()
175 * to check if the number of messages processed is equal to it. If not in ice_mbx_traverse()
176 * check if the number of messages processed is greater than or equal in ice_mbx_traverse()
192 * This function tracks the number of asynchronous messages
194 * the permissible number of messages to send.
227 * asynchronous messages sent by VFs. On capturing the snapshot
228 * and depending on whether the number of pending messages in that
255 /* Checking if max messages allowed to be processed while servicing current in ice_mbx_vf_state_handler()
262 * set for the number of asynchronous messages a VF can send to mailbox in ice_mbx_vf_state_handler()
263 * nor should it be greater than the maximum number of messages in the in ice_mbx_vf_state_handler()
278 /* Collect the pending ARQ count, number of messages processed and in ice_mbx_vf_state_handler()
279 * the maximum number of messages allowed to be processed from the in ice_mbx_vf_state_handler()
295 /* Pending ARQ messages returned by ice_clean_rq_elem in ice_mbx_vf_state_handler()