Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_mbx.c13 u16 E1000_UNUSEDARG mbx_id) in e1000_null_mbx_check_for_flag()
31 u16 E1000_UNUSEDARG mbx_id) in e1000_null_mbx_transact()
97 s32 e1000_check_for_msg(struct e1000_hw *hw, u16 mbx_id) in e1000_check_for_msg()
117 s32 e1000_check_for_ack(struct e1000_hw *hw, u16 mbx_id) in e1000_check_for_ack()
137 s32 e1000_check_for_rst(struct e1000_hw *hw, u16 mbx_id) in e1000_check_for_rst()
157 STATIC s32 e1000_poll_for_msg(struct e1000_hw *hw, u16 mbx_id) in e1000_poll_for_msg()
337 u16 E1000_UNUSEDARG mbx_id) in e1000_check_for_msg_vf()
360 u16 E1000_UNUSEDARG mbx_id) in e1000_check_for_ack_vf()
383 u16 E1000_UNUSEDARG mbx_id) in e1000_check_for_rst_vf()
437 u16 E1000_UNUSEDARG mbx_id) in e1000_write_mbx_vf()
[all …]
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_mbx.c17 s32 ixgbe_read_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id) in ixgbe_read_mbx()
67 s32 ixgbe_check_for_msg(struct ixgbe_hw *hw, u16 mbx_id) in ixgbe_check_for_msg()
87 s32 ixgbe_check_for_ack(struct ixgbe_hw *hw, u16 mbx_id) in ixgbe_check_for_ack()
107 s32 ixgbe_check_for_rst(struct ixgbe_hw *hw, u16 mbx_id) in ixgbe_check_for_rst()
127 STATIC s32 ixgbe_poll_for_msg(struct ixgbe_hw *hw, u16 mbx_id) in ixgbe_poll_for_msg()
159 STATIC s32 ixgbe_poll_for_ack(struct ixgbe_hw *hw, u16 mbx_id) in ixgbe_poll_for_ack()
224 u16 mbx_id) in ixgbe_write_posted_mbx()
304 STATIC s32 ixgbe_check_for_msg_vf(struct ixgbe_hw *hw, u16 mbx_id) in ixgbe_check_for_msg_vf()
326 STATIC s32 ixgbe_check_for_ack_vf(struct ixgbe_hw *hw, u16 mbx_id) in ixgbe_check_for_ack_vf()
396 u16 mbx_id) in ixgbe_write_mbx_vf()
[all …]
/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_mbx.c18 s32 txgbe_read_mbx(struct txgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id) in txgbe_read_mbx()
44 s32 txgbe_write_mbx(struct txgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id) in txgbe_write_mbx()
68 s32 txgbe_check_for_msg(struct txgbe_hw *hw, u16 mbx_id) in txgbe_check_for_msg()
88 s32 txgbe_check_for_ack(struct txgbe_hw *hw, u16 mbx_id) in txgbe_check_for_ack()
108 s32 txgbe_check_for_rst(struct txgbe_hw *hw, u16 mbx_id) in txgbe_check_for_rst()