mdf
d81aa8478d
Consistently use types in ixgbe driver code:
...
- {ixgbe,ixv}_header_split is passed to TUNABLE_INT, so delcare it
int, not bool.
- {ixgbe,ixv}_tx_ctx_setup() returns a boolean value, so declare it
bool, not int.
- {ixgbe,ixv}_tso_setup() returns a bool, so declare it bool, not boolean_t.
- {ixgbe,ixv}_txeof() returns a bool, so declare it bool, not boolean_t.
- Do not re-define bool if the symbol already exists.
MFC after: 2 weeks
Sponsored by: Isilon Systems, LLC
2011-12-12 18:27:28 +00:00
..
2011-12-12 09:50:33 +00:00
2011-12-02 15:24:39 +00:00
2011-12-04 21:32:18 +00:00
2011-12-08 03:20:48 +00:00
2011-12-10 13:02:52 +00:00
2011-12-04 21:43:13 +00:00
2011-12-12 09:50:33 +00:00
2011-11-30 08:47:17 +00:00
2011-10-27 14:15:26 +00:00
2011-12-09 20:41:54 +00:00
2011-12-12 18:27:28 +00:00
2011-12-09 17:49:34 +00:00
2011-12-02 17:09:48 +00:00
2011-11-07 15:43:11 +00:00
2011-12-12 09:50:33 +00:00
2011-11-08 10:18:07 +00:00
2011-11-22 21:28:20 +00:00
2011-12-12 10:05:13 +00:00
2011-10-10 09:13:07 +00:00
2011-11-18 03:05:20 +00:00
2011-12-05 03:18:40 +00:00
2011-12-12 09:50:33 +00:00
2011-12-09 23:26:28 +00:00
2011-11-08 14:34:01 +00:00
2011-11-11 22:57:52 +00:00
2011-12-10 10:52:54 +00:00
2011-12-07 13:37:42 +00:00
2011-11-26 23:57:03 +00:00
2011-11-07 15:43:11 +00:00
2011-10-16 08:44:03 +00:00
2011-11-18 03:05:20 +00:00
2011-11-07 06:44:47 +00:00
2011-11-30 17:39:00 +00:00
2011-12-01 18:46:28 +00:00
2011-11-07 15:43:11 +00:00
2011-11-07 15:43:11 +00:00
2011-08-16 20:07:47 +00:00
2011-11-27 16:22:19 +00:00
2011-11-23 23:29:18 +00:00
2011-12-11 17:23:03 +00:00
2011-11-03 14:38:03 +00:00
2011-12-12 10:05:13 +00:00
2011-12-03 13:51:57 +00:00
2011-12-12 10:10:49 +00:00
2011-10-13 14:20:27 +00:00
2011-11-09 13:26:59 +00:00
2011-11-09 07:48:48 +00:00
2011-12-12 10:04:04 +00:00
2011-12-05 16:08:18 +00:00
2011-11-30 18:52:30 +00:00