Lines Matching full:structure
9 * @hw: pointer to the hardware structure
89 * 1. The mailbox snapshot structure, ice_mbx_snapshot, is initialized during
95 * interrupt, the structure ice_mbx_snapshot is expected to be cleared before
98 * ice_mbx_reset_vf_info() for each VF tracking structure.
105 * 4. Every time a message is read from the MBX queue, a tracking structure
114 * structure for each VF. The PF should clear the VF tracking structure if the
129 * ice_mbx_reset_snapshot - Reset mailbox snapshot structure
136 /* Clear mbx_buf in the mailbox snaphot structure and setting the in ice_mbx_reset_snapshot()
188 * @vf_info: mailbox tracking structure for a VF
248 * @mbx_data: pointer to structure containing mailbox data
249 * @vf_info: mailbox tracking structure for the VF in question
307 /* Clear any previously held data in mailbox snapshot structure. */ in ice_mbx_vf_state_handler()
370 * @vf_info: the mailbox tracking structure for a VF
383 * @hw: pointer to the hardware structure
384 * @vf_info: the mailbox tracking info structure for a VF
386 * Initialize a VF mailbox tracking info structure and insert it into the
389 * If you remove the VF, you must also delete the associated VF info structure
402 * @hw: pointer to the hardware structure
404 * Clear the mailbox snapshot structure and initialize the VF mailbox list.