Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/
H A Dssl.h953 void *p_cookie; /*!< context for the cookie callbacks */ member
2184 void *p_cookie );
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/
H A Dssl.h953 void *p_cookie; /*!< context for the cookie callbacks */ member
2184 void *p_cookie );
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/
H A Dssl.h953 void *p_cookie; /*!< context for the cookie callbacks */ member
2184 void *p_cookie );
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/
H A Dssl.h953 void *p_cookie; /*!< context for the cookie callbacks */ member
2184 void *p_cookie );
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/
H A Dqed_ll2.c320 static int qed_ll2_txq_completion(struct qed_hwfn *p_hwfn, void *p_cookie) in qed_ll2_txq_completion() argument
322 struct qed_ll2_info *p_ll2_conn = p_cookie; in qed_ll2_txq_completion()
831 static int qed_ll2_lb_rxq_completion(struct qed_hwfn *p_hwfn, void *p_cookie) in qed_ll2_lb_rxq_completion() argument
833 struct qed_ll2_info *p_ll2_conn = (struct qed_ll2_info *)p_cookie; in qed_ll2_lb_rxq_completion()
852 static int qed_ll2_lb_txq_completion(struct qed_hwfn *p_hwfn, void *p_cookie) in qed_ll2_lb_txq_completion() argument
854 struct qed_ll2_info *p_ll2_conn = (struct qed_ll2_info *)p_cookie; in qed_ll2_lb_txq_completion()