Searched defs:txgbe_mbx_info (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/drivers/net/txgbe/base/ |
| H A D | txgbe_type.h | 626 struct txgbe_mbx_info { struct 627 void (*init_params)(struct txgbe_hw *hw); 628 s32 (*read)(struct txgbe_hw *hw, u32 *msg, u16 size, u16 vf_number); 630 s32 (*read_posted)(struct txgbe_hw *hw, u32 *msg, u16 size, 632 s32 (*write_posted)(struct txgbe_hw *hw, u32 *msg, u16 size, 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); 638 struct txgbe_mbx_stats stats; 639 u32 timeout; [all …]
|