Home
last modified time | relevance | path

Searched refs:IXGBE_MBVFICR_INDEX (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_mbx.c545 s32 index = IXGBE_MBVFICR_INDEX(vf_number); in ixgbe_check_for_msg_pf()
569 s32 index = IXGBE_MBVFICR_INDEX(vf_number); in ixgbe_check_for_ack_pf()
H A Dixgbe_type.h2232 #define IXGBE_MBVFICR_INDEX(vf_number) (vf_number >> 4) macro