Searched refs:vf_number (Results 1 – 8 of 8) sorted by relevance
/freebsd/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() argument 589 if (!e1000_check_for_bit_pf(hw, E1000_MBVFICR_VFREQ_VF1 << 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() argument 610 if (!e1000_check_for_bit_pf(hw, E1000_MBVFICR_VFACK_VF1 << 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() argument 632 if (vflre & (1 << vf_number)) { in e1000_check_for_rst_pf() 634 E1000_WRITE_REG(hw, E1000_VFLRE, (1 << 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() argument 658 E1000_WRITE_REG(hw, E1000_P2VMAILBOX(vf_number), in e1000_obtain_mbx_lock_pf() 662 p2v_mailbox = E1000_READ_REG(hw, E1000_P2VMAILBOX(vf_number)); in e1000_obtain_mbx_lock_pf() [all …]
|
H A D | e1000_vf.h | 257 u32 vf_number; member
|
H A D | e1000_hw.h | 1033 u32 vf_number; member
|
/freebsd/sys/dev/ixgbe/ |
H A D | ixgbe_mbx.h | 45 s32 (*check_for_msg)(struct ixgbe_hw *hw, u16 vf_number); 46 s32 (*check_for_ack)(struct ixgbe_hw *hw, u16 vf_number); 47 s32 (*check_for_rst)(struct ixgbe_hw *hw, u16 vf_number); 48 s32 (*clear)(struct ixgbe_hw *hw, u16 vf_number); 198 s32 ixgbe_clear_mbx(struct ixgbe_hw *hw, u16 vf_number);
|
H A D | ixgbe_type.h | 3011 #define IXGBE_PVFTDWBALn(q_per_pool, vf_number, vf_q_index) \ argument 3012 (IXGBE_PVFTDWBAL((q_per_pool)*(vf_number) + (vf_q_index))) 3013 #define IXGBE_PVFTDWBAHn(q_per_pool, vf_number, vf_q_index) \ argument 3014 (IXGBE_PVFTDWBAH((q_per_pool)*(vf_number) + (vf_q_index))) 3016 #define IXGBE_PVFTDHn(q_per_pool, vf_number, vf_q_index) \ argument 3017 (IXGBE_PVFTDH((q_per_pool)*(vf_number) + (vf_q_index))) 3018 #define IXGBE_PVFTDTn(q_per_pool, vf_number, vf_q_index) \ argument 3019 (IXGBE_PVFTDT((q_per_pool)*(vf_number) + (vf_q_index)))
|
H A D | ixgbe_common.c | 4150 s32 ixgbe_toggle_txdctl_generic(struct ixgbe_hw *hw, u32 vf_number) in ixgbe_toggle_txdctl_generic() argument 4155 if (vf_number > 63) in ixgbe_toggle_txdctl_generic() 4180 offset = queue_count * vf_number + i; in ixgbe_toggle_txdctl_generic()
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_int.h | 220 u16 vf_number, 274 u16 vf_number, u8 vf_valid);
|
H A D | ecore_int.c | 1441 u8 pf_id, u16 vf_number, u8 vf_valid) in ecore_init_cau_sb_entry() argument 1450 SET_FIELD(p_sb_entry->params, CAU_SB_ENTRY_VF_NUMBER, vf_number); in ecore_init_cau_sb_entry() 1532 u16 vf_number, u8 vf_valid) in ecore_int_cau_conf_sb() argument 1537 vf_number, vf_valid); in ecore_int_cau_conf_sb()
|