Searched refs:mbx_id (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/drivers/net/e1000/base/ |
| H A D | e1000_mbx.c | 13 u16 E1000_UNUSEDARG mbx_id) in e1000_null_mbx_check_for_flag() argument 16 UNREFERENCED_2PARAMETER(hw, mbx_id); in e1000_null_mbx_check_for_flag() 31 u16 E1000_UNUSEDARG mbx_id) in e1000_null_mbx_transact() argument 337 u16 E1000_UNUSEDARG mbx_id) in e1000_check_for_msg_vf() argument 341 UNREFERENCED_1PARAMETER(mbx_id); in e1000_check_for_msg_vf() 360 u16 E1000_UNUSEDARG mbx_id) in e1000_check_for_ack_vf() argument 364 UNREFERENCED_1PARAMETER(mbx_id); in e1000_check_for_ack_vf() 383 u16 E1000_UNUSEDARG mbx_id) in e1000_check_for_rst_vf() argument 387 UNREFERENCED_1PARAMETER(mbx_id); in e1000_check_for_rst_vf() 442 UNREFERENCED_1PARAMETER(mbx_id); in e1000_write_mbx_vf() [all …]
|
| /f-stack/dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_mbx.c | 29 ret_val = mbx->ops.read(hw, msg, size, mbx_id); in ixgbe_read_mbx() 204 ret_val = ixgbe_poll_for_msg(hw, mbx_id); in ixgbe_read_posted_mbx() 224 u16 mbx_id) in ixgbe_write_posted_mbx() argument 240 ret_val = ixgbe_poll_for_ack(hw, mbx_id); in ixgbe_write_posted_mbx() 308 UNREFERENCED_1PARAMETER(mbx_id); in ixgbe_check_for_msg_vf() 330 UNREFERENCED_1PARAMETER(mbx_id); in ixgbe_check_for_ack_vf() 352 UNREFERENCED_1PARAMETER(mbx_id); in ixgbe_check_for_rst_vf() 396 u16 mbx_id) in ixgbe_write_mbx_vf() argument 401 UNREFERENCED_1PARAMETER(mbx_id); in ixgbe_write_mbx_vf() 438 u16 mbx_id) in ixgbe_read_mbx_vf() argument [all …]
|
| /f-stack/dpdk/drivers/net/txgbe/base/ |
| H A D | txgbe_mbx.c | 18 s32 txgbe_read_mbx(struct txgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id) in txgbe_read_mbx() argument 30 ret_val = mbx->read(hw, msg, size, 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() argument 55 ret_val = mbx->write(hw, msg, size, mbx_id); in txgbe_write_mbx() 68 s32 txgbe_check_for_msg(struct txgbe_hw *hw, u16 mbx_id) in txgbe_check_for_msg() argument 76 ret_val = mbx->check_for_msg(hw, 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() argument 96 ret_val = mbx->check_for_ack(hw, 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() argument 116 ret_val = mbx->check_for_rst(hw, mbx_id); in txgbe_check_for_rst()
|
| H A D | txgbe_mbx.h | 80 s32 txgbe_read_mbx(struct txgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id); 81 s32 txgbe_write_mbx(struct txgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id); 82 s32 txgbe_check_for_msg(struct txgbe_hw *hw, u16 mbx_id); 83 s32 txgbe_check_for_ack(struct txgbe_hw *hw, u16 mbx_id); 84 s32 txgbe_check_for_rst(struct txgbe_hw *hw, u16 mbx_id);
|
| H A D | txgbe_type.h | 631 u16 mbx_id); 633 u16 mbx_id); 634 s32 (*check_for_msg)(struct txgbe_hw *hw, u16 mbx_id); 635 s32 (*check_for_ack)(struct txgbe_hw *hw, u16 mbx_id); 636 s32 (*check_for_rst)(struct txgbe_hw *hw, u16 mbx_id);
|