Lines Matching full:mailbox
10 * ixgbe_read_mbx - Reads a message from the mailbox
14 * @mbx_id: id of mailbox to read
22 /* limit read to size of mailbox */ in ixgbe_read_mbx()
33 * ixgbe_write_mbx - Write a message to the mailbox
37 * @mbx_id: id of mailbox to write
57 * @mbx_id: id of mailbox to check
74 * @mbx_id: id of mailbox to check
91 * @mbx_id: id of mailbox to check
108 * @mbx_id: id of mailbox to write
133 * @mbx_id: id of mailbox to write
160 * @mbx_id: id of mailbox to write
183 * ixgbe_write_posted_mbx - Write a message to the mailbox, wait for ack
187 * @mbx_id: id of mailbox to write
302 * ixgbe_obtain_mbx_lock_pf - obtain mailbox lock
306 * return SUCCESS if we obtained the mailbox lock
315 /* reserve mailbox for vf use */ in ixgbe_obtain_mbx_lock_pf()
324 * ixgbe_write_mbx_pf - Places a message in the mailbox
338 /* lock the mailbox to prevent pf/vf race condition */ in ixgbe_write_mbx_pf()
347 /* copy the caller specified message to the mailbox memory buffer */ in ixgbe_write_mbx_pf()
361 * ixgbe_read_mbx_pf - Read a message from the mailbox
367 * This function copies a message from the mailbox buffer to the caller's
377 /* lock the mailbox to prevent pf/vf race condition */ in ixgbe_read_mbx_pf()
382 /* copy the message to the mailbox memory buffer */ in ixgbe_read_mbx_pf()
397 * ixgbe_init_mbx_params_pf - set initial values for pf mailbox
400 * Initializes the hw->mbx struct to correct values for pf mailbox