Searched refs:tx_seq (Results 1 – 13 of 13) sorted by relevance
82 u8 tx_seq; /* Next seq number to send */ member 182 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()
140 u16 tx_seq; member
451 u8 tx_seq; /* Transmit sequence number (next) */ member 685 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 in brcmf_sdio_txpkt() [all...]
660 * @u.add.tx_seq: TX sequence counter value680 __le64 tx_seq; member
127 .u.add.tx_seq = cpu_to_le64(atomic64_read(&key->tx_pn)), in iwl_mld_add_key_to_fw()
820 * tx_seq/rx_seq are only used when respective831 __u8 tx_seq[IW_ENCODE_SEQ_MAX_SIZE]; /* LSB first */ member
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()
2230 __field(rxrpc_seq_t, tx_seq)2240 __entry->tx_seq = call->acks_hard_ack;2248 __entry->tx_seq, __entry->rx_seq)
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() local 3579 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