Searched refs:tx_seq (Results 1 – 8 of 8) sorted by relevance
77 uint16_t tx_seq; member
1506 USETW(sc->sc_ncm.hdr.wSequence, sc->sc_ncm.tx_seq); in cdce_ncm_fill_tx_frames()1509 sc->sc_ncm.tx_seq++; in cdce_ncm_fill_tx_frames()
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 …]
685 __le64 tx_seq; member
193 .u.add.tx_seq = cpu_to_le64(atomic64_read(&keyconf->tx_pn)), in iwl_mvm_mld_send_key()
127 .u.add.tx_seq = cpu_to_le64(atomic64_read(&key->tx_pn)), in iwl_mld_add_key_to_fw()
97 uint64_t tx_seq; member916 kdir->tx_seq = 1; in ovpn_create_kkey_dir()2111 seq64 = atomic_fetchadd_64(&peer->keys[OVPN_KEY_SLOT_PRIMARY].encrypt->tx_seq, 1); in ovpn_transmit_to_peer()2123 atomic_store_64(&peer->keys[OVPN_KEY_SLOT_PRIMARY].encrypt->tx_seq, in ovpn_transmit_to_peer()
8615 struct fcoe_ext_fw_tx_seq_ctx tx_seq /* TX sequence information */; member