Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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) 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()
277 * @vf_number: the VF index
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()
296 * @vf_number: the VF index
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 igb_obtain_mbx_lock_pf(struct e1000_hw *hw, u16 vf_number) igb_obtain_mbx_lock_pf() argument
350 igb_release_mbx_lock_pf(struct e1000_hw *hw, u16 vf_number) igb_release_mbx_lock_pf() argument
372 igb_write_mbx_pf(struct e1000_hw *hw, u32 *msg, u16 size, u16 vf_number) igb_write_mbx_pf() argument
414 igb_read_mbx_pf(struct e1000_hw *hw, u32 *msg, u16 size, u16 vf_number, bool unlock) igb_read_mbx_pf() argument
[all...]
/kernel/linux/linux-6.6/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) 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()
277 * @vf_number: the VF index
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()
296 * @vf_number: the VF index
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 igb_obtain_mbx_lock_pf(struct e1000_hw *hw, u16 vf_number) igb_obtain_mbx_lock_pf() argument
350 igb_release_mbx_lock_pf(struct e1000_hw *hw, u16 vf_number) igb_release_mbx_lock_pf() argument
372 igb_write_mbx_pf(struct e1000_hw *hw, u32 *msg, u16 size, u16 vf_number) igb_write_mbx_pf() argument
414 igb_read_mbx_pf(struct e1000_hw *hw, u32 *msg, u16 size, u16 vf_number, bool unlock) igb_read_mbx_pf() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_mbx.c226 * @vf_number: the VF index
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()
247 * @vf_number: the VF index
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()
268 * @vf_number: the VF index
272 static s32 ixgbe_check_for_rst_pf(struct ixgbe_hw *hw, u16 vf_number) in ixgbe_check_for_rst_pf() argument
308 ixgbe_obtain_mbx_lock_pf(struct ixgbe_hw *hw, u16 vf_number) ixgbe_obtain_mbx_lock_pf() argument
332 ixgbe_write_mbx_pf(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 vf_number) ixgbe_write_mbx_pf() argument
371 ixgbe_read_mbx_pf(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 vf_number) ixgbe_read_mbx_pf() argument
[all...]
H A Dixgbe_type.h2525 #define IXGBE_MBVFICR_INDEX(vf_number) (vf_number >> 4)
2536 #define IXGBE_PVFTDWBALn(q_per_pool, vf_number, vf_q_index) \
2537 (IXGBE_PVFTDWBAL((q_per_pool)*(vf_number) + (vf_q_index)))
2538 #define IXGBE_PVFTDWBAHn(q_per_pool, vf_number, vf_q_index) \
2539 (IXGBE_PVFTDWBAH((q_per_pool)*(vf_number) + (vf_q_index)))
2541 #define IXGBE_PVFTDHN(q_per_pool, vf_number, vf_q_index) \
2542 (IXGBE_PVFTDH((q_per_pool)*(vf_number) + (vf_q_index)))
2543 #define IXGBE_PVFTDTN(q_per_pool, vf_number, vf_q_index) \
2544 (IXGBE_PVFTDT((q_per_pool)*(vf_number)
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_mbx.c226 * @vf_number: the VF index
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()
247 * @vf_number: the VF index
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()
268 * @vf_number: the VF index
272 static s32 ixgbe_check_for_rst_pf(struct ixgbe_hw *hw, u16 vf_number) in ixgbe_check_for_rst_pf() argument
308 ixgbe_obtain_mbx_lock_pf(struct ixgbe_hw *hw, u16 vf_number) ixgbe_obtain_mbx_lock_pf() argument
332 ixgbe_write_mbx_pf(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 vf_number) ixgbe_write_mbx_pf() argument
371 ixgbe_read_mbx_pf(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 vf_number) ixgbe_read_mbx_pf() 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...]
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H A Dqed_int.h350 * @param vf_number
357 u16 vf_number,
405 * @param vf_number
411 u16 vf_number,
H A Dqed_int.c1422 u8 pf_id, u16 vf_number, u8 vf_valid) in qed_init_cau_sb_entry()
1431 SET_FIELD(params, CAU_SB_ENTRY_VF_NUMBER, vf_number); in qed_init_cau_sb_entry()
1504 u16 igu_sb_id, u16 vf_number, u8 vf_valid) in qed_int_cau_conf_sb()
1509 vf_number, vf_valid); in qed_int_cau_conf_sb()
1420 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) qed_init_cau_sb_entry() argument
1501 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) qed_int_cau_conf_sb() argument
/kernel/linux/linux-6.6/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) in qed_init_cau_sb_entry()
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()
1529 vf_number, vf_valid); in qed_int_cau_conf_sb()
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) qed_init_cau_sb_entry() 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) qed_int_cau_conf_sb() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igbvf/
H A Dvf.h212 u32 vf_number; member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igbvf/
H A Dvf.h212 u32 vf_number; member
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H A Dlpfc_sli4.h574 uint32_t vf_number; member
H A Dlpfc_init.c8750 phba->sli4_hba.iov.vf_number = in lpfc_sli4_read_config()
8759 "vf_number:%d\n", phba->sli4_hba.iov.pf_number, in lpfc_sli4_read_config()
8760 phba->sli4_hba.iov.vf_number); in lpfc_sli4_read_config()
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A Dlpfc_sli4.h583 uint32_t vf_number; member
H A Dlpfc_init.c10242 phba->sli4_hba.iov.vf_number = in lpfc_sli4_read_config()
10251 "vf_number:%d\n", phba->sli4_hba.iov.pf_number, in lpfc_sli4_read_config()
10252 phba->sli4_hba.iov.vf_number); in lpfc_sli4_read_config()

Completed in 72 milliseconds