Searched refs:vf_number (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/ethernet/intel/igb/ |
| H A D | e1000_mbx.c | 262 static s32 igb_check_for_msg_pf(struct e1000_hw *hw, u16 vf_number) in igb_check_for_msg_pf() argument 266 if (!igb_check_for_bit_pf(hw, E1000_MBVFICR_VFREQ_VF1 << vf_number)) { in igb_check_for_msg_pf() 281 static s32 igb_check_for_ack_pf(struct e1000_hw *hw, u16 vf_number) in igb_check_for_ack_pf() argument 285 if (!igb_check_for_bit_pf(hw, E1000_MBVFICR_VFACK_VF1 << vf_number)) { in igb_check_for_ack_pf() 300 static s32 igb_check_for_rst_pf(struct e1000_hw *hw, u16 vf_number) in igb_check_for_rst_pf() argument 305 if (vflre & BIT(vf_number)) { in igb_check_for_rst_pf() 307 wr32(E1000_VFLRE, BIT(vf_number)); in igb_check_for_rst_pf() 321 static s32 igb_obtain_mbx_lock_pf(struct e1000_hw *hw, u16 vf_number) in igb_obtain_mbx_lock_pf() argument 329 wr32(E1000_P2VMAILBOX(vf_number), E1000_P2VMAILBOX_PFU); in igb_obtain_mbx_lock_pf() 332 p2v_mailbox = rd32(E1000_P2VMAILBOX(vf_number)); in igb_obtain_mbx_lock_pf() [all …]
|
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_mbx.h | 127 int (*read)(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 vf_number); 128 int (*write)(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 vf_number); 132 int (*check_for_msg)(struct ixgbe_hw *hw, u16 vf_number); 133 int (*check_for_ack)(struct ixgbe_hw *hw, u16 vf_number); 134 int (*check_for_rst)(struct ixgbe_hw *hw, u16 vf_number);
|
| /linux/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_int.h | 388 u16 vf_number, 448 u16 vf_number,
|
| H A D | qed_int.c | 1442 u8 pf_id, u16 vf_number, u8 vf_valid) in qed_init_cau_sb_entry() argument 1451 SET_FIELD(params, CAU_SB_ENTRY_VF_NUMBER, vf_number); in qed_init_cau_sb_entry() 1524 u16 igu_sb_id, u16 vf_number, u8 vf_valid) in qed_int_cau_conf_sb() argument 1529 vf_number, vf_valid); in qed_int_cau_conf_sb()
|
| /linux/drivers/net/ethernet/intel/igbvf/ |
| H A D | vf.h | 212 u32 vf_number; member
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_init.c | 10219 phba->sli4_hba.iov.vf_number = in lpfc_sli4_read_config() 10229 phba->sli4_hba.iov.vf_number); in lpfc_sli4_read_config()
|