Searched refs:seq_no (Results 1 - 25 of 59) sorted by path

123

/linux-master/drivers/acpi/dptf/
H A Ddptf_power.c70 int seq_no; local
72 if (kstrtouint(buf, 0, &seq_no) < 0)
75 status = acpi_execute_simple_method(acpi_dev->handle, "PBOK", seq_no);
/linux-master/drivers/bluetooth/
H A Dhci_qca.c130 __le16 seq_no; member in struct:qca_memdump_event_hdr
1025 u16 seq_no; local
1055 seq_no = __le16_to_cpu(cmd_hdr->seq_no);
1058 if (!seq_no) {
1120 while ((seq_no > qca_memdump->current_seq_no + 1) &&
1122 seq_no != QCA_LAST_SEQUENCE_NUM) {
1141 if ((seq_no != QCA_LAST_SEQUENCE_NUM) &&
1142 (seq_no != qca_memdump->current_seq_no)) {
1145 seq_no);
[all...]
/linux-master/drivers/fsi/
H A Dfsi-occ.c61 u8 seq_no; member in struct:occ_response
241 checksum = resp->seq_no;
319 u8 seq_no, u16 checksum)
360 byte_buf[0] = seq_no;
457 static bool fsi_occ_response_not_ready(struct occ_response *resp, u8 seq_no, argument
462 resp->seq_no != seq_no || resp->cmd_type != cmd_type;
474 u8 seq_no; local
520 seq_no = occ->sequence_number++;
523 checksum += seq_no;
318 occ_putsram(struct occ *occ, const void *data, ssize_t len, u8 seq_no, u16 checksum) argument
[all...]
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_cs.c1529 fence = amdgpu_ctx_get_fence(ctx, entity, user->seq_no);
/linux-master/drivers/hwmon/occ/
H A Dcommon.h20 u8 seq_no; member in struct:occ_response
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_coredump.c105 info.seq_off = offsetof(struct hwrm_dbg_coredump_list_input, seq_no);
152 seq_no);
H A Dbnxt_hsi.h9728 __le16 seq_no; member in struct:hwrm_dbg_coredump_list_input
9803 __le32 seq_no; member in struct:hwrm_dbg_coredump_retrieve_input
/linux-master/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/
H A Dchcr_ipsec.c446 seqlo = ntohl(esphdr->seq_no);
448 memcpy(aadiv->seq_no, &seqno, 8);
H A Dchcr_ipsec.h40 u8 seq_no[8]; member in struct:chcr_ipsec_aadiv
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dhtc.c102 hdr->seq_no = ep->seq_no++;
H A Dhtc.h83 u8 seq_no; /* for tx */ member in union:ath10k_htc_hdr::__anon1686
358 u8 seq_no; /* for debugging */ member in struct:ath10k_htc_ep
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dahb.c705 value = u32_encode_bits(ab_ahb->smp2p_info.seq_no++,
742 value = u32_encode_bits(ab_ahb->smp2p_info.seq_no++,
H A Dahb.h36 unsigned short seq_no; member in struct:ath11k_ahb::__anon1374
H A Dcore.h138 u16 seq_no; member in struct:ath11k_skb_rxcb
H A Ddp_rx.c2263 rxcb->seq_no = ath11k_dp_rx_h_mpdu_start_seq_no(ar->ab, rx_desc);
2479 rxcb->seq_no,
2713 rxcb->seq_no = FIELD_GET(RX_MPDU_DESC_INFO0_SEQ_NUM,
H A Dhtc.c70 hdr->ctrl_info = FIELD_PREP(HTC_HDR_CONTROLBYTES1, ep->seq_no++);
H A Dhtc.h256 u8 seq_no; /* for debugging */ member in struct:ath11k_htc_ep
/linux-master/drivers/net/wireless/ath/ath12k/
H A Dhtc.c70 hdr->ctrl_info = le32_encode_bits(ep->seq_no++, HTC_HDR_CONTROLBYTES1);
H A Dhtc.h275 u8 seq_no; /* for debugging */ member in struct:ath12k_htc_ep
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dcore.h320 u16 seq_no; member in struct:skb_hold_q
962 void aggr_recv_addba_req_evt(struct ath6kl_vif *vif, u8 tid, u16 seq_no,
H A Dtxrx.c1047 u16 seq_no, u8 order)
1063 * but changes to 'the' seq_no, when BAR comes. If seq_no
1067 * An imp point : if win_sz is 7, for seq_no space of 4095,
1074 seq_end = seq_no ? seq_no : rxtid->seq_next;
1106 u16 seq_no,
1136 cur = seq_no;
1173 idx = AGGR_WIN_IDX(seq_no, rxtid->hold_q_sz);
1197 node->seq_no
1046 aggr_deque_frms(struct aggr_info_conn *agg_conn, u8 tid, u16 seq_no, u8 order) argument
1105 aggr_process_recv_frm(struct aggr_info_conn *agg_conn, u8 tid, u16 seq_no, bool is_amsdu, struct sk_buff *frame) argument
1319 u16 seq_no, offset; local
1698 aggr_recv_addba_req_evt(struct ath6kl_vif *vif, u8 tid_mux, u16 seq_no, u8 win_sz) argument
[all...]
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dath9k.h628 u16 seq_no; member in struct:ath_vif
H A Dhtc.h243 u16 seq_no; member in struct:ath9k_htc_vif
H A Dhtc_drv_beacon.c235 avp->seq_no += 0x10;
237 hdr->seq_ctrl |= cpu_to_le16(avp->seq_no);
H A Dtx99.c77 hdr->seq_ctrl |= cpu_to_le16(avp->seq_no);

Completed in 974 milliseconds

123