Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_ice.c3937 uint32_t hdr_len_dword; in ice_get_nvm_css_hdr_len() local
3952 hdr_len_dword = hdr_len_h << 16 | hdr_len_l; in ice_get_nvm_css_hdr_len()
3953 *hdr_len = (hdr_len_dword * 2) + ICE_NVM_AUTH_HEADER_LEN; in ice_get_nvm_css_hdr_len()