Lines Matching full:message
10 * ixgbe_read_mbx - Reads a message from the mailbox
12 * @msg: The message buffer
16 * returns SUCCESS if it successfully read message from buffer
33 * ixgbe_write_mbx - Write a message to the mailbox
35 * @msg: The message buffer
39 * returns SUCCESS if it successfully copied message into the buffer
106 * ixgbe_poll_for_msg - Wait for message notification
110 * returns SUCCESS if it successfully received a message notification
131 * ixgbe_poll_for_ack - Wait for message acknowledgement
135 * returns SUCCESS if it successfully received a message acknowledgement
156 * ixgbe_read_posted_mbx - Wait for message notification and receive message
158 * @msg: The message buffer
162 * returns SUCCESS if it successfully received a message notification and
178 /* if ack received read message */ in ixgbe_read_posted_mbx()
183 * ixgbe_write_posted_mbx - Write a message to the mailbox, wait for ack
185 * @msg: The message buffer
189 * returns SUCCESS if it successfully copied message into the buffer and
190 * received an ack to that message within delay * timeout period
325 * ixgbe_write_mbx_pf - Places a message in the mailbox
327 * @msg: The message buffer
331 * returns SUCCESS if it successfully copied message into the buffer
344 /* flush msg and acks as we are overwriting the message buffer */ in ixgbe_write_mbx_pf()
348 /* copy the caller specified message to the mailbox memory buffer */ in ixgbe_write_mbx_pf()
352 /* Interrupt VF to tell it a message has been sent and release buffer*/ in ixgbe_write_mbx_pf()
362 * ixgbe_read_mbx_pf - Read a message from the mailbox
364 * @msg: The message buffer
368 * This function copies a message from the mailbox buffer to the caller's
370 * a message due to a VF request so no polling for message is needed.
383 /* copy the message to the mailbox memory buffer */ in ixgbe_read_mbx_pf()
387 /* Acknowledge the message and release buffer */ in ixgbe_read_mbx_pf()