Searched refs:tx_seq (Results 1 – 12 of 12) sorted by relevance
82 u8 tx_seq; /* Next seq number to send */ member161 h5->tx_seq = (h5->tx_seq - 1) & 0x07; in h5_timed_event()185 h5->tx_seq = 0; in h5_peer_reset()254 seq = h5->tx_seq; in h5_pkt_cull()655 hdr[0] |= h5->tx_seq; in h5_prepare_pkt()656 h5->tx_seq = (h5->tx_seq + 1) % 8; in h5_prepare_pkt()
124 u16 tx_seq; member
446 u8 tx_seq; /* Transmit sequence number (next) */ member743 return (u8)(bus->tx_max - bus->tx_seq) != 0 && in data_ok()744 ((u8)(bus->tx_max - bus->tx_seq) & 0x80) == 0; in data_ok()1500 if ((u8)(tx_seq_max - bus->tx_seq) > 0x40) { in brcmf_sdio_hdparse()1502 tx_seq_max = bus->tx_seq + 2; in brcmf_sdio_hdparse()2230 txseq = bus->tx_seq; in brcmf_sdio_txpkt_prep()2355 bus->tx_seq = (bus->tx_seq + pktq->qlen) % SDPCM_SEQ_WRAP; in brcmf_sdio_txpkt()2380 pkt_num = min_t(u8, bus->tx_max - bus->tx_seq, in brcmf_sdio_sendfromq()2463 hd_info.seq_num = bus->tx_seq; in brcmf_sdio_tx_ctrlframe()2483 bus->tx_seq = (bus->tx_seq + 1) % SDPCM_SEQ_WRAP; in brcmf_sdio_tx_ctrlframe()[all …]
877 u16 tx_seq; in rtw_make_wlanhdr() local879 tx_seq = psta->BA_starting_seqctrl[pattrib->priority & 0x0f]; in rtw_make_wlanhdr()882 if (SN_LESS(pattrib->seqnum, tx_seq)) { in rtw_make_wlanhdr()884 } else if (SN_EQUAL(pattrib->seqnum, tx_seq)) { in rtw_make_wlanhdr()885 psta->BA_starting_seqctrl[pattrib->priority & 0x0f] = (tx_seq+1)&0xfff; in rtw_make_wlanhdr()
956 u16 tx_seq; in rtw_make_wlanhdr() local958 tx_seq = psta->BA_starting_seqctrl[pattrib->priority & 0x0f]; in rtw_make_wlanhdr()961 if (SN_LESS(pattrib->seqnum, tx_seq)) { in rtw_make_wlanhdr()964 } else if (SN_EQUAL(pattrib->seqnum, tx_seq)) { in rtw_make_wlanhdr()965 psta->BA_starting_seqctrl[pattrib->priority & 0x0f] = (tx_seq+1)&0xfff; in rtw_make_wlanhdr()
833 __u8 tx_seq[IW_ENCODE_SEQ_MAX_SIZE]; /* LSB first */ member
664 struct fcoe_ext_fw_tx_seq_ctx tx_seq; member
1759 task->txwr_rxrd.union_ctx.tx_seq.ctx.seq_cnt = 1; in bnx2fc_init_task()
1082 nth16->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
3427 ext->tx_seq, in prism2_ioctl_giwencodeext()