/linux/tools/testing/selftests/bpf/progs/ |
H A D | tcp_ca_kfunc.c | 45 void BPF_PROG(cong_control, struct sock *sk, u32 ack, int flag, const struct rate_sample *rs) in BPF_PROG() 51 void BPF_PROG(cong_avoid, struct sock *sk, u32 ack, u32 acked) in BPF_PROG()
|
/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/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/arch/x86/events/zhaoxin/ |
H A D | core.c | 274 static inline void zhaoxin_pmu_ack_status(u64 ack) in zhaoxin_pmu_ack_status() 279 static inline void zxc_pmu_ack_status(u64 ack) in zxc_pmu_ack_status()
|
/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/sound/core/seq/ |
H A D | seq_ports.c | 497 bool is_src, bool exclusive, bool ack) in check_and_subscribe_port() 542 bool is_src, bool ack) in __delete_and_unsubscribe_port() 564 bool is_src, bool ack) in delete_and_unsubscribe_port()
|
/linux/drivers/pmdomain/actions/ |
H A D | owl-sps-helper.c | 20 bool ack; in owl_sps_set_pg() local
|
/linux/drivers/net/ethernet/ti/ |
H A D | tlan.c | 1143 u32 ack; in tlan_handle_interrupt() local 1352 u32 ack = 0; in tlan_handle_tx_eof() local 1481 u32 ack = 0; in tlan_handle_rx_eof() local 1628 u32 ack = 1; in tlan_handle_tx_eoc() local 1677 u32 ack; in tlan_handle_status_check() local 1757 u32 ack = 1; in tlan_handle_rx_eoc() local
|
/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/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/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() 288 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/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 | 485 static inline int rds_send_is_acked(struct rds_message *rm, u64 ack, in rds_send_is_acked() 685 void rds_send_path_drop_acked(struct rds_conn_path *cp, u64 ack, in rds_send_path_drop_acked() 713 void rds_send_drop_acked(struct rds_connection *conn, u64 ack, in rds_send_drop_acked()
|
/linux/net/rxrpc/ |
H A D | output.c | 81 struct rxrpc_ackpacket *ack; in rxrpc_alloc_ack() local 158 struct rxrpc_ackpacket *ack = (struct rxrpc_ackpacket *)(whdr + 1); in rxrpc_fill_out_ack() local 252 struct rxrpc_ackpacket *ack = (struct rxrpc_ackpacket *)(whdr + 1); in rxrpc_send_ack_packet() local
|
/linux/include/net/ |
H A D | pptp.h | 23 __be32 ack; member
|
/linux/drivers/gpu/drm/mediatek/ |
H A D | mtk_hdmi_ddc.c | 118 u32 ack; in mtk_hdmi_ddc_read_msg() local 191 u32 ack; in mtk_hdmi_ddc_write_msg() local
|
/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/drivers/mfd/ |
H A D | qcom_rpm.c | 48 struct completion ack; member 497 u32 ack; in qcom_rpm_ack_interrupt() local
|
/linux/net/sctp/ |
H A D | associola.c | 1666 struct sctp_chunk *ack; in sctp_assoc_free_asconf_acks() local 1679 struct sctp_chunk *ack; in sctp_assoc_clean_asconf_ack_cache() local 1701 struct sctp_chunk *ack; in sctp_assoc_lookup_asconf_ack() local
|
/linux/drivers/reset/sti/ |
H A D | reset-syscfg.h | 25 struct reg_field ack; member
|
/linux/drivers/media/pci/cx18/ |
H A D | cx18-mailbox.h | 50 u32 ack; member
|
/linux/drivers/pmdomain/rockchip/ |
H A D | pm-domains.c | 108 #define DOMAIN(_name, pwr, status, req, idle, ack, wakeup) \ argument 119 #define DOMAIN_M(_name, pwr, status, req, idle, ack, wakeup) \ argument 132 …O_R(_name, p_offset, pwr, status, m_offset, m_status, r_status, r_offset, req, idle, ack, wakeup) \ argument 150 …e, p_offset, pwr, status, m_offset, m_status, r_status, r_offset, req, idle, ack, g_mask, wakeup) \ argument 169 #define DOMAIN_RK3036(_name, req, ack, idle, wakeup) \ argument
|
/linux/drivers/media/pci/intel/ivsc/ |
H A D | mei_ace.c | 121 } __packed ack; member 127 u32 ack : 1; member 342 struct ace_notif *ack, int len) in handle_command_ack()
|