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

Function sff_8636_show_identifier

dpdk/lib/ethdev/sff_8636.c:167–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165};
166
167static void sff_8636_show_identifier(const uint8_t *data, struct rte_tel_data *d)
168{
169 sff_8024_show_identifier(data, SFF_8636_ID_OFFSET, d);
170}
171
172static void sff_8636_show_ext_identifier(const uint8_t *data, struct rte_tel_data *d)
173{

Callers 1

sff_8636_show_allFunction · 0.85

Calls 1

sff_8024_show_identifierFunction · 0.85

Tested by

no test coverage detected