Searched defs:vf_number (Results 1 – 5 of 5) sorted by relevance
/dflybsd-src/sys/dev/netif/ix/ |
H A D | 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() 634 static s32 ixgbe_obtain_mbx_lock_pf(struct ixgbe_hw *hw, u16 vf_number) in ixgbe_obtain_mbx_lock_pf() 666 u16 vf_number) in ixgbe_write_mbx_pf() 709 u16 vf_number) in ixgbe_read_mbx_pf()
|
H A D | ixgbe_type.h | 2853 #define IXGBE_MBVFICR_INDEX(vf_number) (vf_number >> 4) argument 2910 #define IXGBE_PVFTDWBALn(q_per_pool, vf_number, vf_q_index) \ argument 2912 #define IXGBE_PVFTDWBAHn(q_per_pool, vf_number, vf_q_index) \ argument 2915 #define IXGBE_PVFTDHn(q_per_pool, vf_number, vf_q_index) \ argument 2917 #define IXGBE_PVFTDTn(q_per_pool, vf_number, vf_q_index) \ argument
|
/dflybsd-src/sys/dev/netif/ig_hal/ |
H A D | e1000_mbx.c | 579 static s32 e1000_check_for_msg_pf(struct e1000_hw *hw, u16 vf_number) in e1000_check_for_msg_pf() 600 static s32 e1000_check_for_ack_pf(struct e1000_hw *hw, u16 vf_number) in e1000_check_for_ack_pf() 621 static s32 e1000_check_for_rst_pf(struct e1000_hw *hw, u16 vf_number) in e1000_check_for_rst_pf() 644 static s32 e1000_obtain_mbx_lock_pf(struct e1000_hw *hw, u16 vf_number) in e1000_obtain_mbx_lock_pf() 680 u16 vf_number) in e1000_write_mbx_pf() 723 u16 vf_number) in e1000_read_mbx_pf()
|
H A D | e1000_vf.h | 257 u32 vf_number; member
|
H A D | e1000_hw.h | 1001 u32 vf_number; member
|