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

/freebsd-10.3-release/sys/dev/e1000/
H A De1000_mbx.c72 s32 e1000_read_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id) argument
98 s32 e1000_write_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id) argument
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...]
/freebsd-10.3-release/sys/dev/ixgbe/
H A Dixgbe_mbx.c47 s32 ixgbe_read_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id) argument
73 s32 ixgbe_write_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id) argument
97 s32 ixgbe_check_for_msg(struct ixgbe_hw *hw, u16 mbx_id) argument
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...]

Completed in 58 milliseconds