Searched refs:vf_number (Results 1 – 8 of 8) sorted by relevance
| /Linux-v4.19/drivers/net/ethernet/intel/igb/ |
| D | e1000_mbx.c | 261 static s32 igb_check_for_msg_pf(struct e1000_hw *hw, u16 vf_number) in igb_check_for_msg_pf() argument 265 if (!igb_check_for_bit_pf(hw, E1000_MBVFICR_VFREQ_VF1 << vf_number)) { in igb_check_for_msg_pf() 280 static s32 igb_check_for_ack_pf(struct e1000_hw *hw, u16 vf_number) in igb_check_for_ack_pf() argument 284 if (!igb_check_for_bit_pf(hw, E1000_MBVFICR_VFACK_VF1 << vf_number)) { in igb_check_for_ack_pf() 299 static s32 igb_check_for_rst_pf(struct e1000_hw *hw, u16 vf_number) in igb_check_for_rst_pf() argument 304 if (vflre & BIT(vf_number)) { in igb_check_for_rst_pf() 306 wr32(E1000_VFLRE, BIT(vf_number)); in igb_check_for_rst_pf() 320 static s32 igb_obtain_mbx_lock_pf(struct e1000_hw *hw, u16 vf_number) in igb_obtain_mbx_lock_pf() argument 328 wr32(E1000_P2VMAILBOX(vf_number), E1000_P2VMAILBOX_PFU); in igb_obtain_mbx_lock_pf() 331 p2v_mailbox = rd32(E1000_P2VMAILBOX(vf_number)); in igb_obtain_mbx_lock_pf() [all …]
|
| /Linux-v4.19/drivers/net/ethernet/intel/ixgbe/ |
| D | ixgbe_mbx.c | 230 static s32 ixgbe_check_for_msg_pf(struct ixgbe_hw *hw, u16 vf_number) in ixgbe_check_for_msg_pf() argument 232 s32 index = IXGBE_MBVFICR_INDEX(vf_number); in ixgbe_check_for_msg_pf() 233 u32 vf_bit = vf_number % 16; in ixgbe_check_for_msg_pf() 251 static s32 ixgbe_check_for_ack_pf(struct ixgbe_hw *hw, u16 vf_number) in ixgbe_check_for_ack_pf() argument 253 s32 index = IXGBE_MBVFICR_INDEX(vf_number); in ixgbe_check_for_ack_pf() 254 u32 vf_bit = vf_number % 16; in ixgbe_check_for_ack_pf() 272 static s32 ixgbe_check_for_rst_pf(struct ixgbe_hw *hw, u16 vf_number) in ixgbe_check_for_rst_pf() argument 274 u32 reg_offset = (vf_number < 32) ? 0 : 1; in ixgbe_check_for_rst_pf() 275 u32 vf_shift = vf_number % 32; in ixgbe_check_for_rst_pf() 308 static s32 ixgbe_obtain_mbx_lock_pf(struct ixgbe_hw *hw, u16 vf_number) in ixgbe_obtain_mbx_lock_pf() argument [all …]
|
| D | ixgbe_type.h | 2514 #define IXGBE_MBVFICR_INDEX(vf_number) (vf_number >> 4) argument 2525 #define IXGBE_PVFTDWBALn(q_per_pool, vf_number, vf_q_index) \ argument 2526 (IXGBE_PVFTDWBAL((q_per_pool)*(vf_number) + (vf_q_index))) 2527 #define IXGBE_PVFTDWBAHn(q_per_pool, vf_number, vf_q_index) \ argument 2528 (IXGBE_PVFTDWBAH((q_per_pool)*(vf_number) + (vf_q_index))) 2530 #define IXGBE_PVFTDHN(q_per_pool, vf_number, vf_q_index) \ argument 2531 (IXGBE_PVFTDH((q_per_pool)*(vf_number) + (vf_q_index))) 2532 #define IXGBE_PVFTDTN(q_per_pool, vf_number, vf_q_index) \ argument 2533 (IXGBE_PVFTDT((q_per_pool)*(vf_number) + (vf_q_index)))
|
| /Linux-v4.19/drivers/net/ethernet/qlogic/qed/ |
| D | qed_int.h | 362 u16 vf_number, 416 u16 vf_number,
|
| D | qed_int.c | 1258 u8 pf_id, u16 vf_number, u8 vf_valid) in qed_init_cau_sb_entry() argument 1267 SET_FIELD(p_sb_entry->params, CAU_SB_ENTRY_VF_NUMBER, vf_number); in qed_init_cau_sb_entry() 1340 u16 igu_sb_id, u16 vf_number, u8 vf_valid) in qed_int_cau_conf_sb() argument 1345 vf_number, vf_valid); in qed_int_cau_conf_sb()
|
| /Linux-v4.19/drivers/net/ethernet/intel/igbvf/ |
| D | vf.h | 212 u32 vf_number; member
|
| /Linux-v4.19/drivers/scsi/lpfc/ |
| D | lpfc_sli4.h | 506 uint32_t vf_number; member
|
| D | lpfc_init.c | 7956 phba->sli4_hba.iov.vf_number = in lpfc_sli4_read_config() 7966 phba->sli4_hba.iov.vf_number); in lpfc_sli4_read_config()
|