Home
last modified time | relevance | path

Searched refs:send_ack (Results 1 – 21 of 21) sorted by relevance

/linux/sound/core/seq/
H A Dseq_ports.c174 struct snd_seq_port_subscribe *info, int send_ack);
178 struct snd_seq_port_subscribe *info, int send_ack); in get_client_port()
423 int send_ack) in subscribe_port()
437 if (err >= 0 && send_ack && client->type == USER_CLIENT) in subscribe_port()
448 int send_ack) in unsubscribe_port()
457 if (send_ack && client->type == USER_CLIENT) in unsubscribe_port()
420 subscribe_port(struct snd_seq_client * client,struct snd_seq_client_port * port,struct snd_seq_port_subs_info * grp,struct snd_seq_port_subscribe * info,int send_ack) subscribe_port() argument
445 unsubscribe_port(struct snd_seq_client * client,struct snd_seq_client_port * port,struct snd_seq_port_subs_info * grp,struct snd_seq_port_subscribe * info,int send_ack) unsubscribe_port() argument
/linux/drivers/gpu/drm/ast/
H A Dast_dp501.c36 static void send_ack(struct ast_device *ast) in send_ack() function
119 send_ack(ast); in ast_write_cmd()
139 send_ack(ast); in ast_write_data()
/linux/fs/dlm/
H A Dmidcomms.c404 bool send_ack; in dlm_send_ack_threshold() local
409 send_ack = (oval > threshold); in dlm_send_ack_threshold()
411 if (!send_ack) in dlm_send_ack_threshold()
418 if (send_ack) in dlm_send_ack_threshold()
/linux/drivers/nfc/pn533/
H A Dpn533.h218 int (*send_ack)(struct pn533 *dev, gfp_t flags); member
H A Di2c.c161 .send_ack = pn533_i2c_send_ack,
H A Duart.c128 .send_ack = pn532_uart_send_ack,
H A Dusb.c472 .send_ack = pn533_usb_send_ack,
H A Dpn533.c1173 dev->phy_ops->send_ack(dev, GFP_KERNEL); in pn533_wq_tm_mi_send()
2432 dev->phy_ops->send_ack(dev, GFP_KERNEL); in pn533_wq_mi_recv()
2486 dev->phy_ops->send_ack(dev, GFP_KERNEL); in pn533_wq_mi_send()
/linux/net/rxrpc/
H A Dinput.c509 goto send_ack; in rxrpc_input_data_one()
513 goto send_ack; in rxrpc_input_data_one()
568 goto send_ack; in rxrpc_input_data_one()
596 send_ack: in rxrpc_input_data_one()
/linux/net/batman-adv/
H A Dtp_meter.c1480 goto send_ack; in batadv_tp_recv_msg()
1491 goto send_ack; in batadv_tp_recv_msg()
1501 send_ack: in batadv_tp_recv_msg()
/linux/net/mptcp/
H A Dpm.c254 goto send_ack; in mptcp_pm_addr_send_ack_avoid_list()
265 send_ack: in mptcp_pm_addr_send_ack_avoid_list()
/linux/drivers/infiniband/hw/hfi1/
H A Drc.c2646 goto send_ack; in rc_rcv_error()
2668 send_ack: in rc_rcv_error()
2811 goto send_ack; in hfi1_rc_rcv()
3167 goto send_ack; in hfi1_rc_rcv()
3205 send_ack: in hfi1_rc_rcv()
/linux/drivers/net/ethernet/sun/
H A Dsunvnet_common.c592 bool send_ack = true; in vnet_walk_rx() local
619 send_ack = false; in vnet_walk_rx()
627 if (send_ack) { in vnet_walk_rx()
/linux/net/nfc/
H A Ddigital_dep.c233 int (*send_ack)(struct nfc_digital_dev *ddev, in digital_recv_dep_data_gather()
273 rc = send_ack(ddev, data_exch); in digital_recv_dep_data_gather()
/linux/tools/testing/selftests/drivers/net/
H A Dgro.c
/linux/net/dccp/
H A Dipv4.c
H A Dipv6.c
/linux/net/ipv4/
H A Dtcp_minisocks.c856 req->rsk_ops->send_ack(sk, skb, req); in tcp_check_req()
H A Dtcp_input.c4056 goto send_ack; in tcp_send_challenge_ack()
4070 send_ack: in tcp_send_challenge_ack()
H A Dtcp_ipv4.c1628 .send_ack = tcp_v4_reqsk_send_ack,
/linux/net/ipv6/
H A Dtcp_ipv6.c814 .send_ack = tcp_v6_reqsk_send_ack,