| /dpdk/drivers/net/txgbe/base/ |
| H A D | txgbe_mbx.c | 29 ret_val = mbx->read(hw, msg, size, mbx_id); in txgbe_read_mbx() 71 ret_val = mbx->check_for_msg(hw, mbx_id); in txgbe_check_for_msg() 89 ret_val = mbx->check_for_ack(hw, mbx_id); in txgbe_check_for_ack() 208 u16 mbx_id) in txgbe_write_posted_mbx() argument 276 UNREFERENCED_PARAMETER(mbx_id); in txgbe_check_for_msg_vf() 297 UNREFERENCED_PARAMETER(mbx_id); in txgbe_check_for_ack_vf() 318 UNREFERENCED_PARAMETER(mbx_id); in txgbe_check_for_rst_vf() 359 u16 mbx_id) in txgbe_write_mbx_vf() argument 364 UNREFERENCED_PARAMETER(mbx_id); in txgbe_write_mbx_vf() 399 u16 mbx_id) in txgbe_read_mbx_vf() argument [all …]
|
| H A D | txgbe_mbx.h | 90 s32 txgbe_read_mbx(struct txgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id); 91 s32 txgbe_write_mbx(struct txgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id); 92 s32 txgbe_read_posted_mbx(struct txgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id); 94 s32 txgbe_check_for_msg(struct txgbe_hw *hw, u16 mbx_id); 95 s32 txgbe_check_for_ack(struct txgbe_hw *hw, u16 mbx_id); 96 s32 txgbe_check_for_rst(struct txgbe_hw *hw, u16 mbx_id); 106 s32 txgbe_read_mbx_vf(struct txgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id); 107 s32 txgbe_write_mbx_vf(struct txgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id); 108 s32 txgbe_check_for_msg_vf(struct txgbe_hw *hw, u16 mbx_id); 109 s32 txgbe_check_for_ack_vf(struct txgbe_hw *hw, u16 mbx_id); [all …]
|
| H A D | txgbe_type.h | 734 u16 mbx_id); 736 u16 mbx_id); 737 s32 (*check_for_msg)(struct txgbe_hw *hw, u16 mbx_id); 738 s32 (*check_for_ack)(struct txgbe_hw *hw, u16 mbx_id); 739 s32 (*check_for_rst)(struct txgbe_hw *hw, u16 mbx_id);
|
| /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 …]
|
| /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 …]
|
| /dpdk/drivers/net/ngbe/base/ |
| H A D | ngbe_mbx.c | 19 s32 ngbe_read_mbx(struct ngbe_hw *hw, u32 *msg, u16 size, u16 mbx_id) in ngbe_read_mbx() argument 29 ret_val = mbx->read(hw, msg, size, mbx_id); in ngbe_read_mbx() 43 s32 ngbe_write_mbx(struct ngbe_hw *hw, u32 *msg, u16 size, u16 mbx_id) in ngbe_write_mbx() argument 52 ret_val = mbx->write(hw, msg, size, mbx_id); in ngbe_write_mbx() 65 s32 ngbe_check_for_msg(struct ngbe_hw *hw, u16 mbx_id) in ngbe_check_for_msg() argument 71 ret_val = mbx->check_for_msg(hw, mbx_id); in ngbe_check_for_msg() 83 s32 ngbe_check_for_ack(struct ngbe_hw *hw, u16 mbx_id) in ngbe_check_for_ack() argument 89 ret_val = mbx->check_for_ack(hw, mbx_id); in ngbe_check_for_ack() 101 s32 ngbe_check_for_rst(struct ngbe_hw *hw, u16 mbx_id) in ngbe_check_for_rst() argument 107 ret_val = mbx->check_for_rst(hw, mbx_id); in ngbe_check_for_rst()
|
| H A D | ngbe_mbx.h | 76 s32 ngbe_read_mbx(struct ngbe_hw *hw, u32 *msg, u16 size, u16 mbx_id); 77 s32 ngbe_write_mbx(struct ngbe_hw *hw, u32 *msg, u16 size, u16 mbx_id); 78 s32 ngbe_check_for_msg(struct ngbe_hw *hw, u16 mbx_id); 79 s32 ngbe_check_for_ack(struct ngbe_hw *hw, u16 mbx_id); 80 s32 ngbe_check_for_rst(struct ngbe_hw *hw, u16 mbx_id);
|
| H A D | ngbe_type.h | 386 s32 (*check_for_msg)(struct ngbe_hw *hw, u16 mbx_id); 387 s32 (*check_for_ack)(struct ngbe_hw *hw, u16 mbx_id); 388 s32 (*check_for_rst)(struct ngbe_hw *hw, u16 mbx_id);
|