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.
259 * asynchronous messages sent by VFs. On capturing the snapshot
260 * and depending on whether the number of pending messages in that
287 /* Checking if max messages allowed to be processed while servicing current in ice_mbx_vf_state_handler()
294 * set for the number of asynchronous messages a VF can send to mailbox in ice_mbx_vf_state_handler()
295 * nor should it be greater than the maximum number of messages in the in ice_mbx_vf_state_handler()
310 /* Collect the pending ARQ count, number of messages processed and in ice_mbx_vf_state_handler()
311 * the maximum number of messages allowed to be processed from the in ice_mbx_vf_state_handler()
327 /* Pending ARQ messages returned by ice_clean_rq_elem in ice_mbx_vf_state_handler()