Searched defs:mbx_id (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/igb/
H A De1000_mbx.c39 s32 igb_read_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id) argument
63 s32 igb_write_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id) argument
84 s32 igb_check_for_msg(struct e1000_hw *hw, u16 mbx_id) argument
102 igb_check_for_ack(struct e1000_hw *hw, u16 mbx_id) argument
120 igb_check_for_rst(struct e1000_hw *hw, u16 mbx_id) argument
138 igb_poll_for_msg(struct e1000_hw *hw, u16 mbx_id) argument
167 igb_poll_for_ack(struct e1000_hw *hw, u16 mbx_id) argument
199 igb_read_posted_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id) argument
225 igb_write_posted_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbe/
H A Dixgbe_mbx.c43 s32 ixgbe_read_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id) argument
67 s32 ixgbe_write_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id) argument
88 s32 ixgbe_check_for_msg(struct ixgbe_hw *hw, u16 mbx_id) argument
106 ixgbe_check_for_ack(struct ixgbe_hw *hw, u16 mbx_id) argument
124 ixgbe_check_for_rst(struct ixgbe_hw *hw, u16 mbx_id) argument
142 ixgbe_poll_for_msg(struct ixgbe_hw *hw, u16 mbx_id) argument
171 ixgbe_poll_for_ack(struct ixgbe_hw *hw, u16 mbx_id) argument
203 ixgbe_read_posted_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id) argument
230 ixgbe_write_posted_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id) argument
[all...]

Completed in 112 milliseconds