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
324 * ixgbe_write_mbx_pf - Places a message in the mailbox
326 * @msg: The message buffer
330 * returns SUCCESS if it successfully copied message into the buffer
343 /* flush msg and acks as we are overwriting the message buffer */ in ixgbe_write_mbx_pf()
347 /* copy the caller specified message to the mailbox memory buffer */ in ixgbe_write_mbx_pf()
351 /* Interrupt VF to tell it a message has been sent and release buffer*/ in ixgbe_write_mbx_pf()
361 * ixgbe_read_mbx_pf - Read a message from the mailbox
363 * @msg: The message buffer
367 * This function copies a message from the mailbox buffer to the caller's
369 * a message due to a VF request so no polling for message is needed.
382 /* copy the message to the mailbox memory buffer */ in ixgbe_read_mbx_pf()
386 /* Acknowledge the message and release buffer */ in ixgbe_read_mbx_pf()