Searched refs:tx_seq (Results 1 – 13 of 13) 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()
451 u8 tx_seq; /* Transmit sequence number (next) */ member693 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()2432 hd_info.seq_num = bus->tx_seq; in brcmf_sdio_tx_ctrlframe()2452 bus->tx_seq = (bus->tx_seq + 1) % SDPCM_SEQ_WRAP; in brcmf_sdio_tx_ctrlframe()2537 bus->tx_seq = bus->rx_seq = 0; in brcmf_sdio_bus_stop()[all …]
680 __le64 tx_seq; 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()967 (tx_seq + 1) % 4096u; in rtw_make_wlanhdr()
127 .u.add.tx_seq = cpu_to_le64(atomic64_read(&key->tx_pn)), in iwl_mld_add_key_to_fw()
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()
68 atomic_t tx_seq; member958 gtp0->seq = htons((atomic_inc_return(&pctx->tx_seq) - 1) % 0xffff); in gtp0_push_header()1952 atomic_set(&pctx->tx_seq, 0); in gtp_pdp_add()
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()
3578 u64 tx_seq = wl->links[hlid].total_freed_pkts; in wlcore_set_key() local3579 tx_seq_32 = WL1271_TX_SECURITY_HI32(tx_seq); in wlcore_set_key()3580 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 91 milliseconds