Searched refs:ixgbe_add_uc_addr (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_api.h123 void ixgbe_add_uc_addr(struct ixgbe_hw *hw, u8 *addr_list, u32 vmdq);
H A Dixgbe_common.c2439 * ixgbe_add_uc_addr - Adds a secondary unicast address.
2445 void ixgbe_add_uc_addr(struct ixgbe_hw *hw, u8 *addr, u32 vmdq) function
2450 DEBUGFUNC("ixgbe_add_uc_addr");
2468 DEBUGOUT("ixgbe_add_uc_addr Complete\n");
2516 ixgbe_add_uc_addr(hw, addr, vmdq);

Completed in 66 milliseconds