Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dcommon.h39 ID_LEN = 16, /* ID length */ enumerator
282 u8 id[ID_LEN + 1];
H A Dt4_hw.c2716 u8 id_data[ID_LEN];
3060 memcpy(p->id, vpd + offsetof(struct t4_vpd_hdr, id_data), ID_LEN); in get_vpd_params()