Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ if
Function
if
dpdk/drivers/common/sfc_efx/base/efx_lic.c:492–496 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
490
uint16_t tlv_length;
491
492
_NOTE(ARGUNUSED(enp))
493
494
if (length < EFX_LICENSE_V1V2_HEADER_LENGTH) {
495
goto fail1;
496
}
497
498
tlv_type = __LE_TO_CPU_16(((uint16_t *)keyp)[0]);
499
tlv_length = __LE_TO_CPU_16(((uint16_t *)keyp)[1]);
Callers
3
_NOTE
Function · 0.70
_NOTE
Function · 0.70
_NOTE
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected