HomeSort by: relevance | last modified time | path
    Searched defs:ixgbe_mta_vector (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_vf.c 301 * ixgbe_mta_vector - Determines bit-vector in multicast table to set
312 static s32 ixgbe_mta_vector(struct ixgbe_hw *hw, u8 *mc_addr) function in typeref:typename:s32
430 vector = ixgbe_mta_vector(hw, next(hw, &mc_addr_list, &vmdq));
ixgbe_common.c 59 static s32 ixgbe_mta_vector(struct ixgbe_hw *hw, u8 *mc_addr);
2666 * ixgbe_mta_vector - Determines bit-vector in multicast table to set
2677 static s32 ixgbe_mta_vector(struct ixgbe_hw *hw, u8 *mc_addr) function in typeref:typename:s32
2681 DEBUGFUNC("ixgbe_mta_vector");
2724 vector = ixgbe_mta_vector(hw, mc_addr);

Completed in 16 milliseconds