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

Function sff_8636_show_encoding

dpdk/lib/ethdev/sff_8636.c:441–445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

439}
440
441static void sff_8636_show_encoding(const uint8_t *data, struct rte_tel_data *d)
442{
443 sff_8024_show_encoding(data, SFF_8636_ENCODING_OFFSET,
444 RTE_ETH_MODULE_SFF_8636, d);
445}
446
447static void sff_8636_show_rate_identifier(const uint8_t *data, struct rte_tel_data *d)
448{

Callers 1

sff_8636_show_allFunction · 0.85

Calls 1

sff_8024_show_encodingFunction · 0.85

Tested by

no test coverage detected