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

  /src/sys/dev/pci/ixgbe/
ixgbe_vf.c 87 hw->mac.ops.update_xcast_mode = ixgbevf_update_xcast_mode;
487 * update_xcast_mode(XCAST_MODE_ALLMULTI), SIOCSADDMULTI success and
ixv.c 1147 error = hw->mac.ops.update_xcast_mode(hw,
1190 error = hw->mac.ops.update_xcast_mode(hw,
1220 error = hw->mac.ops.update_xcast_mode(hw, IXGBEVF_XCAST_MODE_MULTI);
3197 error = hw->mac.ops.update_xcast_mode(hw,
ixgbe_type.h 4084 s32 (*update_xcast_mode)(struct ixgbe_hw *, int); member in struct:ixgbe_mac_operations

Completed in 58 milliseconds