Searched defs:vf_number (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/sys/dev/e1000/
H A De1000_mbx.c573 static s32 e1000_check_for_msg_pf(struct e1000_hw *hw, u16 vf_number) argument
594 static s32 e1000_check_for_ack_pf(struct e1000_hw *hw, u16 vf_number) argument
615 static s32 e1000_check_for_rst_pf(struct e1000_hw *hw, u16 vf_number) argument
638 e1000_obtain_mbx_lock_pf(struct e1000_hw *hw, u16 vf_number) argument
665 e1000_write_mbx_pf(struct e1000_hw *hw, u32 *msg, u16 size, u16 vf_number) argument
708 e1000_read_mbx_pf(struct e1000_hw *hw, u32 *msg, u16 size, u16 vf_number) argument
[all...]
H A De1000_vf.h257 u32 vf_number; member in struct:e1000_dev_spec_vf
H A De1000_hw.h972 u32 vf_number; member in struct:e1000_dev_spec_vf
/freebsd-10.2-release/sys/dev/ixgbe/
H A Dixgbe_mbx.c547 static s32 ixgbe_check_for_msg_pf(struct ixgbe_hw *hw, u16 vf_number) argument
571 static s32 ixgbe_check_for_ack_pf(struct ixgbe_hw *hw, u16 vf_number) argument
595 static s32 ixgbe_check_for_rst_pf(struct ixgbe_hw *hw, u16 vf_number) argument
633 ixgbe_obtain_mbx_lock_pf(struct ixgbe_hw *hw, u16 vf_number) argument
664 ixgbe_write_mbx_pf(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 vf_number) argument
707 ixgbe_read_mbx_pf(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 vf_number) argument
[all...]

Completed in 103 milliseconds