Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/marvell/mwifiex/
Dioctl.h239 #define PN_LEN 16 macro
248 u8 pn[PN_LEN]; /* packet number */
Dfw.h112 #define WAPI_KEY_LEN (WLAN_KEY_LEN_SMS4 + PN_LEN + 2)
949 u8 pn[PN_LEN];
Dsta_cmd.c746 PN_LEN); in mwifiex_cmd_802_11_key_material_v2()
877 memcpy(&set->key[2 + enc_key->key_len], enc_key->pn, PN_LEN); in mwifiex_cmd_802_11_key_material_v1()
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
Dcudbg_entity.h228 u8 bn[PN_LEN + 1];
Dcxgb4.h88 PN_LEN = 16, /* Part Number length */ enumerator
395 u8 pn[PN_LEN + 1];
Dcudbg_lib.c2735 memcpy(vpd_data->bn, vpd.pn, PN_LEN + 1); in cudbg_collect_vpd_data()
Dt4_hw.c2800 memcpy(p->pn, vpd + pn, min_t(unsigned int, pn_len, PN_LEN)); in t4_get_raw_vpd_params()