Lines Matching full:message
8 * ixgbevf_poll_for_msg - Wait for message notification
11 * returns 0 if it successfully received a message notification
30 * ixgbevf_poll_for_ack - Wait for message acknowledgment
33 * returns 0 if it successfully received a message acknowledgment
255 * ixgbevf_write_mbx_vf - Write a message to the mailbox
257 * @msg: The message buffer
260 * returns 0 if it successfully copied message into the buffer
273 /* flush msg and acks as we are overwriting the message buffer */ in ixgbevf_write_mbx_vf()
277 /* copy the caller specified message to the mailbox memory buffer */ in ixgbevf_write_mbx_vf()
284 /* interrupt the PF to tell it a message has been sent */ in ixgbevf_write_mbx_vf()
299 * ixgbevf_write_mbx_vf_legacy - Write a message to the mailbox
301 * @msg: The message buffer
304 * returns 0 if it successfully copied message into the buffer
316 /* flush msg and acks as we are overwriting the message buffer */ in ixgbevf_write_mbx_vf_legacy()
322 /* copy the caller specified message to the mailbox memory buffer */ in ixgbevf_write_mbx_vf_legacy()
329 /* Drop VFU and interrupt the PF to tell it a message has been sent */ in ixgbevf_write_mbx_vf_legacy()
337 * ixgbevf_read_mbx_vf - Reads a message from the inbox intended for VF
339 * @msg: The message buffer
342 * returns 0 if it successfully read message from buffer
350 /* check if there is a message from PF */ in ixgbevf_read_mbx_vf()
357 /* copy the message from the mailbox memory buffer */ in ixgbevf_read_mbx_vf()
373 * ixgbevf_read_mbx_vf_legacy - Reads a message from the inbox intended for VF
375 * @msg: The message buffer
378 * returns 0 if it successfully read message from buffer
390 /* copy the message from the mailbox memory buffer */ in ixgbevf_read_mbx_vf_legacy()
432 * ixgbevf_poll_mbx - Wait for message and read it from the mailbox
434 * @msg: The message buffer
437 * returns 0 if it successfully read message from buffer
452 /* if ack received read message, otherwise we timed out */ in ixgbevf_poll_mbx()
460 * ixgbevf_write_mbx - Write a message to the mailbox and wait for ACK
462 * @msg: The message buffer
465 * returns 0 if it successfully copied message into the buffer and
466 * received an ACK to that message within specified period