Searched defs:vf_number (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/sys/dev/ixgbe/ |
H A D | ixgbe_mbx.c | 548 ixgbe_check_for_msg_pf(struct ixgbe_hw * hw,u16 vf_number) ixgbe_check_for_msg_pf() argument 572 ixgbe_check_for_ack_pf(struct ixgbe_hw * hw,u16 vf_number) ixgbe_check_for_ack_pf() argument 596 ixgbe_check_for_rst_pf(struct ixgbe_hw * hw,u16 vf_number) ixgbe_check_for_rst_pf() argument 635 ixgbe_obtain_mbx_lock_pf(struct ixgbe_hw * hw,u16 vf_number) ixgbe_obtain_mbx_lock_pf() argument 667 ixgbe_write_mbx_pf(struct ixgbe_hw * hw,u32 * msg,u16 size,u16 vf_number) ixgbe_write_mbx_pf() argument 710 ixgbe_read_mbx_pf(struct ixgbe_hw * hw,u32 * msg,u16 size,u16 vf_number) ixgbe_read_mbx_pf() argument
|
H A D | ixgbe_type.h | 2902 IXGBE_MBVFICR_INDEX(vf_number) global() argument 2959 IXGBE_PVFTDWBALn(q_per_pool,vf_number,vf_q_index) global() argument 2961 IXGBE_PVFTDWBAHn(q_per_pool,vf_number,vf_q_index) global() argument 2964 IXGBE_PVFTDHn(q_per_pool,vf_number,vf_q_index) global() argument 2966 IXGBE_PVFTDTn(q_per_pool,vf_number,vf_q_index) global() argument
|
/freebsd-src/sys/dev/e1000/ |
H A D | e1000_mbx.c | 583 static s32 e1000_check_for_msg_pf(struct e1000_hw *hw, u16 vf_number) in e1000_check_for_msg_pf() 604 static s32 e1000_check_for_ack_pf(struct e1000_hw *hw, u16 vf_number) in e1000_check_for_ack_pf() 625 static s32 e1000_check_for_rst_pf(struct e1000_hw *hw, u16 vf_number) in e1000_check_for_rst_pf() 648 static s32 e1000_obtain_mbx_lock_pf(struct e1000_hw *hw, u16 vf_number) in e1000_obtain_mbx_lock_pf() 684 u16 vf_number) in e1000_write_mbx_pf() 727 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 | 1033 u32 vf_number; member
|
/freebsd-src/sys/dev/qlnx/qlnxe/ |
H A D | ecore_int.c | 1441 u8 pf_id, u16 vf_number, u8 vf_valid) in ecore_init_cau_sb_entry() 1532 u16 vf_number, u8 vf_valid) in ecore_int_cau_conf_sb()
|