Searched defs:mbx_id (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/intel/ixgbe/ | 
| D | ixgbe_mbx.c | 18 s32 ixgbe_read_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id)  in ixgbe_read_mbx() 41 s32 ixgbe_write_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id)  in ixgbe_write_mbx() 61 s32 ixgbe_check_for_msg(struct ixgbe_hw *hw, u16 mbx_id)  in ixgbe_check_for_msg() 78 s32 ixgbe_check_for_ack(struct ixgbe_hw *hw, u16 mbx_id)  in ixgbe_check_for_ack() 95 s32 ixgbe_check_for_rst(struct ixgbe_hw *hw, u16 mbx_id)  in ixgbe_check_for_rst() 112 static s32 ixgbe_poll_for_msg(struct ixgbe_hw *hw, u16 mbx_id)  in ixgbe_poll_for_msg() 137 static s32 ixgbe_poll_for_ack(struct ixgbe_hw *hw, u16 mbx_id)  in ixgbe_poll_for_ack() 166 				 u16 mbx_id)  in ixgbe_read_posted_mbx() 193 			   u16 mbx_id)  in ixgbe_write_posted_mbx()
  | 
| /Linux-v5.4/drivers/net/ethernet/intel/igb/ | 
| D | e1000_mbx.c | 15 s32 igb_read_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id,  in igb_read_mbx() 40 s32 igb_write_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id)  in igb_write_mbx() 61 s32 igb_check_for_msg(struct e1000_hw *hw, u16 mbx_id)  in igb_check_for_msg() 79 s32 igb_check_for_ack(struct e1000_hw *hw, u16 mbx_id)  in igb_check_for_ack() 97 s32 igb_check_for_rst(struct e1000_hw *hw, u16 mbx_id)  in igb_check_for_rst() 115 s32 igb_unlock_mbx(struct e1000_hw *hw, u16 mbx_id)  in igb_unlock_mbx() 133 static s32 igb_poll_for_msg(struct e1000_hw *hw, u16 mbx_id)  in igb_poll_for_msg() 162 static s32 igb_poll_for_ack(struct e1000_hw *hw, u16 mbx_id)  in igb_poll_for_ack() 195 			       u16 mbx_id)  in igb_read_posted_mbx() 222 				u16 mbx_id)  in igb_write_posted_mbx()
  |