/spdk/lib/nvme/ |
H A D | nvme_opal.c | 15 struct opal_session *sess = arg; in opal_nvme_security_recv_done() local 43 struct opal_session *sess = arg; in opal_nvme_security_send_done() local 61 opal_nvme_security_send(struct spdk_opal_dev *dev, struct opal_session *sess, in opal_nvme_security_send() 73 opal_send_recv_done(struct opal_session *sess, int status, void *ctx) in opal_send_recv_done() 80 opal_send_recv(struct spdk_opal_dev *dev, struct opal_session *sess) in opal_send_recv() 100 struct opal_session *sess; in opal_alloc_session() local 112 opal_add_token_u8(int *err, struct opal_session *sess, uint8_t token) in opal_add_token_u8() 126 opal_add_short_atom_header(struct opal_session *sess, bool bytestring, in opal_add_short_atom_header() 141 opal_add_medium_atom_header(struct opal_session *sess, bool bytestring, in opal_add_medium_atom_header() 155 opal_add_token_bytestring(int *err, struct opal_session *sess, in opal_add_token_bytestring() [all …]
|
/spdk/test/unit/lib/nvme/nvme_opal.c/ |
H A D | nvme_opal_ut.c | 34 ut_opal_sess_cb(struct opal_session *sess, int status, void *ctx) in ut_opal_sess_cb() 53 struct opal_session sess = {}; in test_opal_nvme_security_recv_send_done() local 101 struct opal_session sess = {}; in test_opal_add_short_atom_header() local
|
/spdk/test/unit/lib/iscsi/iscsi.c/ |
H A D | iscsi_ut.c | 181 struct spdk_iscsi_sess sess = {}; in op_login_session_normal_test() local 265 struct spdk_iscsi_sess sess = {}; in maxburstlength_test() local 360 struct spdk_iscsi_sess sess = {}; underflow_for_read_transfer_test() local 424 struct spdk_iscsi_sess sess = {}; underflow_for_zero_read_transfer_test() local 489 struct spdk_iscsi_sess sess = {}; underflow_for_request_sense_test() local 581 struct spdk_iscsi_sess sess = {}; underflow_for_check_condition_test() local 649 struct spdk_iscsi_sess sess = {}; add_transfer_task_test() local 730 struct spdk_iscsi_sess sess = {}; get_transfer_task_test() local 786 struct spdk_iscsi_sess sess = {}; del_transfer_task_test() local 914 struct spdk_iscsi_sess sess = {}; clear_all_transfer_tasks_test() local 1340 struct spdk_iscsi_sess sess = {}; pdu_hdr_op_login_test() local 1418 struct spdk_iscsi_sess sess = {}; pdu_hdr_op_text_test() local 1505 struct spdk_iscsi_sess sess = {}; pdu_hdr_op_logout_test() local 1586 struct spdk_iscsi_sess sess = {}; pdu_hdr_op_scsi_test() local 1719 struct spdk_iscsi_sess sess = {}; pdu_hdr_op_task_mgmt_test() local 1806 struct spdk_iscsi_sess sess = {}; pdu_hdr_op_nopout_test() local 1872 struct spdk_iscsi_sess sess = {}; pdu_hdr_op_data_test() local 1995 struct spdk_iscsi_sess sess = {}; empty_text_with_cbit_test() local 2211 struct spdk_iscsi_sess sess = { data_out_pdu_sequence_test() local 2372 struct spdk_iscsi_sess sess = { immediate_data_and_data_out_pdu_sequence_test() local [all...] |
/spdk/test/unit/lib/iscsi/conn.c/ |
H A D | conn_ut.c | 272 struct spdk_iscsi_sess sess = {}; in read_task_split_in_order_case() local 308 struct spdk_iscsi_sess sess = {}; in read_task_split_reverse_order_case() local 344 struct spdk_iscsi_sess sess = {}; in propagate_scsi_error_status_for_split_read_tasks() local 689 struct spdk_iscsi_sess sess = {}; in abort_queued_datain_task_test() local 777 struct spdk_iscsi_sess sess = {}; in abort_queued_datain_tasks_test() local
|
/spdk/test/unit/lib/iscsi/param.c/ |
H A D | param_ut.c | 36 struct spdk_iscsi_sess sess; in burst_length_param_negotiation() local
|
/spdk/test/app/fuzz/iscsi_fuzz/ |
H A D | iscsi_fuzz.c | 70 struct spdk_iscsi_sess sess; member 652 iscsi_fuzz_conn_reset(struct spdk_iscsi_conn *conn, struct spdk_iscsi_sess *sess) in iscsi_fuzz_conn_reset()
|
/spdk/lib/iscsi/ |
H A D | conn.h | 70 struct spdk_iscsi_sess *sess; member
|
H A D | iscsi.c | 499 iscsi_free_sess(struct spdk_iscsi_sess *sess) in iscsi_free_sess() argument 519 struct spdk_iscsi_sess *sess; create_iscsi_sess() local 688 struct spdk_iscsi_sess *sess; append_iscsi_sess() local 4428 struct spdk_iscsi_sess *sess; iscsi_update_cmdsn() local [all...] |
H A D | iscsi_subsystem.c | 96 struct spdk_iscsi_sess *sess = session_buf; in iscsi_sess_ctor() local
|
H A D | conn.c | 358 struct spdk_iscsi_sess *sess; in iscsi_conn_free() local [all...] |
/spdk/module/sock/posix/ |
H A D | posix.c | 574 posix_sock_psk_find_session_server_cb(SSL * ssl,const unsigned char * identity,size_t identity_len,SSL_SESSION ** sess) posix_sock_psk_find_session_server_cb() argument 665 posix_sock_psk_use_session_client_cb(SSL * ssl,const EVP_MD * md,const unsigned char ** identity,size_t * identity_len,SSL_SESSION ** sess) posix_sock_psk_use_session_client_cb() argument [all...] |
/spdk/test/unit/lib/accel/dpdk_cryptodev.c/ |
H A D | accel_dpdk_cryptodev_ut.c | 204 mock_rte_crypto_op_attach_sym_session(struct rte_crypto_op *op, void *sess) in mock_rte_crypto_op_attach_sym_session() argument
|