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

  /src/sys/dev/pci/ixgbe/
ixgbe_common.c 2708 * ixgbe_set_mta - Set bit-vector in multicast table
2714 void ixgbe_set_mta(struct ixgbe_hw *hw, u8 *mc_addr) function in typeref:typename:void
2720 DEBUGFUNC("ixgbe_set_mta");
2777 ixgbe_set_mta(hw, next(hw, &mc_addr_list, &vmdq));
ixgbe_common.c 2708 * ixgbe_set_mta - Set bit-vector in multicast table
2714 void ixgbe_set_mta(struct ixgbe_hw *hw, u8 *mc_addr) function in typeref:typename:void
2720 DEBUGFUNC("ixgbe_set_mta");
2777 ixgbe_set_mta(hw, next(hw, &mc_addr_list, &vmdq));

Completed in 33 milliseconds