Home
last modified time | relevance | path

Searched refs:proto_table (Results 1 – 1 of 1) sorted by relevance

/dpdk/drivers/common/dpaax/caamflib/rta/
H A Dprotocol_cmd.h533 static const struct proto_map proto_table[] = { variable
598 if (optype_tmp == proto_table[i].optype) { in rta_proto_operation()
599 if (proto_table[i].protid == protid) { in rta_proto_operation()
601 if (proto_table[i].protoinfo_func == NULL) { in rta_proto_operation()
606 ret = (*proto_table[i].protoinfo_func) in rta_proto_operation()