/linux-6.1.9/drivers/bluetooth/ |
D | hci_h5.c | 82 u8 tx_seq; /* Next seq number to send */ member 181 h5->tx_seq = (h5->tx_seq - 1) & 0x07; in h5_timed_event() 205 h5->tx_seq = 0; in h5_peer_reset() 297 seq = h5->tx_seq; in h5_pkt_cull() 713 hdr[0] |= h5->tx_seq; in h5_prepare_pkt() 714 h5->tx_seq = (h5->tx_seq + 1) % 8; in h5_prepare_pkt()
|
/linux-6.1.9/drivers/net/wwan/ |
D | mhi_wwan_mbim.c | 71 u16 tx_seq; member 97 u16 tx_seq) in mbim_tx_fixup() argument 118 nth16->wSequence = cpu_to_le16(tx_seq); in mbim_tx_fixup() 150 skb = mbim_tx_fixup(skb, link->session, mbim->tx_seq); in mhi_mbim_ndo_xmit() 160 mbim->tx_seq++; in mhi_mbim_ndo_xmit()
|
/linux-6.1.9/include/linux/usb/ |
D | cdc_ncm.h | 139 u16 tx_seq; member
|
/linux-6.1.9/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | sdio.c | 453 u8 tx_seq; /* Transmit sequence number (next) */ member 686 return (bus->tx_max - bus->tx_seq - tx_rsv) != 0 && in data_ok() 687 ((bus->tx_max - bus->tx_seq - tx_rsv) & 0x80) == 0; in data_ok() 694 return (bus->tx_max - bus->tx_seq) != 0 && in txctl_ok() 695 ((bus->tx_max - bus->tx_seq) & 0x80) == 0; in txctl_ok() 1473 if ((u8)(tx_seq_max - bus->tx_seq) > 0x40) { in brcmf_sdio_hdparse() 1475 tx_seq_max = bus->tx_seq + 2; in brcmf_sdio_hdparse() 2198 txseq = bus->tx_seq; in brcmf_sdio_txpkt_prep() 2323 bus->tx_seq = (bus->tx_seq + pktq->qlen) % SDPCM_SEQ_WRAP; in brcmf_sdio_txpkt() 2350 pkt_num = min_t(u8, bus->tx_max - bus->tx_seq, in brcmf_sdio_sendfromq() [all …]
|
/linux-6.1.9/drivers/staging/r8188eu/core/ |
D | rtw_xmit.c | 896 u16 tx_seq; in rtw_make_wlanhdr() local 898 tx_seq = psta->BA_starting_seqctrl[pattrib->priority & 0x0f]; in rtw_make_wlanhdr() 901 if (SN_LESS(pattrib->seqnum, tx_seq)) { in rtw_make_wlanhdr() 903 } else if (SN_EQUAL(pattrib->seqnum, tx_seq)) { in rtw_make_wlanhdr() 904 psta->BA_starting_seqctrl[pattrib->priority & 0x0f] = (tx_seq + 1) & 0xfff; in rtw_make_wlanhdr()
|
/linux-6.1.9/include/uapi/linux/ |
D | wireless.h | 831 __u8 tx_seq[IW_ENCODE_SEQ_MAX_SIZE]; /* LSB first */ member
|
/linux-6.1.9/drivers/staging/ks7010/ |
D | ks_wlan.h | 315 u8 tx_seq[IW_ENCODE_SEQ_MAX_SIZE]; /* LSB first */ member
|
/linux-6.1.9/drivers/staging/rtl8723bs/core/ |
D | rtw_xmit.c | 959 u16 tx_seq; in rtw_make_wlanhdr() local 961 tx_seq = psta->BA_starting_seqctrl[pattrib->priority & 0x0f]; in rtw_make_wlanhdr() 964 if (SN_LESS(pattrib->seqnum, tx_seq)) { in rtw_make_wlanhdr() 966 } else if (SN_EQUAL(pattrib->seqnum, tx_seq)) { in rtw_make_wlanhdr() 967 psta->BA_starting_seqctrl[pattrib->priority & 0x0f] = (tx_seq+1)&0xfff; in rtw_make_wlanhdr()
|
/linux-6.1.9/include/trace/events/ |
D | rxrpc.h | 1322 __field(rxrpc_seq_t, tx_seq ) 1332 __entry->tx_seq = call->tx_hard_ack; 1340 __entry->tx_seq, __entry->rx_seq)
|
/linux-6.1.9/drivers/scsi/bnx2fc/ |
D | 57xx_hsi_bnx2fc.h | 665 struct fcoe_ext_fw_tx_seq_ctx tx_seq; member
|
D | bnx2fc_hwi.c | 1778 task->txwr_rxrd.union_ctx.tx_seq.ctx.seq_cnt = 1; in bnx2fc_init_task()
|
/linux-6.1.9/drivers/net/ |
D | gtp.c | 59 atomic_t tx_seq; member 742 gtp0->seq = htons((atomic_inc_return(&pctx->tx_seq) - 1) % 0xffff); in gtp0_push_header() 1392 atomic_set(&pctx->tx_seq, 0); in gtp_pdp_add()
|
/linux-6.1.9/drivers/net/usb/ |
D | cdc_ncm.c | 1278 nth.nth16->wSequence = cpu_to_le16(ctx->tx_seq++); in cdc_ncm_fill_tx_frame() 1284 nth.nth32->wSequence = cpu_to_le16(ctx->tx_seq++); in cdc_ncm_fill_tx_frame()
|
/linux-6.1.9/drivers/net/wireless/ti/wlcore/ |
D | main.c | 3498 u64 tx_seq = wl->links[hlid].total_freed_pkts; in wlcore_set_key() local 3499 tx_seq_32 = WL1271_TX_SECURITY_HI32(tx_seq); in wlcore_set_key() 3500 tx_seq_16 = WL1271_TX_SECURITY_LO16(tx_seq); in wlcore_set_key()
|
/linux-6.1.9/drivers/net/wireless/intersil/hostap/ |
D | hostap_ioctl.c | 3412 ext->tx_seq, in prism2_ioctl_giwencodeext()
|
/linux-6.1.9/drivers/net/ethernet/broadcom/ |
D | cnic_defs.h | 2967 struct fcoe_ext_fw_tx_seq_ctx tx_seq; member
|