Home
last modified time | relevance | path

Searched defs:vf_id (Results 1 – 22 of 22) sorted by relevance

/freebsd/sys/dev/ixgbe/
H A Dixgbe_mbx.c724 static void ixgbe_clear_msg_pf(struct ixgbe_hw *hw, u16 vf_id) in ixgbe_clear_msg_pf()
739 static void ixgbe_clear_ack_pf(struct ixgbe_hw *hw, u16 vf_id) in ixgbe_clear_ack_pf()
772 static s32 ixgbe_check_for_msg_pf(struct ixgbe_hw *hw, u16 vf_id) in ixgbe_check_for_msg_pf()
793 static s32 ixgbe_check_for_ack_pf(struct ixgbe_hw *hw, u16 vf_id) in ixgbe_check_for_ack_pf()
818 static s32 ixgbe_check_for_rst_pf(struct ixgbe_hw *hw, u16 vf_id) in ixgbe_check_for_rst_pf()
857 static s32 ixgbe_obtain_mbx_lock_pf(struct ixgbe_hw *hw, u16 vf_id) in ixgbe_obtain_mbx_lock_pf()
906 static void ixgbe_release_mbx_lock_pf(struct ixgbe_hw *hw, u16 vf_id) in ixgbe_release_mbx_lock_pf()
928 u16 vf_id) in ixgbe_write_mbx_pf_legacy()
969 u16 vf_id) in ixgbe_write_mbx_pf()
1021 u16 vf_id) in ixgbe_read_mbx_pf_legacy()
[all …]
/freebsd/sys/dev/vnic/
H A Dnic.h299 uint8_t vf_id; member
380 uint8_t vf_id; member
416 uint8_t vf_id; member
423 uint8_t vf_id; member
430 uint8_t vf_id; member
438 uint8_t vf_id; member
445 uint8_t vf_id; member
455 uint8_t vf_id; member
472 uint8_t vf_id; member
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_iro.h42 #define USTORM_VF_PF_CHANNEL_READY_OFFSET(vf_id) (IRO[3].base + ((vf_id) * IRO[3… argument
93 #define MSTORM_ETH_VF_PRODS_OFFSET(vf_id,vf_queue_id) (IRO[20].base + ((vf_id) * IRO[… argument
H A Decore_iov_api.h767 …tus_t ecore_iov_set_vf_ctx(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u16 OSAL_UNUSED vf_id, OSAL_UNUS… in ecore_iov_set_vf_ctx()
H A Decore_l2_api.h526 u8 vf_id; member
H A Decore_sriov.c783 u16 vf_id, in ecore_iov_set_vf_ctx()
3744 u16 vf_id, u16 qid) in ecore_iov_pf_configure_vf_queue_coalesce()
H A Decore_mcp.c2882 u8 vf_id, u8 num) in ecore_mcp_config_vf_msix_bb()
2938 u8 vf_id, u8 num) in ecore_mcp_config_vf_msix()
H A Decore_init_fw_funcs.c1620 u32 ecore_get_mstorm_eth_vf_prods_offset(struct ecore_hwfn *p_hwfn, u8 vf_id, u8 vf_queue_id, u16 v… in ecore_get_mstorm_eth_vf_prods_offset()
H A Decore_hsi_common.h1554 u8 vf_id /* Malicious VF ID */; member
1564 u8 vf_id /* VF ID */; member
2054 u8 vf_id /* VF ID */; member
2067 u8 vf_id /* VF ID */; member
H A Decore_hsi_rdma.h490 …u8 vf_id /* This field should be assigned to Virtual Function ID if vf_valid == 1. Otherwise its d… member
594 …u8 vf_id /* This field should be assigned to Virtual Function ID if vf_valid == 1. Otherwise its d… member
672 …u8 vf_id /* This field should be assigned to Virtual Function ID if vf_valid == 1. Otherwise its d… member
H A Decore_dev.c2964 u8 vf_id, max_num_vfs; in ecore_hw_init_common() local
H A Decore_dbg_fw_funcs.c3173 u8 port_id, pf_id, vf_id; in ecore_grc_dump_registers() local
/freebsd/sys/dev/ice/
H A Dice_vf_mbx.c297 void ice_mbx_vf_clear_cnt_e830(struct ice_hw *hw, u16 vf_id) in ice_mbx_vf_clear_cnt_e830()
H A Dice_adminq_cmd.h487 u8 vf_id; member
516 u8 vf_id; member
/freebsd/sys/dev/irdma/
H A Dirdma_hmc.h151 u32 vf_id; member
/freebsd/sys/dev/qat/include/
H A Dicp_qat_fw_init_admin.h93 u8 vf_id; member
/freebsd/sys/dev/liquidio/base/
H A Dlio_common.h823 uint64_t vf_id:8; member
/freebsd/sys/dev/ixl/
H A Di40e_adminq_cmd.h878 u8 vf_id; member
/freebsd/sys/dev/bxe/
H A Decore_hsi.h11510 uint8_t vf_id /* VF ID (0-63) */; member
11522 uint8_t vf_id /* VF ID (0-63) */; member
11534 uint8_t vf_id /* VF ID (0-63) */; member
11857 uint8_t vf_id /* VF ID (0-63). Value of 0xFF means VF not valid */; member
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dhsi_struct_def.h14188 uint16_t vf_id; member
17830 uint16_t vf_id; member
18268 uint16_t vf_id; member
18399 uint16_t vf_id; member
18739 uint16_t vf_id; member
25634 uint16_t vf_id; member
40816 uint16_t vf_id; member
51359 uint16_t vf_id; member
51590 uint16_t vf_id; member
51667 uint16_t vf_id; member
[all …]
/freebsd/sys/dev/ocs_fc/
H A Dsli4.h724 uint32_t vf_id:13, member
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h10254 __be32 vf_id; member
10498 __be16 vf_id; member