Searched defs:mbx_id (Results 1 – 2 of 2) sorted by relevance
/dpdk/drivers/net/txgbe/base/ |
H A D | txgbe_mbx.c | 19 s32 txgbe_read_mbx(struct txgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id) in txgbe_read_mbx() 43 s32 txgbe_write_mbx(struct txgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id) in txgbe_write_mbx() 65 s32 txgbe_check_for_msg(struct txgbe_hw *hw, u16 mbx_id) in txgbe_check_for_msg() 83 s32 txgbe_check_for_ack(struct txgbe_hw *hw, u16 mbx_id) in txgbe_check_for_ack() 101 s32 txgbe_check_for_rst(struct txgbe_hw *hw, u16 mbx_id) in txgbe_check_for_rst() 119 STATIC s32 txgbe_poll_for_msg(struct txgbe_hw *hw, u16 mbx_id) in txgbe_poll_for_msg() 148 STATIC s32 txgbe_poll_for_ack(struct txgbe_hw *hw, u16 mbx_id) in txgbe_poll_for_ack() 180 s32 txgbe_read_posted_mbx(struct txgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id) in txgbe_read_posted_mbx() 208 u16 mbx_id) in txgbe_write_posted_mbx() 272 s32 txgbe_check_for_msg_vf(struct txgbe_hw *hw, u16 mbx_id) in txgbe_check_for_msg_vf() [all …]
|
/dpdk/drivers/common/idpf/base/ |
H A D | virtchnl2.h | 1378 __le16 mbx_id; member
|