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

/freebsd-10-stable/sys/dev/ixgbe/
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...]
H A Dixv_mbx.c41 * @mbx_id: id of mailbox to write
45 static s32 ixgbe_poll_for_msg(struct ixgbe_hw *hw, u16 mbx_id) argument
55 while (countdown && mbx->ops.check_for_msg(hw, mbx_id)) {
64 "Polling for VF%d mailbox message timedout", mbx_id);
73 * @mbx_id: id of mailbox to write
77 static s32 ixgbe_poll_for_ack(struct ixgbe_hw *hw, u16 mbx_id) argument
87 while (countdown && mbx->ops.check_for_ack(hw, mbx_id)) {
96 "Polling for VF%d mailbox ack timedout", mbx_id);
107 * @mbx_id: id of mailbox to write
113 u16 mbx_id)
112 ixgbe_read_posted_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id) argument
142 ixgbe_write_posted_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id) argument
223 ixgbe_check_for_msg_vf(struct ixgbe_hw *hw, u16 mbx_id) argument
245 ixgbe_check_for_ack_vf(struct ixgbe_hw *hw, u16 mbx_id) argument
267 ixgbe_check_for_rst_vf(struct ixgbe_hw *hw, u16 mbx_id) argument
314 ixgbe_write_mbx_vf(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id) argument
356 ixgbe_read_mbx_vf(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id) argument
[all...]
/freebsd-10-stable/sys/dev/e1000/
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 108 milliseconds