Searched full:confirmation (Results 1 – 25 of 118) sorted by relevance
12345
/Linux-v5.15/drivers/infiniband/ulp/rtrs/ |
D | rtrs.h | 87 * rtrs_clt_req_ops - it holds the request confirmation callback 90 * @conf_fn: callback function to be called as confirmation 92 * @(conf) confirmation.
|
/Linux-v5.15/lib/ |
D | percpu-refcount.c | 204 /* @ref is viewed as dead on all CPUs, send out switch confirmation */ in percpu_ref_switch_to_atomic_rcu() 231 percpu_ref_get(ref); /* put after confirmation */ in __percpu_ref_switch_to_atomic() 287 * @confirm_switch: optional confirmation callback 365 * percpu_ref_kill_and_confirm - drop the initial ref and schedule confirmation 367 * @confirm_kill: optional confirmation callback 369 * Equivalent to percpu_ref_kill() but also schedules kill confirmation if
|
/Linux-v5.15/Documentation/networking/ |
D | x25-iface.rst | 38 confirmation message should be returned as soon as possible. 43 confirmation message should be returned as soon as possible.
|
D | tls-offload.rst | 317 When the header is matched the device sends a confirmation request 329 confirmation from the kernel). The implementation may choose to periodically 333 Special care has to be taken if the confirmation request is passed 335 by the kernel before the confirmation request.
|
/Linux-v5.15/Documentation/networking/device_drivers/ethernet/freescale/ |
D | dpaa.rst | 85 Tx Cnf FQ Tx confirmation FQs 143 confirmation frame queues. The driver is then responsible for freeing the 146 driver on a confirmation FQ, the skb can be correctly consumed. 184 Traffic coming on the DPAA Rx queues or on the DPAA Tx confirmation
|
/Linux-v5.15/drivers/rtc/ |
D | rtc-wm8350.c | 114 /* Wait until confirmation of stopping */ in wm8350_rtc_settime() 121 dev_err(dev, "timed out on set confirmation\n"); in wm8350_rtc_settime() 197 /* Wait until confirmation of stopping */ in wm8350_rtc_stop_alarm() 220 /* Wait until confirmation */ in wm8350_rtc_start_alarm()
|
/Linux-v5.15/drivers/net/ethernet/freescale/dpaa/ |
D | dpaa_eth_sysfs.c | 78 str = "Tx default confirmation"; in dpaa_eth_show_fqids() 81 str = "Tx confirmation (mq)"; in dpaa_eth_show_fqids()
|
D | dpaa_eth_trace.h | 120 /* Tx confirmation fd */
|
/Linux-v5.15/drivers/net/ethernet/freescale/fman/ |
D | fman_port.h | 116 /* For Tx - Default Confirmation queue, 0 means no Tx confirmation
|
/Linux-v5.15/Documentation/devicetree/bindings/iio/humidity/ |
D | dht11.yaml | 15 absolute confirmation of this, or what the aosong part number is.
|
/Linux-v5.15/include/net/ |
D | rose.h | 53 ROSE_STATE_2, /* Awaiting Clear Confirmation */ 55 ROSE_STATE_4, /* Awaiting Reset Confirmation */
|
D | x25.h | 63 X25_STATE_2, /* Awaiting Clear Confirmation */ 65 X25_STATE_4, /* Awaiting Reset Confirmation */
|
/Linux-v5.15/drivers/staging/wfx/ |
D | hif_tx.h | 3 * Implementation of host-to-chip commands (aka request/confirmation) of WFxxx
|
D | hif_rx.c | 31 dev_warn(wdev->dev, "unexpected confirmation: 0x%.2x\n", cmd); in hif_generic_confirm() 411 dev_err(wdev->dev, "unexpected HIF confirmation: ID %02x\n", in wfx_handle_rx()
|
/Linux-v5.15/net/rose/ |
D | rose_in.c | 69 * State machine for state 2, Awaiting Clear Confirmation State. 208 * State machine for state 4, Awaiting Reset Confirmation State.
|
/Linux-v5.15/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/ |
D | ethernet-driver.rst | 112 confirmation frame is sent back to the CPU. 119 Each network interface can have multiple Rx, Tx and confirmation queues affined
|
/Linux-v5.15/Documentation/w1/slaves/ |
D | w1_ds2413.rst | 57 its inverted form and it is waiting for a confirmation.
|
/Linux-v5.15/drivers/net/wireless/ath/ath11k/ |
D | dp.h | 322 * Host should wait for confirmation message before sending new SRING 1442 * Purpose: Provide a mechanism to match a target->host stats confirmation 1447 * Purpose: Provide a mechanism to match a target->host stats confirmation 1515 * to host stats upload confirmation message. 1517 * upload request, which identifies which request the confirmation is 1544 * Purpose: Identifies this is a extended statistics upload confirmation 1549 * Purpose: Provide a mechanism to match a target->host stats confirmation 1554 * Purpose: Provide a mechanism to match a target->host stats confirmation
|
/Linux-v5.15/sound/soc/au1x/ |
D | psc-i2s.c | 199 /* wait for start confirmation */ in au1xpsc_i2s_start() 220 /* wait for stop confirmation */ in au1xpsc_i2s_stop()
|
/Linux-v5.15/net/x25/ |
D | x25_in.c | 171 * State machine for state 2, Awaiting Clear Confirmation State. 340 * State machine for state 4, Awaiting Reset Confirmation State.
|
/Linux-v5.15/drivers/net/ethernet/freescale/dpaa2/ |
D | dpaa2-eth-trace.h | 84 /* Tx confirmation fd */
|
/Linux-v5.15/drivers/net/wireless/ath/ath10k/ |
D | htt.h | 310 * @cookie_lsb: used for confirmation message from target->host 1393 * (within a stats upload confirmation message). 1407 * to host stats upload confirmation message. 1409 * upload request, which identifies which request the confirmation is 1444 * Purpose: identifies this is a statistics upload confirmation message 1448 * Purpose: Provide a mechanism to match a target->host stats confirmation 1453 * Purpose: Provide a mechanism to match a target->host stats confirmation
|
/Linux-v5.15/drivers/net/wireguard/ |
D | noise.c | 212 * received a confirmation response, which means this new in add_new_keypair() 241 * until we receive confirmation via the first data packet, so in add_new_keypair() 276 /* When we've finally received the confirmation, we slide the next in wg_noise_received_with_keypair()
|
/Linux-v5.15/drivers/net/can/usb/ |
D | ems_usb.c | 39 #define CPC_MSG_TYPE_CONFIRM 20 /* command processed confirmation */ 193 u8 msgid; /* confirmation handle */ 201 struct cpc_confirm confirmation; member
|
/Linux-v5.15/include/scsi/fc/ |
D | fc_fcp.h | 166 #define FCP_CONF_REQ 0x10 /* confirmation requested */
|
12345