Searched refs:ack (Results 1 - 25 of 400) sorted by last modified time

1234567891011>>

/linux-master/sound/soc/sof/
H A Dpcm.c719 pd->ack = sof_pcm_ack;
/linux-master/net/rxrpc/
H A Dtxbuf.c89 struct rxrpc_ackpacket *ack; local
100 sizeof(*whdr) + sizeof(*ack) + 1 + 3 + sizeof(*trailer), gfp);
116 ack = buf + sizeof(*whdr);
117 filler = buf + sizeof(*whdr) + sizeof(*ack) + 1;
118 trailer = buf + sizeof(*whdr) + sizeof(*ack) + 1 + 3;
126 txb->len = sizeof(*whdr) + sizeof(*ack) + 3 + sizeof(*trailer);
135 txb->kvec[0].iov_len = sizeof(*whdr) + sizeof(*ack);
/linux-master/net/core/
H A Dfilter.c7328 if (!th->ack || th->rst || th->syn)
7401 if (!th->syn || th->ack || th->fin || th->rst)
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c11074 if (!output->ack.success) {
11075 DRM_ERROR("EDID CEA ack failed at offset %d\n",
11076 output->ack.offset);
11126 /* check for ack*/
/linux-master/drivers/firewire/
H A Dohci.c903 p.ack = evt - 16;
916 p.ack = ACK_COMPLETE;
1343 packet->ack = RCODE_SEND_ERROR;
1402 packet->ack = RCODE_SEND_ERROR;
1418 packet->ack = RCODE_SEND_ERROR;
1447 packet->ack = RCODE_GENERATION;
1503 packet->ack = RCODE_CANCELLED;
1511 packet->ack = RCODE_GENERATION;
1516 packet->ack = RCODE_GENERATION;
1522 packet->ack
[all...]
/linux-master/net/wireless/
H A Dtrace.h2053 " wait: %u, no cck: %s, dont wait for ack: %s",
3167 TP_PROTO(struct wireless_dev *wdev, u64 cookie, bool ack),
3168 TP_ARGS(wdev, cookie, ack),
3172 __field(bool, ack)
3177 __entry->ack = ack;
3179 TP_printk(WDEV_PR_FMT", cookie: %llu, ack: %s",
3180 WDEV_PR_ARG, __entry->cookie, BOOL_TO_STR(__entry->ack))
3184 TP_PROTO(struct wireless_dev *wdev, u64 cookie, bool ack),
3185 TP_ARGS(wdev, cookie, ack),
[all...]
H A Dnl80211.c18911 status->ack);
18914 status->ack);
18934 (status->ack && nla_put_flag(msg, NL80211_ATTR_ACK)) ||
18954 const u8 *buf, size_t len, bool ack,
18961 .ack = ack
18953 cfg80211_control_port_tx_status(struct wireless_dev *wdev, u64 cookie, const u8 *buf, size_t len, bool ack, gfp_t gfp) argument
/linux-master/net/mac80211/
H A Dtx.c2565 IEEE80211_SKB_CB(ack_skb)->ack.cookie = *cookie;
H A Dmlme.c3362 struct ieee80211_hdr *hdr, bool ack, u16 tx_time)
3370 if (ack)
7195 "No ack for nullfunc frame to AP %pM, try %d/%i\n",
7201 "No ack for nullfunc frame to AP %pM, disconnecting.\n",
3361 ieee80211_sta_tx_notify(struct ieee80211_sub_if_data *sdata, struct ieee80211_hdr *hdr, bool ack, u16 tx_time) argument
H A Dieee80211_i.h2353 struct ieee80211_hdr *hdr, bool ack, u16 tx_time);
H A Dcfg.c4090 IEEE80211_SKB_CB(ack_skb)->ack.cookie = *cookie;
/linux-master/net/ipv4/
H A Dtcp_ao.c968 if (unlikely(th->syn && !th->ack))
1001 if (th->syn && !th->ack)
1011 } else if (unlikely(th->ack && !th->syn)) {
/linux-master/include/net/
H A Dmac80211.h138 * field to the frame RX timestamp and report the ack TX timestamp in the
143 * to the frame TX timestamp and report the ack RX timestamp in the
815 * @IEEE80211_TX_CTL_NO_ACK: tell the low level not to wait for an ack
834 * @IEEE80211_TX_STAT_AMPDU_NO_BACK: no block ack was returned,
835 * so consider using block ack request (BAR).
891 * This flag must not be set for frames that don't request no-ack
1145 * @status_data_idr: indicates status data is IDR allocated ID for ack frame
1165 * @status.ampdu_ack_len: AMPDU ack length
1172 * @ack: union part for pure ACK data
1173 * @ack
1215 } ack; member in union:ieee80211_tx_info::__anon94
[all...]
H A Dcfg80211.h2084 * @avg_ack_signal: average rssi value of ack packet for the no of msdu's has
3671 * @dont_wait_for_ack: tells the low level not to wait for an ack
8344 * @ack_tstamp: Hardware timestamp of ack TX in nanoseconds
8443 * @ack_tstamp: hardware ack RX timestamp in nanoseconds
8446 * @ack: Whether frame was acknowledged
8454 bool ack; member in struct:cfg80211_tx_status
8476 * @ack: Whether frame was acknowledged
8485 size_t len, bool ack, gfp_t gfp)
8491 .ack = ack
8483 cfg80211_mgmt_tx_status(struct wireless_dev *wdev, u64 cookie, const u8 *buf, size_t len, bool ack, gfp_t gfp) argument
[all...]
/linux-master/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c1742 bool ack = false; local
1860 ack = true;
1868 return ack;
1930 bool ack; local
2072 ack = mac80211_hwsim_tx_frame_no_nl(hw, skb, channel);
2074 if (ack && skb->len >= 16)
2083 if (!(txi->flags & IEEE80211_TX_CTL_NO_ACK) && ack)
/linux-master/drivers/hid/
H A Dhid-nintendo.c514 u8 ack; /* MSB 1 for ACK, 0 for NACK */ member in struct:joycon_subcmd_reply
/linux-master/drivers/thunderbolt/
H A Dusb4.c2814 static int __usb4_dp_port_set_cm_ack(struct tb_port *port, bool ack) argument
2824 if (ack)
/linux-master/drivers/misc/mei/
H A Dvsc-tp.c166 struct vsc_tp_packet ack; local
167 u8 *dst = (u8 *)&ack;
197 if (offset < sizeof(ack)) {
204 if (le16_to_cpu(ack.len)) {
206 dst_len = min(ilen, le16_to_cpu(ack.len));
211 } else if (offset < sizeof(ack) + le16_to_cpu(ack.len)) {
216 int remain = sizeof(ack) + le16_to_cpu(ack.len) - offset;
229 next_xfer_len = VSC_TP_NEXT_XFER_LEN(le16_to_cpu(ack
[all...]
/linux-master/fs/ceph/
H A Dcaps.c2013 * versus held caps. Release, flush, ack revoked caps to mds as
2164 goto ack;
2189 goto ack;
2195 goto ack;
2202 goto ack;
2206 goto ack;
2213 goto ack;
2215 goto ack;
2222 ack:
3703 writeback = true; /* initiate writeback; will delay ack */
[all...]
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_edif.c1138 struct aen_complete_cmd ack; local
1142 bsg_job->request_payload.sg_cnt, &ack, sizeof(ack));
1146 __func__, ack.port_id.b24, ack.event_code);
1148 fcport = qla2x00_find_fcport_by_pid(vha, &ack.port_id);
1154 __func__, ack.port_id.b24);
1158 switch (ack.event_code) {
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_dp.c4800 intel_dp_mst_hpd_irq(struct intel_dp *intel_dp, u8 *esi, u8 *ack) argument
4804 drm_dp_mst_hpd_irq_handle_event(&intel_dp->mst_mgr, esi, ack, &handled);
4808 ack[1] |= DP_CP_IRQ;
4834 * Read any pending MST interrupts, call MST core to handle these and ack the
4855 u8 ack[4] = {}; local
4871 ack[3] |= LINK_STATUS_CHANGED;
4874 intel_dp_mst_hpd_irq(intel_dp, esi, ack);
4880 ack[3] |= DP_TUNNELING_IRQ;
4883 if (!memchr_inv(ack, 0, sizeof(ack)))
[all...]
/linux-master/sound/soc/sof/amd/
H A Dacp.c171 * @ack: bool variable to check ready bit status or psp ack
174 static int psp_mbox_ready(struct acp_dev_data *adata, bool ack) argument
187 if (ack)
227 /* Check MBOX ready as PSP ack */
/linux-master/drivers/usb/typec/ucsi/
H A Ducsi_acpi.c79 bool ack = UCSI_COMMAND(*(u64 *)val) == UCSI_ACK_CC_CI; local
82 if (ack)
95 if (ack)
152 * The UCSI core thinks it is sending a connector change ack
/linux-master/drivers/usb/misc/
H A Dusb-ljca.c124 * @cmd_completion: completion object as the command receives ack
215 /* process command ack and received data if available */
227 dev_err(adap->dev, "cmd ack mismatch error\n");
294 bool ack, unsigned long timeout)
318 header->flags = LJCA_CMPL_FLAG | (ack ? LJCA_ACK_FLAG : 0);
344 if (ack) {
292 ljca_send(struct ljca_adapter *adap, u8 type, u8 cmd, const u8 *obuf, u8 obuf_len, u8 *ibuf, u8 ibuf_len, bool ack, unsigned long timeout) argument
/linux-master/sound/soc/
H A Dsoc-compress.c516 .ack = soc_compr_ack,
531 .ack = soc_compr_ack,

Completed in 517 milliseconds

1234567891011>>