Home
last modified time | relevance | path

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

/linux/sound/core/seq/
H A Dseq_ports.c182 struct snd_seq_port_subscribe *info, int send_ack); in get_client_port()
186 struct snd_seq_port_subscribe *info, int send_ack);
426 int send_ack) in subscribe_port()
440 if (err >= 0 && send_ack && client->type == USER_CLIENT)
451 int send_ack) in unsubscribe_port()
460 if (send_ack && client->type == USER_CLIENT)
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/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.c1184 dev->phy_ops->send_ack(dev, GFP_KERNEL); in pn533_wq_tm_mi_send()
2443 dev->phy_ops->send_ack(dev, GFP_KERNEL); in pn533_wq_mi_recv()
2497 dev->phy_ops->send_ack(dev, GFP_KERNEL); in pn533_wq_mi_send()
/linux/net/rxrpc/
H A Dinput.c521 goto send_ack; in rxrpc_input_data_one()
525 goto send_ack; in rxrpc_input_data_one()
580 goto send_ack; in rxrpc_input_data_one()
608 send_ack: in rxrpc_input_data_one()
/linux/net/batman-adv/
H A Dtp_meter.c1678 goto send_ack; in batadv_tp_recv_msg()
1691 goto send_ack; in batadv_tp_recv_msg()
1700 send_ack: in batadv_tp_recv_msg()
/linux/net/mptcp/
H A Dpm.c289 goto send_ack; in mptcp_pm_addr_send_ack_avoid_list()
300 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.c854 req->rsk_ops->send_ack(sk, skb, req); in tcp_check_req()
H A Dtcp_ipv4.c1631 .send_ack = tcp_v4_reqsk_send_ack,
H A Dtcp_input.c4102 req->rsk_ops->send_ack(sk, skb, req); in tcp_reqsk_send_challenge_ack()
/linux/net/ipv6/
H A Dtcp_ipv6.c822 .send_ack = tcp_v6_reqsk_send_ack,