Searched refs:tx_seq (Results 1 – 15 of 15) sorted by relevance
82 u8 tx_seq; /* Next seq number to send */ member182 h5->tx_seq = (h5->tx_seq - 1) & 0x07; in h5_timed_event()206 h5->tx_seq = 0; in h5_peer_reset()298 seq = h5->tx_seq; in h5_pkt_cull()716 hdr[0] |= h5->tx_seq; in h5_prepare_pkt()717 h5->tx_seq = (h5->tx_seq + 1) % 8; in h5_prepare_pkt()
73 u16 tx_seq; member108 u16 tx_seq) in mbim_tx_fixup() argument129 nth16->wSequence = cpu_to_le16(tx_seq); in mbim_tx_fixup()161 skb = mbim_tx_fixup(skb, link->session, mbim->tx_seq); in mhi_mbim_ndo_xmit()171 mbim->tx_seq++; in mhi_mbim_ndo_xmit()
139 u16 tx_seq; member
451 u8 tx_seq; /* Transmit sequence number (next) */ member692 return (bus->tx_max - bus->tx_seq) != 0 && in txctl_ok()693 ((bus->tx_max - bus->tx_seq) & 0x80) == 0; in txctl_ok()1471 if ((u8)(tx_seq_max - bus->tx_seq) > 0x40) { in brcmf_sdio_hdparse()1473 tx_seq_max = bus->tx_seq + 2; in brcmf_sdio_hdparse()2196 txseq = bus->tx_seq; in brcmf_sdio_txpkt_prep()2321 bus->tx_seq = (bus->tx_seq + pktq->qlen) % SDPCM_SEQ_WRAP; in brcmf_sdio_txpkt()2431 hd_info.seq_num = bus->tx_seq; in brcmf_sdio_tx_ctrlframe()2451 bus->tx_seq = (bus->tx_seq + 1) % SDPCM_SEQ_WRAP; in brcmf_sdio_tx_ctrlframe()2536 bus->tx_seq = bus->rx_seq = 0; in brcmf_sdio_bus_stop()[all …]
675 __le64 tx_seq; member
831 __u8 tx_seq[IW_ENCODE_SEQ_MAX_SIZE]; /* LSB first */ member
958 u16 tx_seq; in rtw_make_wlanhdr() local960 tx_seq = psta->BA_starting_seqctrl[pattrib->priority & 0x0f]; in rtw_make_wlanhdr()963 if (SN_LESS(pattrib->seqnum, tx_seq)) { in rtw_make_wlanhdr()965 } else if (SN_EQUAL(pattrib->seqnum, tx_seq)) { in rtw_make_wlanhdr()966 psta->BA_starting_seqctrl[pattrib->priority & 0x0f] = (tx_seq+1)&0xfff; in rtw_make_wlanhdr()
193 .u.add.tx_seq = cpu_to_le64(atomic64_read(&keyconf->tx_pn)), in iwl_mvm_mld_send_key()
665 struct fcoe_ext_fw_tx_seq_ctx tx_seq; member
1779 task->txwr_rxrd.union_ctx.tx_seq.ctx.seq_cnt = 1; in bnx2fc_init_task()
1794 __field(rxrpc_seq_t, tx_seq)1804 __entry->tx_seq = call->acks_hard_ack;1812 __entry->tx_seq, __entry->rx_seq)
66 atomic_t tx_seq; member954 gtp0->seq = htons((atomic_inc_return(&pctx->tx_seq) - 1) % 0xffff); in gtp0_push_header()1951 atomic_set(&pctx->tx_seq, 0); in gtp_pdp_add()
1281 nth.nth16->wSequence = cpu_to_le16(ctx->tx_seq++); in cdc_ncm_fill_tx_frame()1287 nth.nth32->wSequence = cpu_to_le16(ctx->tx_seq++); in cdc_ncm_fill_tx_frame()
3577 u64 tx_seq = wl->links[hlid].total_freed_pkts; in wlcore_set_key() local3578 tx_seq_32 = WL1271_TX_SECURITY_HI32(tx_seq); in wlcore_set_key()3579 tx_seq_16 = WL1271_TX_SECURITY_LO16(tx_seq); in wlcore_set_key()
2967 struct fcoe_ext_fw_tx_seq_ctx tx_seq; member
Completed in 83 milliseconds