Searched defs:ixgbe_unicst_find (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c70 static int ixgbe_unicst_find(ixgbe_t *, const uint8_t *);
3083 * ixgbe_unicst_find - Find the slot for the specified unicast address
3086 ixgbe_unicst_find(ixgbe_t *ixgbe, const uint8_t *mac_addr) function
6300 slot = ixgbe_unicst_find(ixgbe, mac_addr);

Completed in 70 milliseconds