Searched refs:session (Results 1 - 25 of 249) sorted by path

12345678910

/linux-master/Documentation/networking/
H A Dmac80211-auth-assoc-deauth.txt22 BA session stop & deauth/disassoc frames
/linux-master/drivers/net/fddi/skfp/h/
H A Dsba.h73 struct s_sba_sessions session[MAX_SESSIONS] ; member in struct:s_sba
76 /* free session */
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dampdu.h21 * Data structure representing an in-progress session for accumulating
40 void brcms_c_ampdu_reset_session(struct brcms_ampdu_session *session,
42 int brcms_c_ampdu_add_frame(struct brcms_ampdu_session *session,
44 void brcms_c_ampdu_finalize(struct brcms_ampdu_session *session);
/linux-master/include/scsi/
H A Dlibiscsi_tcp.h121 extern int iscsi_tcp_r2tpool_alloc(struct iscsi_session *session);
122 extern void iscsi_tcp_r2tpool_free(struct iscsi_session *session);
/linux-master/include/uapi/linux/
H A Datmsvc.h37 unsigned int session; /* for p2pm */ member in struct:atmsvc_msg
/linux-master/tools/perf/util/
H A Dintel-bts.h32 struct perf_session *session);
H A Ds390-cpumsf.h20 struct perf_session *session);
/linux-master/arch/um/drivers/
H A Dvector_transports.c134 uint32_t *session; local
156 session = (uint32_t *) (header + td->session_offset);
157 if (*session != td->rx_session) {
159 netdev_err(vp->dev, "uml_l2tpv3: session mismatch");
/linux-master/block/
H A Dsed-opal.c555 * session. If an error occurred in the initial discovery0 or if an
558 * start a session. Therefore we shouldn't attempt to terminate a
559 * session, as one has not yet been created.
1225 pr_debug("Couldn't authenticate session\n");
1524 lr = setup->session.opal_key.lr;
1623 lrst->session.opal_key.lr);
1631 lrst->session.opal_key.lr, OPAL_RANGESTART,
1729 pr_debug("Cannot start Admin SP session with auth %d\n", auth);
1734 pr_debug("Error building start adminsp session command.\n");
1791 struct opal_session_info *session local
1851 struct opal_session_info *session = data; local
1899 struct opal_session_info *session = data; local
[all...]
/linux-master/drivers/block/rnbd/
H A Drnbd-clt-sysfs.c444 __ATTR_RO(session);
505 "Usage: echo \"[dest_port=server port number] sessname=<name of the rtrs session> path=<[srcaddr@]dstaddr> [path=<[srcaddr@]dstaddr>] device_path=<full path on remote side> [access_mode=<ro|rw|migration>] [nr_poll_queues=<number of queues>]\" > %s\n\naddr ::= [ ip:<ipv4> | ip:<ipv6> | gid:<gid> ]\n",
599 pr_info("Mapping device %s on session %s, (access_mode: %s, nr_poll_queues: %d)\n",
/linux-master/drivers/cdrom/
H A Dgdrom.c254 * byte 1 = session
258 static int gdrom_readtoc_cmd(struct gdromtoc *toc, int session) argument
269 toc_command->cmd[1] = session;
343 pr_info("No data on the last session of the CD\n");
/linux-master/drivers/char/hw_random/
H A Doptee-rng.c56 * @session_id: RNG TA session identifier.
87 inv_arg.session = pvt_data->session_id;
187 inv_arg.session = pvt_data.session_id;
228 /* Open session with hwrng Trusted App */
240 pvt_data.session_id = sess_arg.session;
/linux-master/drivers/char/tpm/
H A Dtpm_ftpm_tee.c97 .session = pvt_data->session,
240 /* Open a session with fTPM TA */
253 pvt_data->session = sess_arg.session;
291 tee_client_close_session(pvt_data->ctx, pvt_data->session);
325 /* close the existing session with fTPM TA*/
326 tee_client_close_session(pvt_data->ctx, pvt_data->session);
352 tee_client_close_session(pvt_data->ctx, pvt_data->session);
H A Dtpm_ftpm_tee.h25 * @session: fTPM TA session identifier.
33 u32 session; member in struct:ftpm_tee_private
/linux-master/drivers/crypto/
H A Dhifn_795x.c549 volatile __le16 session; member in struct:hifn_base_result
/linux-master/drivers/firmware/arm_scmi/
H A Doptee.c107 * @tee_session: TEE session identifier
157 /* Open a session toward SCMI OP-TEE service with REE_KERNEL identity */
170 dev_err(dev, "Can't open tee session: %d / %#x\n", ret, arg.ret);
174 *tee_session = arg.session;
197 arg.session = tee_session;
237 arg.session = channel->tee_session;
262 .session = channel->tee_session,
285 .session = channel->tee_session,
447 dev_warn(dev, "Could not switch to system session, do best effort\n");
/linux-master/drivers/firmware/broadcom/
H A Dtee_bnxt_fw.c55 * @session_id: TA session identifier.
74 arg->session = pvt_data.session_id;
199 /* Open session with Bnxt load Trusted App */
211 pvt_data.session_id = sess_arg.session;
/linux-master/drivers/firmware/efi/stmm/
H A Dtee_stmm_efi.c24 u32 session; member in struct:tee_stmm_efi_private
78 arg.session = pvt_data.session;
521 tee_client_close_session(pvt_data.ctx, pvt_data.session);
544 /* Open session with StMM PTA */
553 pvt_data.session = sess_arg.session;
/linux-master/drivers/infiniband/ulp/iser/
H A Discsi_iser.c100 MODULE_PARM_DESC(max_lun, "Max LUNs to allow per session, should > 0 (default:512)");
415 * @conn_idx: connection index within the session (for MCS)
443 * @cls_session: iscsi class session
446 * @is_leading: indicate if this is the session leading connection (MCS)
483 error = iser_alloc_rx_descriptors(iser_conn, conn->session);
506 * from this point iscsi must call conn_stop in session/connection
561 * iscsi_iser_session_destroy() - destroy iscsi-iser session
562 * @cls_session: iscsi class session
594 * iscsi_iser_session_create() - create an iscsi-iser session
596 * @cmds_max: maximum commands in this session
[all...]
H A Discsi_iser.h541 struct iscsi_session *session);
H A Diser_initiator.c224 struct iscsi_session *session)
233 iser_conn->qp_max_recv_dtos = session->cmds_max;
235 if (iser_alloc_fastreg_pool(ib_conn, session->scsi_cmds_max,
242 iser_conn->num_rx_descs = session->cmds_max;
306 struct iscsi_session *session = conn->session; local
315 if (session->discovery_sess) {
316 iser_info("Discovery session, re-using login RX buffer\n");
320 iser_info("Normal session, posting batch of RX %d buffers\n",
569 iser_conn->iscsi_conn->session
223 iser_alloc_rx_descriptors(struct iser_conn *iser_conn, struct iscsi_session *session) argument
[all...]
/linux-master/drivers/md/dm-vdo/
H A DMakefile51 indexer/index-session.o \
H A Ddedupe.c2048 * session we are closing.
2051 /* Close the index session, while not holding the lock. */
2078 /* Open the index session, while not holding the lock */
2387 context->request.session = zones->index_session;
/linux-master/drivers/md/dm-vdo/indexer/
H A Dindex-session.c6 #include "index-session.h"
19 * The index session contains a lock (the request_mutex) which ensures that only one thread can
25 * If the index session is suspended shortly after opening an index, it may have to suspend during
27 * so UDS allows the rebuild to be paused in order to suspend the session in a timely manner. When
28 * the index session is resumed, the rebuild can continue from where it left off. If the index
29 * session is shut down with a suspended rebuild, the rebuild progress is abandoned and the rebuild
36 /* The session has started loading an index but not completed it. */
38 /* The session has loaded an index, which can handle requests. */
40 /* The session's index has been permanently disabled. */
42 /* The session'
222 struct uds_index_session *session; local
244 uds_create_index_session(struct uds_index_session **session) argument
327 uds_open_index(enum uds_open_index_type open_type, const struct uds_parameters *parameters, struct uds_index_session *session) argument
380 suspend_rebuild(struct uds_index_session *session) argument
416 uds_suspend_index_session(struct uds_index_session *session, bool save) argument
463 replace_device(struct uds_index_session *session, struct block_device *bdev) argument
479 uds_resume_index_session(struct uds_index_session *session, struct block_device *bdev) argument
[all...]
H A Dindexer.h26 * A client must first create an index session to interact with an index. Once created, the session
27 * can be shared among multiple threads or users. When a session is destroyed, it will also close
247 /* The index session that will manage this request */
248 struct uds_index_session *session; member in struct:uds_request
290 /* A session is required for most index operations. */
291 int __must_check uds_create_index_session(struct uds_index_session **session);
293 /* Destroying an index session also closes and saves the associated index. */
294 int uds_destroy_index_session(struct uds_index_session *session);
297 * Create or open an index with an existing session
[all...]

Completed in 313 milliseconds

12345678910