Searched defs:vf_number (Results 1 – 5 of 5) sorted by relevance
| /trueos/sys/dev/ixgbe/ |
| HD | ixgbe_mbx.c | 547 static s32 ixgbe_check_for_msg_pf(struct ixgbe_hw *hw, u16 vf_number) in ixgbe_check_for_msg_pf() 571 static s32 ixgbe_check_for_ack_pf(struct ixgbe_hw *hw, u16 vf_number) in ixgbe_check_for_ack_pf() 595 static s32 ixgbe_check_for_rst_pf(struct ixgbe_hw *hw, u16 vf_number) in ixgbe_check_for_rst_pf() 633 static s32 ixgbe_obtain_mbx_lock_pf(struct ixgbe_hw *hw, u16 vf_number) in ixgbe_obtain_mbx_lock_pf() 665 u16 vf_number) in ixgbe_write_mbx_pf() 708 u16 vf_number) in ixgbe_read_mbx_pf()
|
| HD | ixgbe_type.h | 2705 #define IXGBE_MBVFICR_INDEX(vf_number) (vf_number >> 4) argument 2762 #define IXGBE_PVFTDWBALn(q_per_pool, vf_number, vf_q_index) \ argument 2764 #define IXGBE_PVFTDWBAHn(q_per_pool, vf_number, vf_q_index) \ argument 2767 #define IXGBE_PVFTDHn(q_per_pool, vf_number, vf_q_index) \ argument 2769 #define IXGBE_PVFTDTn(q_per_pool, vf_number, vf_q_index) \ argument
|
| /trueos/sys/dev/e1000/ |
| HD | e1000_mbx.c | 573 static s32 e1000_check_for_msg_pf(struct e1000_hw *hw, u16 vf_number) in e1000_check_for_msg_pf() 594 static s32 e1000_check_for_ack_pf(struct e1000_hw *hw, u16 vf_number) in e1000_check_for_ack_pf() 615 static s32 e1000_check_for_rst_pf(struct e1000_hw *hw, u16 vf_number) in e1000_check_for_rst_pf() 638 static s32 e1000_obtain_mbx_lock_pf(struct e1000_hw *hw, u16 vf_number) in e1000_obtain_mbx_lock_pf() 666 u16 vf_number) in e1000_write_mbx_pf() 709 u16 vf_number) in e1000_read_mbx_pf()
|
| HD | e1000_vf.h | 257 u32 vf_number; member
|
| HD | e1000_hw.h | 972 u32 vf_number; member
|