Home
last modified time | relevance | path

Searched refs:tx_seq (Results 1 – 12 of 12) sorted by relevance

/linux-4.4.14/drivers/bluetooth/
Dhci_h5.c82 u8 tx_seq; /* Next seq number to send */ member
161 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()
/linux-4.4.14/include/linux/usb/
Dcdc_ncm.h124 u16 tx_seq; member
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
Dsdio.c446 u8 tx_seq; /* Transmit sequence number (next) */ member
743 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 …]
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_xmit.c877 u16 tx_seq; in rtw_make_wlanhdr() local
879 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()
/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_xmit.c956 u16 tx_seq; in rtw_make_wlanhdr() local
958 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()
/linux-4.4.14/include/uapi/linux/
Dwireless.h833 __u8 tx_seq[IW_ENCODE_SEQ_MAX_SIZE]; /* LSB first */ member
/linux-4.4.14/drivers/scsi/bnx2fc/
D57xx_hsi_bnx2fc.h664 struct fcoe_ext_fw_tx_seq_ctx tx_seq; member
Dbnx2fc_hwi.c1759 task->txwr_rxrd.union_ctx.tx_seq.ctx.seq_cnt = 1; in bnx2fc_init_task()
/linux-4.4.14/drivers/net/usb/
Dcdc_ncm.c1082 nth16->wSequence = cpu_to_le16(ctx->tx_seq++); in cdc_ncm_fill_tx_frame()
/linux-4.4.14/drivers/net/wireless/ti/wlcore/
Dmain.c3525 u64 tx_seq = wl->links[hlid].total_freed_pkts; in wlcore_set_key() local
3526 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()
/linux-4.4.14/drivers/net/ethernet/broadcom/
Dcnic_defs.h2967 struct fcoe_ext_fw_tx_seq_ctx tx_seq; member
/linux-4.4.14/drivers/net/wireless/hostap/
Dhostap_ioctl.c3427 ext->tx_seq, in prism2_ioctl_giwencodeext()