Home
last modified time | relevance | path

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

/freebsd-src/sys/dev/e1000/
H A De1000_mbx.c43 u16 E1000_UNUSEDARG mbx_id) in e1000_null_mbx_check_for_flag()
60 u16 E1000_UNUSEDARG mbx_id) in e1000_null_mbx_transact()
76 s32 e1000_read_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id) in e1000_read_mbx()
102 s32 e1000_write_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id) in e1000_write_mbx()
125 s32 e1000_check_for_msg(struct e1000_hw *hw, u16 mbx_id) in e1000_check_for_msg()
145 s32 e1000_check_for_ack(struct e1000_hw *hw, u16 mbx_id) in e1000_check_for_ack()
165 s32 e1000_check_for_rst(struct e1000_hw *hw, u16 mbx_id) in e1000_check_for_rst()
185 static s32 e1000_poll_for_msg(struct e1000_hw *hw, u16 mbx_id) in e1000_poll_for_msg()
216 static s32 e1000_poll_for_ack(struct e1000_hw *hw, u16 mbx_id) in e1000_poll_for_ack()
250 s32 e1000_read_posted_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id) in e1000_read_posted_mbx()
[all …]
/freebsd-src/sys/dev/ixgbe/
H A Dixgbe_mbx.c47 ixgbe_read_mbx(struct ixgbe_hw * hw,u32 * msg,u16 size,u16 mbx_id) ixgbe_read_mbx() argument
73 ixgbe_write_mbx(struct ixgbe_hw * hw,u32 * msg,u16 size,u16 mbx_id) ixgbe_write_mbx() argument
97 ixgbe_check_for_msg(struct ixgbe_hw * hw,u16 mbx_id) ixgbe_check_for_msg() argument
117 ixgbe_check_for_ack(struct ixgbe_hw * hw,u16 mbx_id) ixgbe_check_for_ack() argument
137 ixgbe_check_for_rst(struct ixgbe_hw * hw,u16 mbx_id) ixgbe_check_for_rst() argument
157 ixgbe_poll_for_msg(struct ixgbe_hw * hw,u16 mbx_id) ixgbe_poll_for_msg() argument
189 ixgbe_poll_for_ack(struct ixgbe_hw * hw,u16 mbx_id) ixgbe_poll_for_ack() argument
225 ixgbe_read_posted_mbx(struct ixgbe_hw * hw,u32 * msg,u16 size,u16 mbx_id) ixgbe_read_posted_mbx() argument
255 ixgbe_write_posted_mbx(struct ixgbe_hw * hw,u32 * msg,u16 size,u16 mbx_id) ixgbe_write_posted_mbx() argument
335 ixgbe_check_for_msg_vf(struct ixgbe_hw * hw,u16 mbx_id) ixgbe_check_for_msg_vf() argument
357 ixgbe_check_for_ack_vf(struct ixgbe_hw * hw,u16 mbx_id) ixgbe_check_for_ack_vf() argument
379 ixgbe_check_for_rst_vf(struct ixgbe_hw * hw,u16 mbx_id) ixgbe_check_for_rst_vf() argument
427 ixgbe_write_mbx_vf(struct ixgbe_hw * hw,u32 * msg,u16 size,u16 mbx_id) ixgbe_write_mbx_vf() argument
469 ixgbe_read_mbx_vf(struct ixgbe_hw * hw,u32 * msg,u16 size,u16 mbx_id) ixgbe_read_mbx_vf() argument
[all...]