Searched refs:vf_number (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/sys/dev/ixgbe/
H A Dixgbe_mbx.c534 * @vf_number: the VF index
538 static s32 ixgbe_check_for_msg_pf(struct ixgbe_hw *hw, u16 vf_number) argument
541 s32 index = IXGBE_MBVFICR_INDEX(vf_number);
542 u32 vf_bit = vf_number % 16;
558 * @vf_number: the VF index
562 static s32 ixgbe_check_for_ack_pf(struct ixgbe_hw *hw, u16 vf_number) argument
565 s32 index = IXGBE_MBVFICR_INDEX(vf_number);
566 u32 vf_bit = vf_number % 16;
582 * @vf_number: the VF index
586 static s32 ixgbe_check_for_rst_pf(struct ixgbe_hw *hw, u16 vf_number) argument
622 ixgbe_obtain_mbx_lock_pf(struct ixgbe_hw *hw, u16 vf_number) argument
649 ixgbe_write_mbx_pf(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 vf_number) argument
692 ixgbe_read_mbx_pf(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 vf_number) argument
[all...]
H A Dixgbe_type.h2318 #define IXGBE_MBVFICR_INDEX(vf_number) (vf_number >> 4)
/freebsd-9.3-release/sys/dev/e1000/
H A De1000_mbx.c563 * @vf_number: the VF index
567 static s32 e1000_check_for_msg_pf(struct e1000_hw *hw, u16 vf_number) argument
573 if (!e1000_check_for_bit_pf(hw, E1000_MBVFICR_VFREQ_VF1 << vf_number)) {
584 * @vf_number: the VF index
588 static s32 e1000_check_for_ack_pf(struct e1000_hw *hw, u16 vf_number) argument
594 if (!e1000_check_for_bit_pf(hw, E1000_MBVFICR_VFACK_VF1 << vf_number)) {
605 * @vf_number: the VF index
609 static s32 e1000_check_for_rst_pf(struct e1000_hw *hw, u16 vf_number) argument
616 if (vflre & (1 << vf_number)) {
618 E1000_WRITE_REG(hw, E1000_VFLRE, (1 << vf_number));
632 e1000_obtain_mbx_lock_pf(struct e1000_hw *hw, u16 vf_number) argument
659 e1000_write_mbx_pf(struct e1000_hw *hw, u32 *msg, u16 size, u16 vf_number) argument
702 e1000_read_mbx_pf(struct e1000_hw *hw, u32 *msg, u16 size, u16 vf_number) argument
[all...]
H A De1000_vf.h255 u32 vf_number; member in struct:e1000_dev_spec_vf
H A De1000_hw.h946 u32 vf_number; member in struct:e1000_dev_spec_vf

Completed in 82 milliseconds