Searched refs:tx_seq (Results 1 – 12 of 12) sorted by relevance
77 u8 tx_seq; /* Next seq number to send */ member167 h5->tx_seq = (h5->tx_seq - 1) & 0x07; in h5_timed_event()191 h5->tx_seq = 0; in h5_peer_reset()283 seq = h5->tx_seq; in h5_pkt_cull()687 hdr[0] |= h5->tx_seq; in h5_prepare_pkt()688 h5->tx_seq = (h5->tx_seq + 1) % 8; in h5_prepare_pkt()
453 u8 tx_seq; /* Transmit sequence number (next) */ member673 return (bus->tx_max - bus->tx_seq - tx_rsv) != 0 && in data_ok()674 ((bus->tx_max - bus->tx_seq - tx_rsv) & 0x80) == 0; in data_ok()681 return (bus->tx_max - bus->tx_seq) != 0 && in txctl_ok()682 ((bus->tx_max - bus->tx_seq) & 0x80) == 0; in txctl_ok()1460 if ((u8)(tx_seq_max - bus->tx_seq) > 0x40) { in brcmf_sdio_hdparse()1462 tx_seq_max = bus->tx_seq + 2; in brcmf_sdio_hdparse()2185 txseq = bus->tx_seq; in brcmf_sdio_txpkt_prep()2310 bus->tx_seq = (bus->tx_seq + pktq->qlen) % SDPCM_SEQ_WRAP; in brcmf_sdio_txpkt()2337 pkt_num = min_t(u8, bus->tx_max - bus->tx_seq, in brcmf_sdio_sendfromq()[all …]
831 u16 tx_seq; in rtw_make_wlanhdr() local833 tx_seq = psta->BA_starting_seqctrl[pattrib->priority & 0x0f]; in rtw_make_wlanhdr()836 if (SN_LESS(pattrib->seqnum, tx_seq)) { in rtw_make_wlanhdr()838 } else if (SN_EQUAL(pattrib->seqnum, tx_seq)) { in rtw_make_wlanhdr()839 psta->BA_starting_seqctrl[pattrib->priority & 0x0f] = (tx_seq + 1) & 0xfff; in rtw_make_wlanhdr()
59 atomic_t tx_seq; member410 gtp0->seq = htons((atomic_inc_return(&pctx->tx_seq) - 1) % 0xffff); in gtp0_push_header()985 atomic_set(&pctx->tx_seq, 0); in gtp_pdp_add()
315 u8 tx_seq[IW_ENCODE_SEQ_MAX_SIZE]; /* LSB first */ member
1040 u16 tx_seq; in rtw_make_wlanhdr() local1042 tx_seq = psta->BA_starting_seqctrl[pattrib->priority & 0x0f]; in rtw_make_wlanhdr()1045 if (SN_LESS(pattrib->seqnum, tx_seq)) { in rtw_make_wlanhdr()1047 } else if (SN_EQUAL(pattrib->seqnum, tx_seq)) { in rtw_make_wlanhdr()1048 psta->BA_starting_seqctrl[pattrib->priority & 0x0f] = (tx_seq+1)&0xfff; 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()
1266 nth.nth16->wSequence = cpu_to_le16(ctx->tx_seq++); in cdc_ncm_fill_tx_frame()1272 nth.nth32->wSequence = cpu_to_le16(ctx->tx_seq++); in cdc_ncm_fill_tx_frame()
3525 u64 tx_seq = wl->links[hlid].total_freed_pkts; in wlcore_set_key() local3526 tx_seq_32 = WL1271_TX_SECURITY_HI32(tx_seq); in wlcore_set_key()3527 tx_seq_16 = WL1271_TX_SECURITY_LO16(tx_seq); in wlcore_set_key()
2967 struct fcoe_ext_fw_tx_seq_ctx tx_seq; member
3423 ext->tx_seq, in prism2_ioctl_giwencodeext()