Deleted Added
full compact
2c2
< * Copyright (C) 2012 Emulex
---
> * Copyright (C) 2013 Emulex
41c41
< /* $FreeBSD: head/sys/dev/oce/oce_queue.c 247880 2013-03-06 09:53:38Z delphij $ */
---
> /* $FreeBSD: head/sys/dev/oce/oce_queue.c 252869 2013-07-06 08:30:45Z delphij $ */
109c109
< (i == 0) ? 0 : sc->rss_enable);
---
> (i == 0) ? 0 : is_rss_enabled(sc));
1228c1228
< if (sc->rss_enable) {
---
> if (is_rss_enabled(sc)) {