Home
last modified time | relevance | path

Searched defs:sqn (Results 1 – 9 of 9) sorted by last modified time

/freebsd/sys/dev/mlx5/
H A Dmlx5_ifc.h4522 u8 sqn[0x18]; member
5991 u8 sqn[0x18]; member
6819 u8 sqn[0x18]; member
7629 u8 sqn[0x18]; member
/freebsd/sys/dev/mrsas/
H A Dmrsas.h217 u_int16_t sqn:1; member
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_transobj.c109 int mlx5_core_create_sq(struct mlx5_core_dev *dev, u32 *in, int inlen, u32 *sqn) in mlx5_core_create_sq()
132 void mlx5_core_destroy_sq(struct mlx5_core_dev *dev, u32 sqn) in mlx5_core_destroy_sq()
143 int mlx5_core_query_sq(struct mlx5_core_dev *dev, u32 sqn, u32 *out) in mlx5_core_query_sq()
H A Dmlx5_qp.c522 static void destroy_sq_tracked(struct mlx5_core_dev *dev, u32 sqn, u16 uid) in destroy_sq_tracked()
/freebsd/sys/dev/mlx5/mlx5_en/
H A Den.h822 u32 sqn; member
881 u32 sqn; member
/freebsd/sys/dev/bxe/
H A Decore_hsi.h9438 uint16_t sqn[8] /* Cstorm CQ sequence to notify array, updated by driver */; member
/freebsd/contrib/wpa/src/eap_peer/
H A Deap_aka.c276 u8 opc[16], k[16], sqn[6]; in eap_aka_umts_auth() local
/freebsd/contrib/wpa/src/crypto/
H A Dmilenage.c37 const u8 *sqn, const u8 *amf, u8 *mac_a, u8 *mac_s) in milenage_f1()
174 const u8 *sqn, const u8 *_rand, u8 *autn, u8 *ik, in milenage_generate()
209 u8 *sqn) in milenage_auts()
270 int milenage_check(const u8 *opc, const u8 *k, const u8 *sqn, const u8 *_rand, in milenage_check()
/freebsd/contrib/wpa/hostapd/
H A Dhlr_auc_gw.c88 u8 sqn[6]; member
712 static void inc_sqn(u8 *sqn) in inc_sqn()
814 u8 _auts[EAP_AKA_AUTS_LEN], _rand[EAP_AKA_RAND_LEN], sqn[6]; in aka_auts() local