Home
last modified time | relevance | path

Searched refs:reply (Results 676 - 700 of 797) sorted by relevance

1...<<21222324252627282930>>...32

/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_cpl.h658 __u8 reply; member
663 /* cpl_set_tcb.reply fields */
671 __u8 reply; member
/kernel/linux/linux-5.10/drivers/misc/mei/
H A Dhw-me.c741 goto reply; in mei_me_pg_legacy_exit_sync()
752 reply: in mei_me_pg_legacy_exit_sync()
/kernel/linux/linux-5.10/net/ipv4/
H A Dip_tunnel_core.c255 * iptunnel_pmtud_check_icmp() - Trigger ICMP reply if needed and allowed
259 * Return: 0 for no ICMP reply, length if built, negative value on error.
348 * iptunnel_pmtud_check_icmpv6() - Trigger ICMPv6 reply if needed and allowed
352 * Return: 0 for no ICMPv6 reply, length if built, negative value on error.
392 * skb_tunnel_check_pmtu() - Check, update PMTU and trigger ICMP reply as needed
396 * @reply: Build matching ICMP or ICMPv6 message as a result
408 int headroom, bool reply) in skb_tunnel_check_pmtu()
418 if (!reply || skb->pkt_type == PACKET_HOST) in skb_tunnel_check_pmtu()
407 skb_tunnel_check_pmtu(struct sk_buff *skb, struct dst_entry *encap_dst, int headroom, bool reply) skb_tunnel_check_pmtu() argument
/kernel/linux/linux-6.6/drivers/misc/mei/
H A Dhw-me.c780 goto reply; in mei_me_pg_legacy_exit_sync()
792 reply: in mei_me_pg_legacy_exit_sync()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_cpl.h658 __u8 reply; member
663 /* cpl_set_tcb.reply fields */
671 __u8 reply; member
/kernel/linux/linux-6.6/net/ipv4/
H A Dip_tunnel_core.c255 * iptunnel_pmtud_check_icmp() - Trigger ICMP reply if needed and allowed
259 * Return: 0 for no ICMP reply, length if built, negative value on error.
348 * iptunnel_pmtud_check_icmpv6() - Trigger ICMPv6 reply if needed and allowed
352 * Return: 0 for no ICMPv6 reply, length if built, negative value on error.
392 * skb_tunnel_check_pmtu() - Check, update PMTU and trigger ICMP reply as needed
396 * @reply: Build matching ICMP or ICMPv6 message as a result
408 int headroom, bool reply) in skb_tunnel_check_pmtu()
418 if (!reply || skb->pkt_type == PACKET_HOST) in skb_tunnel_check_pmtu()
407 skb_tunnel_check_pmtu(struct sk_buff *skb, struct dst_entry *encap_dst, int headroom, bool reply) skb_tunnel_check_pmtu() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dhs20_supplicant.c339 char *reply, size_t buf_len) in hs20_get_icon()
364 os_memcpy(reply, b64, b64_size); in hs20_get_icon()
337 hs20_get_icon(struct wpa_supplicant *wpa_s, const u8 *bssid, const char *file_name, size_t offset, size_t size, char *reply, size_t buf_len) hs20_get_icon() argument
H A Dwnm_sta.c1366 int reply) in ieee802_11_rx_bss_trans_mgmt_req()
1394 wpa_s->wnm_reply = reply; in ieee802_11_rx_bss_trans_mgmt_req()
1565 } else if (reply) { in ieee802_11_rx_bss_trans_mgmt_req()
1364 ieee802_11_rx_bss_trans_mgmt_req(struct wpa_supplicant *wpa_s, const u8 *pos, const u8 *end, int reply) ieee802_11_rx_bss_trans_mgmt_req() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dhs20_supplicant.c340 char *reply, size_t buf_len) in hs20_get_icon()
365 os_memcpy(reply, b64, b64_size); in hs20_get_icon()
338 hs20_get_icon(struct wpa_supplicant *wpa_s, const u8 *bssid, const char *file_name, size_t offset, size_t size, char *reply, size_t buf_len) hs20_get_icon() argument
H A Dwnm_sta.c1398 int reply) in ieee802_11_rx_bss_trans_mgmt_req()
1426 wpa_s->wnm_reply = reply; in ieee802_11_rx_bss_trans_mgmt_req()
1597 } else if (reply) { in ieee802_11_rx_bss_trans_mgmt_req()
1396 ieee802_11_rx_bss_trans_mgmt_req(struct wpa_supplicant *wpa_s, const u8 *pos, const u8 *end, int reply) ieee802_11_rx_bss_trans_mgmt_req() argument
/kernel/linux/linux-6.6/include/trace/events/
H A Drpcrdma.h791 DEFINE_WRCH_EVENT(reply); variable
810 { rpcrdma_replych, "reply chunk" })
1479 DEFINE_CALLBACK_EVENT(reply); variable
2113 DEFINE_POST_CHUNK_EVENT(reply); variable
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/
H A Dti-sn65dsi86.c559 msg->reply = 0; in ti_sn_aux_transfer()
612 msg->reply |= DP_AUX_I2C_REPLY_NACK; in ti_sn_aux_transfer()
616 msg->reply |= DP_AUX_NATIVE_REPLY_NACK; in ti_sn_aux_transfer()
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/
H A Dmpi3mr_app.c88 pel_reply = (struct mpi3_pel_reply *)mrioc->pel_abort_cmd.reply; in mpi3mr_bsg_pel_abort()
950 * if any and reply, sense information to user provided buffers.
1266 memset(mrioc->bsg_cmds.reply, 0, mrioc->reply_sz); in mpi3mr_bsg_process_mpt_cmds()
1360 mrioc->bsg_cmds.reply, mrioc->reply_sz); in mpi3mr_bsg_process_mpt_cmds()
1629 * reply_queue_count_show - SysFS callback for reply queue count
1634 * Return: sysfs_emit() return after copying reply queue count
/third_party/python/Lib/idlelib/
H A Deditor.py1124 reply = self.maybesave()
1125 if str(reply) != "cancel":
1127 return reply
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
H A Dvulkan_command_buffer_utils.cpp530 xcb_intern_atom_reply_t *reply = xcb_intern_atom_reply(info.connection, cookie, 0); in init_window() local
535 xcb_change_property(info.connection, XCB_PROP_MODE_REPLACE, info.window, (*reply).atom, 4, 32, in init_window()
537 free(reply); in init_window()
/kernel/linux/linux-6.6/tools/net/ynl/
H A Dynl-gen-c.py614 self.reply = False
835 # dict space-name -> 'request': set(attrs), 'reply': set(attrs)
837 # dict space-name -> set('request', 'reply')
870 'reply': {
885 if op_mode in op and 'reply' in op[op_mode]:
886 rsp_attrs.update(set(op[op_mode]['reply']['attributes']))
891 self.root_sets[op['attribute-set']] = {'request': req_attrs, 'reply': rsp_attrs}
894 self.root_sets[op['attribute-set']]['reply'].update(rsp_attrs)
932 if attr in rs_members['reply']:
933 self.pure_nested_structs[nested].reply
[all...]
/kernel/linux/linux-5.10/drivers/scsi/aacraid/
H A Daachba.c385 struct aac_get_config_status_resp *reply in aac_get_config_status() local
389 le32_to_cpu(reply->response), in aac_get_config_status()
390 le32_to_cpu(reply->status), in aac_get_config_status()
391 le32_to_cpu(reply->data.action))); in aac_get_config_status()
392 if ((le32_to_cpu(reply->response) != ST_OK) || in aac_get_config_status()
393 (le32_to_cpu(reply->status) != CT_OK) || in aac_get_config_status()
394 (le32_to_cpu(reply->data.action) > CFACT_PAUSE)) { in aac_get_config_status()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Datombios_dp.c182 msg->reply = ack >> 4; in amdgpu_atombios_dp_aux_transfer()
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/
H A Ddevlink_trap_control.sh336 $MZ $h1 -c 1 -a own -b $(mac_get $rp1) -t arp reply -p 100 -q
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Datombios_dp.c222 msg->reply = ack >> 4; in radeon_dp_aux_transfer_atom()
/kernel/linux/linux-5.10/drivers/s390/crypto/
H A Dzcrypt_cex4.c633 ap_queue_init_reply(aq, &zq->reply); in zcrypt_cex4_queue_probe()
/kernel/linux/linux-5.10/tools/include/uapi/drm/
H A Ddrm.h515 struct drm_wait_vblank_reply reply; member
/kernel/linux/linux-5.10/include/uapi/drm/
H A Ddrm.h515 struct drm_wait_vblank_reply reply; member
/kernel/linux/linux-6.6/drivers/s390/crypto/
H A Dzcrypt_cex4.c679 ap_queue_init_reply(aq, &zq->reply); in zcrypt_cex4_queue_probe()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Datombios_dp.c183 msg->reply = ack >> 4; in amdgpu_atombios_dp_aux_transfer()

Completed in 52 milliseconds

1...<<21222324252627282930>>...32