Lines Matching full:message
7 * igb_read_mbx - Reads a message from the mailbox
9 * @msg: The message buffer
14 * returns SUCCESS if it successfully read message from buffer
33 * igb_write_mbx - Write a message to the mailbox
35 * @msg: The message buffer
39 * returns SUCCESS if it successfully copied message into the buffer
128 * igb_poll_for_msg - Wait for message notification
132 * returns SUCCESS if it successfully received a message notification
157 * igb_poll_for_ack - Wait for message acknowledgement
161 * returns SUCCESS if it successfully received a message acknowledgement
186 * igb_read_posted_mbx - Wait for message notification and receive message
188 * @msg: The message buffer
192 * returns SUCCESS if it successfully received a message notification and
213 * igb_write_posted_mbx - Write a message to the mailbox, wait for ack
215 * @msg: The message buffer
219 * returns SUCCESS if it successfully copied message into the buffer and
220 * received an ack to that message within delay * timeout period
364 * igb_write_mbx_pf - Places a message in the mailbox
366 * @msg: The message buffer
370 * returns SUCCESS if it successfully copied message into the buffer
383 /* flush msg and acks as we are overwriting the message buffer */ in igb_write_mbx_pf()
387 /* copy the caller specified message to the mailbox memory buffer */ in igb_write_mbx_pf()
391 /* Interrupt VF to tell it a message has been sent and release buffer*/ in igb_write_mbx_pf()
403 * igb_read_mbx_pf - Read a message from the mailbox
405 * @msg: The message buffer
410 * This function copies a message from the mailbox buffer to the caller's
412 * a message due to a VF request so no polling for message is needed.
425 /* copy the message to the mailbox memory buffer */ in igb_read_mbx_pf()
429 /* Acknowledge the message and release mailbox lock (or not) */ in igb_read_mbx_pf()