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

/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_mbx.c226 * @vf_number: the VF index
230 static int ixgbe_check_for_msg_pf(struct ixgbe_hw *hw, u16 vf_number) argument
232 int index = IXGBE_MBVFICR_INDEX(vf_number);
233 u32 vf_bit = vf_number % 16;
247 * @vf_number: the VF index
251 static int ixgbe_check_for_ack_pf(struct ixgbe_hw *hw, u16 vf_number) argument
253 int index = IXGBE_MBVFICR_INDEX(vf_number);
254 u32 vf_bit = vf_number % 16;
268 * @vf_number: the VF index
272 static int ixgbe_check_for_rst_pf(struct ixgbe_hw *hw, u16 vf_number) argument
308 ixgbe_obtain_mbx_lock_pf(struct ixgbe_hw *hw, u16 vf_number) argument
332 ixgbe_write_mbx_pf(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 vf_number) argument
371 ixgbe_read_mbx_pf(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 vf_number) argument
[all...]
H A Dixgbe_type.h2526 #define IXGBE_MBVFICR_INDEX(vf_number) (vf_number >> 4)
2544 #define IXGBE_PVFTDWBALn(q_per_pool, vf_number, vf_q_index) \
2545 (IXGBE_PVFTDWBAL((q_per_pool)*(vf_number) + (vf_q_index)))
2546 #define IXGBE_PVFTDWBAHn(q_per_pool, vf_number, vf_q_index) \
2547 (IXGBE_PVFTDWBAH((q_per_pool)*(vf_number) + (vf_q_index)))
2549 #define IXGBE_PVFTDHN(q_per_pool, vf_number, vf_q_index) \
2550 (IXGBE_PVFTDH((q_per_pool)*(vf_number) + (vf_q_index)))
2551 #define IXGBE_PVFTDTN(q_per_pool, vf_number, vf_q_index) \
2552 (IXGBE_PVFTDT((q_per_pool)*(vf_number)
[all...]
/linux-master/drivers/net/ethernet/intel/igb/
H A De1000_mbx.c258 * @vf_number: the VF index
262 static s32 igb_check_for_msg_pf(struct e1000_hw *hw, u16 vf_number) argument
266 if (!igb_check_for_bit_pf(hw, E1000_MBVFICR_VFREQ_VF1 << vf_number)) {
277 * @vf_number: the VF index
281 static s32 igb_check_for_ack_pf(struct e1000_hw *hw, u16 vf_number) argument
285 if (!igb_check_for_bit_pf(hw, E1000_MBVFICR_VFACK_VF1 << vf_number)) {
296 * @vf_number: the VF index
300 static s32 igb_check_for_rst_pf(struct e1000_hw *hw, u16 vf_number) argument
305 if (vflre & BIT(vf_number)) {
307 wr32(E1000_VFLRE, BIT(vf_number));
321 igb_obtain_mbx_lock_pf(struct e1000_hw *hw, u16 vf_number) argument
350 igb_release_mbx_lock_pf(struct e1000_hw *hw, u16 vf_number) argument
372 igb_write_mbx_pf(struct e1000_hw *hw, u32 *msg, u16 size, u16 vf_number) argument
414 igb_read_mbx_pf(struct e1000_hw *hw, u32 *msg, u16 size, u16 vf_number, bool unlock) argument
[all...]
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_int.h379 * @vf_number: VF number
388 u16 vf_number,
440 * @vf_number: VF number
448 u16 vf_number,
H A Dqed_int.c1442 u8 pf_id, u16 vf_number, u8 vf_valid)
1451 SET_FIELD(params, CAU_SB_ENTRY_VF_NUMBER, vf_number);
1524 u16 igu_sb_id, u16 vf_number, u8 vf_valid)
1529 vf_number, vf_valid);
1440 qed_init_cau_sb_entry(struct qed_hwfn *p_hwfn, struct cau_sb_entry *p_sb_entry, u8 pf_id, u16 vf_number, u8 vf_valid) argument
1521 qed_int_cau_conf_sb(struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt, dma_addr_t sb_phys, u16 igu_sb_id, u16 vf_number, u8 vf_valid) argument
/linux-master/drivers/net/ethernet/intel/igbvf/
H A Dvf.h212 u32 vf_number; member in struct:e1000_dev_spec_vf
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_sli4.h583 uint32_t vf_number; member in struct:lpfc_iov
H A Dlpfc_init.c10252 phba->sli4_hba.iov.vf_number =
10261 "vf_number:%d\n", phba->sli4_hba.iov.pf_number,
10262 phba->sli4_hba.iov.vf_number);

Completed in 181 milliseconds