MCPcopy Create free account
hub / github.com/F-Stack/f-stack / sff_8079_show_identifier

Function sff_8079_show_identifier

dpdk/lib/ethdev/sff_8079.c:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8#include "sff_common.h"
9
10static void sff_8079_show_identifier(const uint8_t *data, struct rte_tel_data *d)
11{
12 sff_8024_show_identifier(data, 0, d);
13}
14
15static void sff_8079_show_ext_identifier(const uint8_t *data, struct rte_tel_data *d)
16{

Callers 1

sff_8079_show_allFunction · 0.85

Calls 1

sff_8024_show_identifierFunction · 0.85

Tested by

no test coverage detected