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

/freebsd-12-stable/sys/dev/ixgbe/
H A Dixgbe_mbx.c42 * @mbx_id: id of mailbox to write
46 static s32 ixgbe_poll_for_msg(struct ixgbe_hw *hw, u16 mbx_id) argument
56 while (countdown && mbx->ops.check_for_msg(hw, mbx_id)) {
65 "Polling for VF%d mailbox message timedout", mbx_id);
74 * @mbx_id: id of mailbox to write
78 static s32 ixgbe_poll_for_ack(struct ixgbe_hw *hw, u16 mbx_id) argument
88 while (countdown && mbx->ops.check_for_ack(hw, mbx_id)) {
97 "Polling for VF%d mailbox ack timedout", mbx_id);
108 * @mbx_id: id of mailbox to write
114 u16 mbx_id)
113 ixgbe_read_posted_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id) argument
143 ixgbe_write_posted_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id) argument
224 ixgbe_check_for_msg_vf(struct ixgbe_hw *hw, u16 mbx_id) argument
246 ixgbe_check_for_ack_vf(struct ixgbe_hw *hw, u16 mbx_id) argument
268 ixgbe_check_for_rst_vf(struct ixgbe_hw *hw, u16 mbx_id) argument
315 ixgbe_write_mbx_vf(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id) argument
357 ixgbe_read_mbx_vf(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id) argument
[all...]
/freebsd-12-stable/sys/dev/e1000/
H A De1000_mbx.c43 u16 E1000_UNUSEDARG mbx_id)
57 u16 E1000_UNUSEDARG mbx_id)
69 * @mbx_id: id of mailbox to read
73 s32 e1000_read_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id) argument
85 ret_val = mbx->ops.read(hw, msg, size, mbx_id);
95 * @mbx_id: id of mailbox to write
99 s32 e1000_write_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id) argument
110 ret_val = mbx->ops.write(hw, msg, size, mbx_id);
118 * @mbx_id: id of mailbox to check
122 s32 e1000_check_for_msg(struct e1000_hw *hw, u16 mbx_id) argument
42 e1000_null_mbx_check_for_flag(struct e1000_hw E1000_UNUSEDARG *hw, u16 E1000_UNUSEDARG mbx_id) argument
54 e1000_null_mbx_transact(struct e1000_hw E1000_UNUSEDARG *hw, u32 E1000_UNUSEDARG *msg, u16 E1000_UNUSEDARG size, u16 E1000_UNUSEDARG mbx_id) argument
142 e1000_check_for_ack(struct e1000_hw *hw, u16 mbx_id) argument
162 e1000_check_for_rst(struct e1000_hw *hw, u16 mbx_id) argument
182 e1000_poll_for_msg(struct e1000_hw *hw, u16 mbx_id) argument
213 e1000_poll_for_ack(struct e1000_hw *hw, u16 mbx_id) argument
247 e1000_read_posted_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id) argument
276 e1000_write_posted_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id) argument
361 e1000_check_for_msg_vf(struct e1000_hw *hw, u16 E1000_UNUSEDARG mbx_id) argument
383 e1000_check_for_ack_vf(struct e1000_hw *hw, u16 E1000_UNUSEDARG mbx_id) argument
405 e1000_check_for_rst_vf(struct e1000_hw *hw, u16 E1000_UNUSEDARG mbx_id) argument
458 e1000_write_mbx_vf(struct e1000_hw *hw, u32 *msg, u16 size, u16 E1000_UNUSEDARG mbx_id) argument
499 e1000_read_mbx_vf(struct e1000_hw *hw, u32 *msg, u16 size, u16 E1000_UNUSEDARG mbx_id) argument
[all...]

Completed in 106 milliseconds