Searched refs:tx_seq (Results 1 – 13 of 13) sorted by relevance
73 u16 tx_seq; member109 u16 tx_seq) in mbim_tx_fixup() argument130 nth16->wSequence = cpu_to_le16(tx_seq); in mbim_tx_fixup()162 skb = mbim_tx_fixup(skb, link->session, mbim->tx_seq); in mhi_mbim_ndo_xmit()172 mbim->tx_seq++; in mhi_mbim_ndo_xmit()
85 u8 tx_seq; /* Next seq number to send */ member185 h5->tx_seq = (h5->tx_seq - 1) & 0x07; in h5_timed_event()209 h5->tx_seq = 0; in h5_peer_reset()302 seq = h5->tx_seq; in h5_pkt_cull()740 hdr[0] |= h5->tx_seq; in h5_prepare_pkt()741 h5->tx_seq = (h5->tx_seq + 1) % 8; in h5_prepare_pkt()
140 u16 tx_seq; member
451 u8 tx_seq; /* Transmit sequence number (next) */ member685 return (bus->tx_max - bus->tx_seq - tx_rsv) != 0 && in data_ok()686 ((bus->tx_max - bus->tx_seq - tx_rsv) & 0x80) == 0; in data_ok()693 return (bus->tx_max - bus->tx_seq) != 0 && in txctl_ok()694 ((bus->tx_max - bus->tx_seq) & 0x80) == 0; in txctl_ok()1472 if ((u8)(tx_seq_max - bus->tx_seq) > 0x40) { in brcmf_sdio_hdparse()1474 tx_seq_max = bus->tx_seq + 2; in brcmf_sdio_hdparse()2197 txseq = bus->tx_seq; in brcmf_sdio_txpkt_prep()2322 bus->tx_seq = (bus->tx_seq + pktq->qlen) % SDPCM_SEQ_WRAP; in brcmf_sdio_txpkt()2349 pkt_num = min_t(u8, bus->tx_max - bus->tx_seq, in brcmf_sdio_sendfromq()[all …]
831 __u8 tx_seq[IW_ENCODE_SEQ_MAX_SIZE]; /* LSB first */ member
985 u16 tx_seq; in rtw_make_wlanhdr() local987 tx_seq = psta->BA_starting_seqctrl[pattrib->priority & 0x0f]; in rtw_make_wlanhdr()990 if (SN_LESS(pattrib->seqnum, tx_seq)) { in rtw_make_wlanhdr()992 } else if (SN_EQUAL(pattrib->seqnum, tx_seq)) { in rtw_make_wlanhdr()994 (tx_seq + 1) % 4096u; in rtw_make_wlanhdr()
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()
69 atomic_t tx_seq; member959 gtp0->seq = htons((atomic_inc_return(&pctx->tx_seq) - 1) % 0xffff); in gtp0_push_header()1953 atomic_set(&pctx->tx_seq, 0); in gtp_pdp_add()
2234 __field(rxrpc_seq_t, tx_seq)2244 __entry->tx_seq = call->acks_hard_ack;2252 __entry->tx_seq, __entry->rx_seq)
1284 nth.nth16->wSequence = cpu_to_le16(ctx->tx_seq++); in cdc_ncm_fill_tx_frame() 1290 nth.nth32->wSequence = cpu_to_le16(ctx->tx_seq++); in cdc_ncm_fill_tx_frame()
3570 u64 tx_seq = wl->links[hlid].total_freed_pkts; in wlcore_set_key() local3571 tx_seq_32 = WL1271_TX_SECURITY_HI32(tx_seq); in wlcore_set_key()3572 tx_seq_16 = WL1271_TX_SECURITY_LO16(tx_seq); in wlcore_set_key()
2967 struct fcoe_ext_fw_tx_seq_ctx tx_seq; member