Home
last modified time | relevance | path

Searched refs:confirm (Results 1 – 25 of 44) sorted by relevance

12

/Linux-v5.4/drivers/net/wireless/intersil/prism54/
Disl_ioctl.c2265 struct obj_mlmeex *confirm; in prism54_process_trap_helper() local
2353 confirm = kmalloc(sizeof(struct obj_mlmeex) + 6, GFP_ATOMIC); in prism54_process_trap_helper()
2355 if (!confirm) in prism54_process_trap_helper()
2358 memcpy(&confirm->address, mlmeex->address, ETH_ALEN); in prism54_process_trap_helper()
2361 confirm->id = -1; /* or mlmeex->id ? */ in prism54_process_trap_helper()
2362 confirm->state = 0; /* not used */ in prism54_process_trap_helper()
2363 confirm->code = 0; in prism54_process_trap_helper()
2364 confirm->size = 6; in prism54_process_trap_helper()
2365 confirm->data[0] = 0x00; in prism54_process_trap_helper()
2366 confirm->data[1] = 0x00; in prism54_process_trap_helper()
[all …]
/Linux-v5.4/include/linux/
Dpipe_fs_i.h83 int (*confirm)(struct pipe_inode_info *, struct pipe_buffer *); member
142 return buf->ops->confirm(pipe, buf); in pipe_buf_confirm()
/Linux-v5.4/net/x25/
Dx25_link.c73 int confirm; in x25_link_control() local
77 confirm = !x25_t20timer_pending(nb); in x25_link_control()
80 if (confirm) in x25_link_control()
/Linux-v5.4/Documentation/ABI/stable/
Dvdso27 The maintainers of the other vDSO-using architectures should confirm
/Linux-v5.4/Documentation/networking/
Dx25-iface.txt101 driver's LAPB protocol must not confirm reception of the frame
112 the driver should not confirm delivery of the frame and drop it.
/Linux-v5.4/drivers/soc/fsl/qbman/
DKconfig33 exercise the BMan APIs to confirm functionality
/Linux-v5.4/Documentation/hwmon/
Dlm73.rst78 'update_interval' value after a write operation will confirm the
Dlm83.rst40 list and an unconfirmed list follow. If you can confirm or infirm the
/Linux-v5.4/fs/
Dpipe.c231 .confirm = generic_pipe_buf_confirm,
238 .confirm = generic_pipe_buf_confirm,
245 .confirm = generic_pipe_buf_confirm,
Dsplice.c142 .confirm = page_cache_pipe_buf_confirm,
159 .confirm = generic_pipe_buf_confirm,
328 .confirm = generic_pipe_buf_confirm,
342 .confirm = generic_pipe_buf_confirm,
/Linux-v5.4/Documentation/admin-guide/
Dinit.rst37 non-script binary such as ``/bin/sh`` and confirm its successful execution.
Dmodule-signing.rst242 signature is present but it does not confirm that the signature is valid!
/Linux-v5.4/net/qrtr/
Dqrtr.c373 int confirm; in qrtr_node_rx_work() local
380 confirm = !!cb->confirm_rx; in qrtr_node_rx_work()
394 if (confirm) { in qrtr_node_rx_work()
/Linux-v5.4/Documentation/networking/device_drivers/freescale/dpaa2/
Ddpio-driver.rst72 . . tx confirm> | | dequeue>
/Linux-v5.4/Documentation/devicetree/bindings/dma/
Dqcom_hidma_mgmt.txt38 to confirm. If reset is not completed within this time, HW reports reset
/Linux-v5.4/drivers/usb/gadget/udc/
Damd5536udc.h447 u32 confirm; member
/Linux-v5.4/drivers/scsi/bfa/
Dbfa_fc.h491 u32 confirm:1; member
512 u32 confirm:1; member
Dbfa_fcs_fcpim.c527 itnim->conf_comp = sparams->confirm; in bfa_fcs_itnim_prli_response()
/Linux-v5.4/net/smc/
Dsmc_rx.c139 .confirm = generic_pipe_buf_confirm,
/Linux-v5.4/Documentation/virt/kvm/devices/
Darm-vgic.txt56 confirm its expected behavior is aligned with the KVM implementation.
Darm-vgic-v3.txt105 GICD_IIDR from KVM and write back the read value to confirm its expected
/Linux-v5.4/fs/nfs/
Dnfs4state.c115 .confirm = clp->cl_confirm, in nfs4_init_clientid()
131 clp->cl_confirm = clid.confirm; in nfs4_init_clientid()
162 .confirm = clp->cl_confirm, in nfs40_discover_server_trunking()
176 clp->cl_confirm = clid.confirm; in nfs40_discover_server_trunking()
/Linux-v5.4/drivers/net/can/
DKconfig80 # Please consider switching to the netdev trigger and confirm it
/Linux-v5.4/Documentation/input/devices/
Dxpad.rst134 the xpad module should be auto loaded. To confirm you can cat
/Linux-v5.4/drivers/net/wireless/marvell/mwifiex/
DREADME145 num_cmd_sleep_cfm_fail = <number of sleep confirm failed to send to device>

12