Searched refs:mbx_id (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_mbx.c43 * @mbx_id: id of mailbox to read
47 s32 ixgbe_read_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id) argument
59 ret_val = mbx->ops.read(hw, msg, size, mbx_id);
69 * @mbx_id: id of mailbox to write
73 s32 ixgbe_write_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id) argument
85 ret_val = mbx->ops.write(hw, msg, size, mbx_id);
93 * @mbx_id: id of mailbox to check
97 s32 ixgbe_check_for_msg(struct ixgbe_hw *hw, u16 mbx_id) argument
105 ret_val = mbx->ops.check_for_msg(hw, mbx_id);
113 * @mbx_id
117 ixgbe_check_for_ack(struct ixgbe_hw *hw, u16 mbx_id) argument
137 ixgbe_check_for_rst(struct ixgbe_hw *hw, u16 mbx_id) argument
157 ixgbe_poll_for_msg(struct ixgbe_hw *hw, u16 mbx_id) argument
189 ixgbe_poll_for_ack(struct ixgbe_hw *hw, u16 mbx_id) argument
224 ixgbe_read_posted_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id) argument
253 ixgbe_write_posted_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id) argument
334 ixgbe_check_for_msg_vf(struct ixgbe_hw *hw, u16 mbx_id) argument
356 ixgbe_check_for_ack_vf(struct ixgbe_hw *hw, u16 mbx_id) argument
378 ixgbe_check_for_rst_vf(struct ixgbe_hw *hw, u16 mbx_id) argument
425 ixgbe_write_mbx_vf(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id) argument
467 ixgbe_read_mbx_vf(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id) argument
[all...]
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_mbx.c42 u16 E1000_UNUSEDARG mbx_id)
56 u16 E1000_UNUSEDARG mbx_id)
68 * @mbx_id: id of mailbox to read
72 s32 e1000_read_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id) argument
84 ret_val = mbx->ops.read(hw, msg, size, mbx_id);
94 * @mbx_id: id of mailbox to write
98 s32 e1000_write_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id) argument
109 ret_val = mbx->ops.write(hw, msg, size, mbx_id);
117 * @mbx_id: id of mailbox to check
121 s32 e1000_check_for_msg(struct e1000_hw *hw, u16 mbx_id) argument
41 e1000_null_mbx_check_for_flag(struct e1000_hw E1000_UNUSEDARG *hw, u16 E1000_UNUSEDARG mbx_id) argument
53 e1000_null_mbx_transact(struct e1000_hw E1000_UNUSEDARG *hw, u32 E1000_UNUSEDARG *msg, u16 E1000_UNUSEDARG size, u16 E1000_UNUSEDARG mbx_id) argument
141 e1000_check_for_ack(struct e1000_hw *hw, u16 mbx_id) argument
161 e1000_check_for_rst(struct e1000_hw *hw, u16 mbx_id) argument
181 e1000_poll_for_msg(struct e1000_hw *hw, u16 mbx_id) argument
212 e1000_poll_for_ack(struct e1000_hw *hw, u16 mbx_id) argument
246 e1000_read_posted_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id) argument
275 e1000_write_posted_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id) argument
360 e1000_check_for_msg_vf(struct e1000_hw *hw, u16 E1000_UNUSEDARG mbx_id) argument
382 e1000_check_for_ack_vf(struct e1000_hw *hw, u16 E1000_UNUSEDARG mbx_id) argument
404 e1000_check_for_rst_vf(struct e1000_hw *hw, u16 E1000_UNUSEDARG mbx_id) argument
457 e1000_write_mbx_vf(struct e1000_hw *hw, u32 *msg, u16 size, u16 E1000_UNUSEDARG mbx_id) argument
498 e1000_read_mbx_vf(struct e1000_hw *hw, u32 *msg, u16 size, u16 E1000_UNUSEDARG mbx_id) argument
[all...]

Completed in 60 milliseconds