Searched refs:operation (Results 26 - 50 of 214) sorted by relevance

123456789

/linux-master/drivers/net/ethernet/engleder/
H A Dtsnep_tc.c8 /* save one operation at the end for additional operation at list change */
44 gcl->operation[index].properties = properties;
45 gcl->operation[index].interval = interval;
63 * - change is triggered at start of operation (minimum one operation)
64 * - operation with adjusted interval is inserted on demand to exactly
68 * operation
75 duration += gcl->operation[index].interval;
114 * - change duration of last operation
[all...]
/linux-master/tools/hv/
H A Dhv_vss_daemon.c113 static int vss_operate(int operation) argument
124 switch (operation) {
160 if (operation == VSS_OP_FREEZE) {
171 if (operation == VSS_OP_FREEZE) {
178 if (operation == VSS_OP_THAW && !error)
268 vss_msg->vss_hdr.operation = VSS_OP_REGISTER1;
314 op = vss_msg->vss_hdr.operation;
/linux-master/drivers/staging/greybus/
H A Dusb.c102 struct gb_operation *operation; local
111 operation = gb_operation_create(dev->connection,
116 if (!operation)
119 request = operation->request->payload;
125 ret = gb_operation_request_send_sync(operation);
131 response = operation->response->payload;
135 gb_operation_put(operation);
H A Dspilib.c169 struct gb_operation *operation; local
232 operation = gb_operation_create(connection, GB_SPI_TYPE_TRANSFER,
234 if (!operation)
237 request = operation->request->payload;
294 return operation;
333 struct gb_operation *operation; local
348 operation = gb_spi_operation_create(spi, connection, msg);
349 if (!operation) {
355 ret = gb_operation_request_send_sync_timeout(operation,
358 response = operation
[all...]
/linux-master/drivers/md/dm-vdo/
H A Daction-manager.c20 * @operation: The admin operation associated with this action.
30 const struct admin_state_code *operation; member in struct:action
208 int result = vdo_start_operation(&manager->state, action->operation);
243 /* Don't schedule a default action if we are operating or not in normal operation. */
302 * vdo_schedule_operation() - Schedule an operation to be applied to all zones.
304 * @operation: The operation this action will perform
313 * The operation's action will be launched immediately if there is no current action, or as soon as
314 * the current action completes. If there is already a pending action, this operation wil
320 vdo_schedule_operation(struct action_manager *manager, const struct admin_state_code *operation, vdo_action_preamble_fn preamble, vdo_zone_action_fn action, vdo_action_conclusion_fn conclusion, struct vdo_completion *parent) argument
351 vdo_schedule_operation_with_context(struct action_manager *manager, const struct admin_state_code *operation, vdo_action_preamble_fn preamble, vdo_zone_action_fn action, vdo_action_conclusion_fn conclusion, void *context, struct vdo_completion *parent) argument
[all...]
H A Dlogical-zone.h72 const struct admin_state_code *operation,
/linux-master/drivers/block/xen-blkback/
H A Dblkback.c450 enum req_op operation)
455 if ((operation != REQ_OP_READ) && vbd->readonly)
683 pending_req->operation, pending_req->status);
908 (pending_req->operation != BLKIF_OP_READ));
1005 make_response(ring, req->u.discard.id, req->operation, status);
1015 make_response(ring, req->u.other.id, req->operation,
1041 if (pending_req->operation == BLKIF_OP_FLUSH_DISKCACHE &&
1046 } else if (pending_req->operation == BLKIF_OP_WRITE_BARRIER &&
1052 pr_debug("Buffer not up-to-date at end of operation,"
1080 dst->operation
449 xen_vbd_translate(struct phys_req *req, struct xen_blkif *blkif, enum req_op operation) argument
1300 enum req_op operation; local
[all...]
/linux-master/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_cle.c96 SET_VAL(CLE_BR_OP, br->operation) |
214 .operation = EQT,
225 .operation = EQT,
250 .operation = EQT,
262 .operation = EQT,
273 .operation = EQT,
298 .operation = EQT,
310 .operation = EQT,
322 .operation = EQT,
334 .operation
[all...]
/linux-master/drivers/media/usb/dvb-usb-v2/
H A Dau6610.c14 static int au6610_usb_msg(struct dvb_usb_device *d, u8 operation, u8 addr, argument
44 ret = usb_control_msg(d->udev, usb_rcvctrlpipe(d->udev, 0), operation,
48 dvb_usb_dbg_usb_control_msg(d->udev, operation,
55 switch (operation) {
/linux-master/include/uapi/linux/
H A Dhyperv.h74 __u8 operation; member in struct:hv_vss_hdr
132 __u32 operation; member in struct:hv_fcopy_hdr
262 * that I chose to treat the registration operation as part of the
351 __u8 operation; member in struct:hv_kvp_hdr
406 __u8 operation; member in struct:hv_kvp_ip_msg
/linux-master/drivers/greybus/
H A Dcontrol.c154 struct gb_operation *operation; local
157 operation = gb_operation_create_core(control->connection,
161 if (!operation)
164 request = operation->request->payload;
167 ret = gb_operation_request_send_sync(operation);
173 gb_operation_put(operation);
180 struct gb_operation *operation; local
183 operation = gb_operation_create_core(control->connection,
188 if (!operation)
191 ret = gb_operation_request_send_sync(operation);
[all...]
H A Dsvc.c20 struct gb_operation *operation; member in struct:gb_svc_deferred_request
23 static int gb_svc_queue_deferred_request(struct gb_operation *operation);
278 * increase the timeout so the operation will not return to soon.
618 "failed to send set power mode operation to interface %u: %d\n",
922 static void gb_svc_process_hello_deferred(struct gb_operation *operation) argument
924 struct gb_connection *connection = operation->connection;
954 static void gb_svc_process_module_inserted(struct gb_operation *operation) argument
957 struct gb_connection *connection = operation->connection;
967 request = operation->request->payload;
1002 static void gb_svc_process_module_removed(struct gb_operation *operation) argument
1030 gb_svc_process_intf_oops(struct gb_operation *operation) argument
1061 gb_svc_process_intf_mailbox_event(struct gb_operation *operation) argument
1092 struct gb_operation *operation; local
1125 gb_svc_queue_deferred_request(struct gb_operation *operation) argument
[all...]
/linux-master/include/xen/interface/io/
H A Dblkif.h121 * Discard operation is a request for the underlying block device to mark
246 uint8_t operation; /* BLKIF_OP_??? */ member in struct:blkif_request
257 uint8_t operation; /* copied from request */ member in struct:blkif_response
H A Dsndif.h550 * operation with buffer space sharing: part of the buffer allocated at
562 * | id | operation | reserved | 4
567 * operation - uint8_t, operation code, XENSND_OP_???
681 * | id | operation | reserved | 4
696 * operation - XENSND_OP_READ for read or XENSND_OP_WRITE for write
708 * | id | operation | reserved | 4
723 * operation - XENSND_OP_SET_VOLUME for volume set
750 * | id | operation | reserved | 4
765 * operation
999 uint8_t operation; member in struct:xensnd_req
1012 uint8_t operation; member in struct:xensnd_resp
[all...]
H A Ddisplif.h170 * for this domain during XENDISPL_OP_DBUF_CREATE operation (see below
417 * | id | operation | reserved | 4
422 * operation - uint8_t, operation code, XENDISPL_OP_???
473 * flags - uint32_t, flags of the operation
795 * | id | operation | reserved | 4
862 uint8_t operation; member in struct:xendispl_req
878 uint8_t operation; member in struct:xendispl_resp
/linux-master/drivers/hv/
H A Dhv_fcopy.c125 int operation = fcopy_transaction.fcopy_msg->operation; local
141 switch (operation) {
148 smsg_out->hdr.operation = operation;
396 fcopy_msg->operation = CANCEL_FCOPY;
/linux-master/tools/perf/
H A Dbuiltin-mem.c37 int operation; member in struct:perf_mem
61 mem->operation = 0;
127 (mem->operation & MEM_OPERATION_LOAD) &&
128 (mem->operation & MEM_OPERATION_STORE)) {
132 if (mem->operation & MEM_OPERATION_LOAD) {
137 if (mem->operation & MEM_OPERATION_STORE) {
331 if (!(mem->operation & MEM_OPERATION_LOAD)) {
471 .operation = MEM_OPERATION_LOAD | MEM_OPERATION_STORE,
474 OPT_CALLBACK('t', "type", &mem.operation,
503 if (!argc || !(strncmp(argv[0], "rec", 3) || mem.operation))
[all...]
/linux-master/tools/net/ynl/
H A Dynl-gen-rst.py167 for operation in operations:
168 lines.append(rst_section(operation["name"]))
169 lines.append(rst_paragraph(sanitize(operation["doc"])) + "\n")
171 for key in operation.keys():
175 lines.append(rst_fields(key, operation[key], 0))
177 if "do" in operation:
179 lines.append(parse_do(operation["do"], 0))
180 if "dump" in operation:
182 lines.append(parse_do(operation["dump"], 0))
/linux-master/tools/testing/selftests/tc-testing/
H A Dtdc_batch.py33 "--operation",
36 help="operation to perform on filters"
94 if args.operation == "del":
96 elif args.operation == "replace":
/linux-master/drivers/misc/cxl/
H A Dflash.c228 static int handle_image(struct cxl *adapter, int operation, argument
306 __func__, operation, need_header, entries, continue_token);
314 if (rc == 0) /* success of download/validation operation */
323 static int transfer_image(struct cxl *adapter, int operation, argument
329 switch (operation) {
331 rc = handle_image(adapter, operation,
340 rc = handle_image(adapter, operation,
372 static long ioctl_transfer_image(struct cxl *adapter, int operation, argument
389 return transfer_image(adapter, operation, &ai);
/linux-master/drivers/s390/block/
H A Ddasd_fba.h36 } __attribute__ ((packed)) operation; member in struct:LO_fba_data
/linux-master/drivers/infiniband/hw/mlx5/
H A Ddm.h66 u8 operation);
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dphy.h207 * @operation: see &enum iwl_mvm_ctdp_cmd_operation
212 __le32 operation; member in struct:iwl_mvm_ctdp_cmd
/linux-master/tools/perf/util/cs-etm-decoder/
H A Dcs-etm-decoder.h62 int operation; member in struct:cs_etm_decoder_params
/linux-master/lib/kunit/
H A Dassert.c126 binary_assert->text->operation,
154 binary_assert->text->operation,
194 binary_assert->text->operation,
254 mem_assert->text->operation,

Completed in 226 milliseconds

123456789