Lines Matching full:message
7 * e1000_poll_for_msg - Wait for message notification
10 * returns SUCCESS if it successfully received a message notification
33 * e1000_poll_for_ack - Wait for message acknowledgment
36 * returns SUCCESS if it successfully received a message acknowledgment
59 * e1000_read_posted_mbx - Wait for message notification and receive message
61 * @msg: The message buffer
64 * returns SUCCESS if it successfully received a message notification and
77 /* if ack received read message, otherwise we timed out */ in e1000_read_posted_mbx()
85 * e1000_write_posted_mbx - Write a message to the mailbox, wait for ack
87 * @msg: The message buffer
90 * returns SUCCESS if it successfully copied message into the buffer and
91 * received an ack to that message within delay * timeout period
232 * e1000_write_mbx_vf - Write a message to the mailbox
234 * @msg: The message buffer
237 * returns SUCCESS if it successfully copied message into the buffer
255 /* copy the caller specified message to the mailbox memory buffer */ in e1000_write_mbx_vf()
262 /* Drop VFU and interrupt the PF to tell it a message has been sent */ in e1000_write_mbx_vf()
270 * e1000_read_mbx_vf - Reads a message from the inbox intended for VF
272 * @msg: The message buffer
275 * returns SUCCESS if it successfully read message from buffer
289 /* copy the message from the mailbox memory buffer */ in e1000_read_mbx_vf()