| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | tcp_ca_kfunc.c | 45 BPF_PROG(cong_control,struct sock * sk,u32 ack,int flag,const struct rate_sample * rs) BPF_PROG() argument 51 BPF_PROG(cong_avoid,struct sock * sk,u32 ack,u32 acked) BPF_PROG() argument
|
| /linux/include/linux/ |
| H A D | badblocks.h | 19 #define BB_MAKE(a, l, ack) (((a)<<9) | ((l)-1) | ((u64)(!!(ack)) << 63)) argument 48 int ack; member
|
| /linux/tools/testing/selftests/net/tcp_ao/lib/ |
| H A D | ftrace-tcp.c | 42 int ack; member 60 int fin, int syn, int rst, int psh, int ack, in __trace_event_expect() 129 ack:1; member 293 char fin, syn, rst, psh, ack; in tracer_scan_event() local
|
| /linux/sound/core/seq/ |
| H A D | seq_ports.c | 487 check_and_subscribe_port(struct snd_seq_client * client,struct snd_seq_client_port * port,struct snd_seq_subscribers * subs,bool is_src,bool exclusive,bool ack) check_and_subscribe_port() argument 532 __delete_and_unsubscribe_port(struct snd_seq_client * client,struct snd_seq_client_port * port,struct snd_seq_subscribers * subs,bool is_src,bool ack) __delete_and_unsubscribe_port() argument 554 delete_and_unsubscribe_port(struct snd_seq_client * client,struct snd_seq_client_port * port,struct snd_seq_subscribers * subs,bool is_src,bool ack) delete_and_unsubscribe_port() argument
|
| /linux/drivers/net/dsa/realtek/ |
| H A D | realtek-smi.c | 145 u32 ack; in realtek_smi_wait_for_ack() local 243 u32 addr, u32 data, bool ack) in realtek_smi_write_reg()
|
| /linux/drivers/pmdomain/actions/ |
| H A D | owl-sps-helper.c | 20 bool ack; in owl_sps_set_pg() local
|
| /linux/tools/testing/selftests/sched_ext/ |
| H A D | non_scx_kfunc_deny.bpf.c | 31 BPF_PROG(tcp_ca_cong_avoid,struct sock * sk,__u32 ack,__u32 acked) BPF_PROG() argument
|
| /linux/net/ipv4/ |
| H A D | tcp_scalable.c | 18 static void tcp_scalable_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_scalable_cong_avoid()
|
| H A D | bpf_tcp_ca.c | 263 static void bpf_tcp_ca_cong_avoid(struct sock *sk, u32 ack, u32 acked) in bpf_tcp_ca_cong_avoid() 292 static void bpf_tcp_ca_cong_control(struct sock *sk, u32 ack, int flag, in bpf_tcp_ca_cong_control()
|
| H A D | tcp_highspeed.c | 112 static void hstcp_cong_avoid(struct sock *sk, u32 ack, u32 acked) in hstcp_cong_avoid()
|
| /linux/drivers/i2c/algos/ |
| H A D | i2c-algo-pca.c | 157 __u8 *b, int ack) in pca_rx_byte() 169 int ack) in pca_rx_ack()
|
| /linux/sound/i2c/ |
| H A D | i2c.c | 189 static int snd_i2c_bit_data(struct snd_i2c_bus *bus, int ack) in snd_i2c_bit_data() 220 int ack; in snd_i2c_bit_ack() local
|
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | trace.c | 118 u8 *ack, bool *becn, bool *fecn, u8 *mig, in hfi1_trace_parse_9b_bth() 136 u8 *ack, u8 *mig, u8 *opcode, in hfi1_trace_parse_16b_bth() 222 u8 ack, bool becn, bool fecn, u8 mig, in hfi1_trace_fmt_rest()
|
| /linux/net/rds/ |
| H A D | send.c | 565 rds_send_is_acked(struct rds_message * rm,u64 ack,is_acked_func is_acked) rds_send_is_acked() argument 765 rds_send_path_drop_acked(struct rds_conn_path * cp,u64 ack,is_acked_func is_acked) rds_send_path_drop_acked() argument 793 rds_send_drop_acked(struct rds_connection * conn,u64 ack,is_acked_func is_acked) rds_send_drop_acked() argument
|
| H A D | tcp_send.c | 172 int rds_tcp_is_acked(struct rds_message *rm, uint64_t ack) in rds_tcp_is_acked() argument
|
| /linux/include/net/ |
| H A D | pptp.h | 23 __be32 ack; member
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | radeon_dp_auxch.c | 62 uint32_t tmp, ack = 0; in radeon_dp_aux_transfer_native() local
|
| /linux/net/rxrpc/ |
| H A D | output.c | 79 struct rxrpc_ackpacket *ack; in rxrpc_alloc_ack() local 156 struct rxrpc_ackpacket *ack = (struct rxrpc_ackpacket *)(whdr + 1); in rxrpc_fill_out_ack() local 250 struct rxrpc_ackpacket *ack = (struct rxrpc_ackpacket *)(whdr + 1); in rxrpc_send_ack_packet() local
|
| /linux/net/sctp/ |
| H A D | associola.c | 1662 struct sctp_chunk *ack; in sctp_assoc_free_asconf_acks() local 1675 struct sctp_chunk *ack; in sctp_assoc_clean_asconf_ack_cache() local 1697 struct sctp_chunk *ack; in sctp_assoc_lookup_asconf_ack() local
|
| /linux/drivers/gpu/drm/mediatek/ |
| H A D | mtk_hdmi_ddc.c | 117 u32 ack; in mtk_hdmi_ddc_read_msg() local 190 u32 ack; in mtk_hdmi_ddc_write_msg() local
|
| /linux/drivers/reset/sti/ |
| H A D | reset-syscfg.h | 25 struct reg_field ack; member
|
| /linux/drivers/net/ethernet/cisco/enic/ |
| H A D | enic_mbox.c | 301 struct enic_mbox_pf_link_state_ack_msg *ack = payload; in enic_mbox_pf_process_msg() local 398 struct enic_mbox_pf_link_state_ack_msg ack = {}; in enic_mbox_vf_handle_link_state() local
|
| /linux/arch/powerpc/sysdev/ |
| H A D | ipic.h | 46 u8 ack; /* pending register offset from base if the irq member
|
| /linux/sound/pci/asihpi/ |
| H A D | hpi6000.c | 1289 u16 ack; hpi6000_message_response_sequence() local 1408 u16 ack; hpi6000_send_data() local 1481 u16 ack; hpi6000_get_data() local 1590 u32 ack = 0L; hpi6000_wait_dsp_ack() local [all...] |
| /linux/drivers/mfd/ |
| H A D | intel-m10-bmc-pmci.c | 65 unsigned int cmd, ack, tmpval; in indirect_reg_read() local 97 unsigned int cmd, ack; in indirect_reg_write() local
|