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

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

Completed in 243 milliseconds