Searched refs:tx_seq (Results 1 – 12 of 12) sorted by relevance
82 u8 tx_seq; /* Next seq number to send */ member157 h5->tx_seq = (h5->tx_seq - 1) & 0x07; in h5_timed_event()181 h5->tx_seq = 0; in h5_peer_reset()248 seq = h5->tx_seq; in h5_pkt_cull()649 hdr[0] |= h5->tx_seq; in h5_prepare_pkt()650 h5->tx_seq = (h5->tx_seq + 1) % 8; in h5_prepare_pkt()
448 u8 tx_seq; /* Transmit sequence number (next) */ member657 return (u8)(bus->tx_max - bus->tx_seq) != 0 && in data_ok()658 ((u8)(bus->tx_max - bus->tx_seq) & 0x80) == 0; in data_ok()1430 if ((u8)(tx_seq_max - bus->tx_seq) > 0x40) { in brcmf_sdio_hdparse()1432 tx_seq_max = bus->tx_seq + 2; in brcmf_sdio_hdparse()2155 txseq = bus->tx_seq; in brcmf_sdio_txpkt_prep()2280 bus->tx_seq = (bus->tx_seq + pktq->qlen) % SDPCM_SEQ_WRAP; in brcmf_sdio_txpkt()2306 pkt_num = min_t(u8, bus->tx_max - bus->tx_seq, in brcmf_sdio_sendfromq()2389 hd_info.seq_num = bus->tx_seq; in brcmf_sdio_tx_ctrlframe()2409 bus->tx_seq = (bus->tx_seq + 1) % SDPCM_SEQ_WRAP; in brcmf_sdio_tx_ctrlframe()[all …]
860 u16 tx_seq; in rtw_make_wlanhdr() local862 tx_seq = psta->BA_starting_seqctrl[pattrib->priority & 0x0f]; in rtw_make_wlanhdr()865 if (SN_LESS(pattrib->seqnum, tx_seq)) { in rtw_make_wlanhdr()867 } else if (SN_EQUAL(pattrib->seqnum, tx_seq)) { in rtw_make_wlanhdr()868 psta->BA_starting_seqctrl[pattrib->priority & 0x0f] = (tx_seq+1)&0xfff; in rtw_make_wlanhdr()
358 u8 tx_seq[IW_ENCODE_SEQ_MAX_SIZE]; /* LSB first */ member
63 atomic_t tx_seq; member418 gtp0->seq = htons((atomic_inc_return(&pctx->tx_seq) - 1) % 0xffff); in gtp0_push_header()997 atomic_set(&pctx->tx_seq, 0); in gtp_pdp_add()
1140 u16 tx_seq; in rtw_make_wlanhdr() local1142 tx_seq = psta->BA_starting_seqctrl[pattrib->priority & 0x0f]; in rtw_make_wlanhdr()1145 if (SN_LESS(pattrib->seqnum, tx_seq)) { in rtw_make_wlanhdr()1148 } else if (SN_EQUAL(pattrib->seqnum, tx_seq)) { in rtw_make_wlanhdr()1149 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
1761 task->txwr_rxrd.union_ctx.tx_seq.ctx.seq_cnt = 1; in bnx2fc_init_task()
1188 nth16->wSequence = cpu_to_le16(ctx->tx_seq++); in cdc_ncm_fill_tx_frame()
3486 u64 tx_seq = wl->links[hlid].total_freed_pkts; in wlcore_set_key() local3487 tx_seq_32 = WL1271_TX_SECURITY_HI32(tx_seq); in wlcore_set_key()3488 tx_seq_16 = WL1271_TX_SECURITY_LO16(tx_seq); in wlcore_set_key()
3424 ext->tx_seq, in prism2_ioctl_giwencodeext()
2967 struct fcoe_ext_fw_tx_seq_ctx tx_seq; member