net/bnxt: modify table processing
[dpdk.git] / drivers / net / bnxt / tf_core / tf_msg_common.h
index 0c5c21f..49f3347 100644 (file)
@@ -15,7 +15,6 @@
                parms.mailbox = mb;                             \
                parms.tf_type = type;                           \
                parms.tf_subtype = subtype;                     \
-               parms.tf_resp_code = 0;                         \
                parms.req_size = sizeof(req);                   \
                parms.req_data = (uint32_t *)&(req);            \
                parms.resp_size = sizeof(resp);                 \
@@ -26,7 +25,6 @@
                parms.mailbox = mb;                             \
                parms.tf_type = type;                           \
                parms.tf_subtype = subtype;                     \
-               parms.tf_resp_code = 0;                         \
                parms.req_size  = 0;                            \
                parms.req_data  = NULL;                         \
                parms.resp_size = sizeof(resp);                 \
@@ -37,7 +35,6 @@
                parms.mailbox = mb;                             \
                parms.tf_type = type;                           \
                parms.tf_subtype = subtype;                     \
-               parms.tf_resp_code = 0;                         \
                parms.req_size = sizeof(req);                   \
                parms.req_data = (uint32_t *)&(req);            \
                parms.resp_size = 0;                            \