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

  /src/sys/dev/pci/ixgbe/
ixgbe_api.h 127 void ixgbe_add_uc_addr(struct ixgbe_hw *hw, u8 *addr_list, u32 vmdq);
ixgbe_common.c 2562 * ixgbe_add_uc_addr - Adds a secondary unicast address.
2569 void ixgbe_add_uc_addr(struct ixgbe_hw *hw, u8 *addr, u32 vmdq) function in typeref:typename:void
2574 DEBUGFUNC("ixgbe_add_uc_addr");
2592 DEBUGOUT("ixgbe_add_uc_addr Complete\n");
2640 ixgbe_add_uc_addr(hw, addr, vmdq);

Completed in 24 milliseconds