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
216 * @mbx_data: pointer to structure containing mailbox data
217 * @vf_info: mailbox tracking structure for the VF in question
275 /* Clear any previously held data in mailbox snapshot structure. */ in ice_mbx_vf_state_handler()
338 * @vf_info: the mailbox tracking structure for a VF
351 * @hw: pointer to the hardware structure
352 * @vf_info: the mailbox tracking info structure for a VF
354 * Initialize a VF mailbox tracking info structure and insert it into the
357 * If you remove the VF, you must also delete the associated VF info structure
370 * @hw: pointer to the hardware structure
372 * Clear the mailbox snapshot structure and initialize the VF mailbox list.