Home
last modified time | relevance | path

Searched refs:vf_number (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/drivers/net/ethernet/intel/ixgbe/
Dixgbe_mbx.c265 static s32 ixgbe_check_for_msg_pf(struct ixgbe_hw *hw, u16 vf_number) in ixgbe_check_for_msg_pf() argument
268 s32 index = IXGBE_MBVFICR_INDEX(vf_number); in ixgbe_check_for_msg_pf()
269 u32 vf_bit = vf_number % 16; in ixgbe_check_for_msg_pf()
287 static s32 ixgbe_check_for_ack_pf(struct ixgbe_hw *hw, u16 vf_number) in ixgbe_check_for_ack_pf() argument
290 s32 index = IXGBE_MBVFICR_INDEX(vf_number); in ixgbe_check_for_ack_pf()
291 u32 vf_bit = vf_number % 16; in ixgbe_check_for_ack_pf()
309 static s32 ixgbe_check_for_rst_pf(struct ixgbe_hw *hw, u16 vf_number) in ixgbe_check_for_rst_pf() argument
311 u32 reg_offset = (vf_number < 32) ? 0 : 1; in ixgbe_check_for_rst_pf()
312 u32 vf_shift = vf_number % 32; in ixgbe_check_for_rst_pf()
343 static s32 ixgbe_obtain_mbx_lock_pf(struct ixgbe_hw *hw, u16 vf_number) in ixgbe_obtain_mbx_lock_pf() argument
[all …]
Dixgbe_type.h2073 #define IXGBE_MBVFICR_INDEX(vf_number) (vf_number >> 4) argument
/linux-3.4.99/drivers/net/ethernet/intel/igb/
De1000_mbx.c264 static s32 igb_check_for_msg_pf(struct e1000_hw *hw, u16 vf_number) in igb_check_for_msg_pf() argument
268 if (!igb_check_for_bit_pf(hw, E1000_MBVFICR_VFREQ_VF1 << vf_number)) { in igb_check_for_msg_pf()
283 static s32 igb_check_for_ack_pf(struct e1000_hw *hw, u16 vf_number) in igb_check_for_ack_pf() argument
287 if (!igb_check_for_bit_pf(hw, E1000_MBVFICR_VFACK_VF1 << vf_number)) { in igb_check_for_ack_pf()
302 static s32 igb_check_for_rst_pf(struct e1000_hw *hw, u16 vf_number) in igb_check_for_rst_pf() argument
307 if (vflre & (1 << vf_number)) { in igb_check_for_rst_pf()
309 wr32(E1000_VFLRE, (1 << vf_number)); in igb_check_for_rst_pf()
323 static s32 igb_obtain_mbx_lock_pf(struct e1000_hw *hw, u16 vf_number) in igb_obtain_mbx_lock_pf() argument
330 wr32(E1000_P2VMAILBOX(vf_number), E1000_P2VMAILBOX_PFU); in igb_obtain_mbx_lock_pf()
333 p2v_mailbox = rd32(E1000_P2VMAILBOX(vf_number)); in igb_obtain_mbx_lock_pf()
[all …]
/linux-3.4.99/drivers/net/ethernet/intel/igbvf/
Dvf.h235 u32 vf_number; member
/linux-3.4.99/drivers/scsi/lpfc/
Dlpfc_sli4.h389 uint32_t vf_number; member
Dlpfc_init.c6217 phba->sli4_hba.iov.vf_number = in lpfc_sli4_read_config()
6227 phba->sli4_hba.iov.vf_number); in lpfc_sli4_read_config()