Lines Matching refs:u16
42 void (*release)(struct ixgbe_hw *hw, u16 mbx_id);
43 s32 (*read)(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id);
44 s32 (*write)(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id);
45 s32 (*check_for_msg)(struct ixgbe_hw *hw, u16 vf_number);
46 s32 (*check_for_ack)(struct ixgbe_hw *hw, u16 vf_number);
47 s32 (*check_for_rst)(struct ixgbe_hw *hw, u16 vf_number);
48 s32 (*clear)(struct ixgbe_hw *hw, u16 vf_number);
71 u16 size;
192 s32 ixgbe_read_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id);
193 s32 ixgbe_poll_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id);
194 s32 ixgbe_write_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id);
195 s32 ixgbe_check_for_msg(struct ixgbe_hw *hw, u16 mbx_id);
196 s32 ixgbe_check_for_ack(struct ixgbe_hw *hw, u16 mbx_id);
197 s32 ixgbe_check_for_rst(struct ixgbe_hw *hw, u16 mbx_id);
198 s32 ixgbe_clear_mbx(struct ixgbe_hw *hw, u16 vf_number);
202 void ixgbe_init_mbx_params_pf_id(struct ixgbe_hw *hw, u16 vf_id);
203 void ixgbe_upgrade_mbx_params_pf(struct ixgbe_hw *hw, u16 vf_id);