Home
last modified time | relevance | path

Searched refs:mbx_id (Results 1 – 2 of 2) sorted by relevance

/drivers/net/ethernet/intel/igb/
De1000_mbx.c35 s32 igb_read_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id) in igb_read_mbx() argument
45 ret_val = mbx->ops.read(hw, msg, size, mbx_id); in igb_read_mbx()
59 s32 igb_write_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id) in igb_write_mbx() argument
68 ret_val = mbx->ops.write(hw, msg, size, mbx_id); in igb_write_mbx()
80 s32 igb_check_for_msg(struct e1000_hw *hw, u16 mbx_id) in igb_check_for_msg() argument
86 ret_val = mbx->ops.check_for_msg(hw, mbx_id); in igb_check_for_msg()
98 s32 igb_check_for_ack(struct e1000_hw *hw, u16 mbx_id) in igb_check_for_ack() argument
104 ret_val = mbx->ops.check_for_ack(hw, mbx_id); in igb_check_for_ack()
116 s32 igb_check_for_rst(struct e1000_hw *hw, u16 mbx_id) in igb_check_for_rst() argument
122 ret_val = mbx->ops.check_for_rst(hw, mbx_id); in igb_check_for_rst()
[all …]
/drivers/net/ethernet/intel/ixgbe/
Dixgbe_mbx.c43 s32 ixgbe_read_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id) in ixgbe_read_mbx() argument
54 return mbx->ops.read(hw, msg, size, mbx_id); in ixgbe_read_mbx()
66 s32 ixgbe_write_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id) in ixgbe_write_mbx() argument
76 return mbx->ops.write(hw, msg, size, mbx_id); in ixgbe_write_mbx()
86 s32 ixgbe_check_for_msg(struct ixgbe_hw *hw, u16 mbx_id) in ixgbe_check_for_msg() argument
93 return mbx->ops.check_for_msg(hw, mbx_id); in ixgbe_check_for_msg()
103 s32 ixgbe_check_for_ack(struct ixgbe_hw *hw, u16 mbx_id) in ixgbe_check_for_ack() argument
110 return mbx->ops.check_for_ack(hw, mbx_id); in ixgbe_check_for_ack()
120 s32 ixgbe_check_for_rst(struct ixgbe_hw *hw, u16 mbx_id) in ixgbe_check_for_rst() argument
127 return mbx->ops.check_for_rst(hw, mbx_id); in ixgbe_check_for_rst()
[all …]