Searched defs:vf_number (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_mbx.c543 * @vf_number: the VF index
547 static s32 ixgbe_check_for_msg_pf(struct ixgbe_hw *hw, u16 vf_number) argument
550 s32 index = IXGBE_MBVFICR_INDEX(vf_number);
551 u32 vf_bit = vf_number % 16;
567 * @vf_number: the VF index
571 static s32 ixgbe_check_for_ack_pf(struct ixgbe_hw *hw, u16 vf_number) argument
574 s32 index = IXGBE_MBVFICR_INDEX(vf_number);
575 u32 vf_bit = vf_number % 16;
591 * @vf_number: the VF index
595 static s32 ixgbe_check_for_rst_pf(struct ixgbe_hw *hw, u16 vf_number) argument
633 ixgbe_obtain_mbx_lock_pf(struct ixgbe_hw *hw, u16 vf_number) argument
664 ixgbe_write_mbx_pf(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 vf_number) argument
707 ixgbe_read_mbx_pf(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 vf_number) argument
[all...]
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_mbx.c575 * @vf_number: the VF index
579 static s32 e1000_check_for_msg_pf(struct e1000_hw *hw, u16 vf_number) argument
585 if (!e1000_check_for_bit_pf(hw, E1000_MBVFICR_VFREQ_VF1 << vf_number)) {
596 * @vf_number: the VF index
600 static s32 e1000_check_for_ack_pf(struct e1000_hw *hw, u16 vf_number) argument
606 if (!e1000_check_for_bit_pf(hw, E1000_MBVFICR_VFACK_VF1 << vf_number)) {
617 * @vf_number: the VF index
621 static s32 e1000_check_for_rst_pf(struct e1000_hw *hw, u16 vf_number) argument
628 if (vflre & (1 << vf_number)) {
630 E1000_WRITE_REG(hw, E1000_VFLRE, (1 << vf_number));
644 e1000_obtain_mbx_lock_pf(struct e1000_hw *hw, u16 vf_number) argument
679 e1000_write_mbx_pf(struct e1000_hw *hw, u32 *msg, u16 size, u16 vf_number) argument
722 e1000_read_mbx_pf(struct e1000_hw *hw, u32 *msg, u16 size, u16 vf_number) argument
[all...]
H A De1000_vf.h257 u32 vf_number; member in struct:e1000_dev_spec_vf
H A De1000_hw.h991 u32 vf_number; member in struct:e1000_dev_spec_vf
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h1502 u8_t vf_number; member in struct:_lm_igu_block_t
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_mbox.h2630 uint32_t vf_number:16; /* word 6 */ member in struct:__anon7429::__anon7430::mbox_req_hdr2
2646 uint32_t vf_number:16; /* word 6 */ member in struct:__anon7429::__anon7430::mbox_req_hdr2

Completed in 122 milliseconds