Lines Matching full:message
8 * ixgbevf_poll_for_msg - Wait for message notification
11 * returns 0 if it successfully received a message notification
31 * ixgbevf_poll_for_ack - Wait for message acknowledgment
34 * returns 0 if it successfully received a message acknowledgment
54 * ixgbevf_read_posted_mbx - Wait for message notification and receive message
56 * @msg: The message buffer
59 * returns 0 if it successfully received a message notification and
72 /* if ack received read message, otherwise we timed out */ in ixgbevf_read_posted_mbx()
80 * ixgbevf_write_posted_mbx - Write a message to the mailbox, wait for ack
82 * @msg: The message buffer
85 * returns 0 if it successfully copied message into the buffer and
86 * received an ack to that message within delay * timeout period
221 * ixgbevf_write_mbx_vf - Write a message to the mailbox
223 * @msg: The message buffer
226 * returns 0 if it successfully copied message into the buffer
238 /* flush msg and acks as we are overwriting the message buffer */ in ixgbevf_write_mbx_vf()
242 /* copy the caller specified message to the mailbox memory buffer */ in ixgbevf_write_mbx_vf()
249 /* Drop VFU and interrupt the PF to tell it a message has been sent */ in ixgbevf_write_mbx_vf()
257 * ixgbevf_read_mbx_vf - Reads a message from the inbox intended for VF
259 * @msg: The message buffer
262 * returns 0 if it successfully read message from buffer
274 /* copy the message from the mailbox memory buffer */ in ixgbevf_read_mbx_vf()