Home
last modified time | relevance | path

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

/illumos-gate/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
129 ret_val = mbx->ops.check_for_msg(hw, mbx_id); in e1000_check_for_msg()
149 ret_val = mbx->ops.check_for_ack(hw, mbx_id); in e1000_check_for_ack()
256 ret_val = e1000_poll_for_msg(hw, mbx_id); in e1000_read_posted_mbx()
291 ret_val = e1000_poll_for_ack(hw, mbx_id); in e1000_write_posted_mbx()
361 u16 E1000_UNUSEDARG mbx_id) in e1000_check_for_msg_vf() argument
383 u16 E1000_UNUSEDARG mbx_id) in e1000_check_for_ack_vf() argument
405 u16 E1000_UNUSEDARG mbx_id) in e1000_check_for_rst_vf() argument
458 u16 E1000_UNUSEDARG mbx_id) in e1000_write_mbx_vf() argument
[all …]
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_mbx.c114 u16 mbx_id) in ixgbe_read_posted_mbx() argument
124 ret_val = ixgbe_poll_for_msg(hw, mbx_id); in ixgbe_read_posted_mbx()
144 u16 mbx_id) in ixgbe_write_posted_mbx() argument
160 ret_val = ixgbe_poll_for_ack(hw, mbx_id); in ixgbe_write_posted_mbx()
228 UNREFERENCED_1PARAMETER(mbx_id); in ixgbe_check_for_msg_vf()
250 UNREFERENCED_1PARAMETER(mbx_id); in ixgbe_check_for_ack_vf()
272 UNREFERENCED_1PARAMETER(mbx_id); in ixgbe_check_for_rst_vf()
316 u16 mbx_id) in ixgbe_write_mbx_vf() argument
321 UNREFERENCED_1PARAMETER(mbx_id); in ixgbe_write_mbx_vf()
358 u16 mbx_id) in ixgbe_read_mbx_vf() argument
[all …]