X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fenic%2Fenic_res.h;h=34f15d5a428ebb79bb213a06cf91b3b1cb63d2df;hb=5d3e7176ee49efdb81a607a9c13dcfd5c2757de1;hp=b3bd4b27d3abf30e6eee55118b6bf863c58d8faa;hpb=aae7dd40cda4626c6e476890c26990324f9dc31d;p=dpdk.git diff --git a/drivers/net/enic/enic_res.h b/drivers/net/enic/enic_res.h index b3bd4b27d3..34f15d5a42 100644 --- a/drivers/net/enic/enic_res.h +++ b/drivers/net/enic/enic_res.h @@ -11,16 +11,6 @@ #include "vnic_wq.h" #include "vnic_rq.h" -#define min_t(type, x, y) ({ \ - type __min1 = (x); \ - type __min2 = (y); \ - __min1 < __min2 ? __min1 : __min2; }) - -#define max_t(type, x, y) ({ \ - type __max1 = (x); \ - type __max2 = (y); \ - __max1 > __max2 ? __max1 : __max2; }) - #define ENIC_MIN_WQ_DESCS 64 #define ENIC_MAX_WQ_DESCS 4096 #define ENIC_MIN_RQ_DESCS 64