Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_mbx.c47 s32 ixgbe_read_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id) in ixgbe_read_mbx() argument
59 ret_val = mbx->ops.read(hw, msg, size, mbx_id); in ixgbe_read_mbx()
73 s32 ixgbe_write_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id) in ixgbe_write_mbx() argument
84 ret_val = mbx->ops.write(hw, msg, size, mbx_id); in ixgbe_write_mbx()
96 s32 ixgbe_check_for_msg(struct ixgbe_hw *hw, u16 mbx_id) in ixgbe_check_for_msg() argument
104 ret_val = mbx->ops.check_for_msg(hw, mbx_id); in ixgbe_check_for_msg()
116 s32 ixgbe_check_for_ack(struct ixgbe_hw *hw, u16 mbx_id) in ixgbe_check_for_ack() argument
124 ret_val = mbx->ops.check_for_ack(hw, mbx_id); in ixgbe_check_for_ack()
136 s32 ixgbe_check_for_rst(struct ixgbe_hw *hw, u16 mbx_id) in ixgbe_check_for_rst() argument
144 ret_val = mbx->ops.check_for_rst(hw, mbx_id); in ixgbe_check_for_rst()
[all …]
/titanic_41/usr/src/uts/common/io/e1000api/
H A De1000_mbx.c42 u16 E1000_UNUSEDARG mbx_id) in e1000_null_mbx_check_for_flag() argument
56 u16 E1000_UNUSEDARG mbx_id) in e1000_null_mbx_transact() argument
72 s32 e1000_read_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id) in e1000_read_mbx() argument
84 ret_val = mbx->ops.read(hw, msg, size, mbx_id); in e1000_read_mbx()
98 s32 e1000_write_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id) in e1000_write_mbx() argument
109 ret_val = mbx->ops.write(hw, msg, size, mbx_id); in e1000_write_mbx()
121 s32 e1000_check_for_msg(struct e1000_hw *hw, u16 mbx_id) in e1000_check_for_msg() argument
129 ret_val = mbx->ops.check_for_msg(hw, mbx_id); in e1000_check_for_msg()
141 s32 e1000_check_for_ack(struct e1000_hw *hw, u16 mbx_id) in e1000_check_for_ack() argument
149 ret_val = mbx->ops.check_for_ack(hw, mbx_id); in e1000_check_for_ack()
[all …]