Home
last modified time | relevance | path

Searched refs:txs (Results 1 – 25 of 40) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/net/wan/
H A Dpci200syn.c75 u8 rxs, txs, tmc; /* SCA registers */ member
121 u8 txs = port->txs & CLK_BRG_MASK; in pci200_set_iface() local
128 txs |= CLK_PIN_OUT | CLK_TX_RXCLK; /* RX clock */ in pci200_set_iface()
133 txs |= CLK_PIN_OUT | CLK_BRG; /* BRG output */ in pci200_set_iface()
138 txs |= CLK_PIN_OUT | CLK_TX_RXCLK; /* RX clock */ in pci200_set_iface()
143 txs |= CLK_PIN_OUT | CLK_LINE; /* TXC input */ in pci200_set_iface()
148 port->txs = txs; in pci200_set_iface()
150 sca_out(txs, msci + TXS, card); in pci200_set_iface()
H A Dc101.c70 u8 rxs, txs, tmc; /* SCA registers */ member
152 u8 txs = port->txs & CLK_BRG_MASK; in c101_set_iface() local
157 txs |= CLK_RXCLK_TX; /* BRG output */ in c101_set_iface()
162 txs |= CLK_BRG_TX; /* BRG output */ in c101_set_iface()
167 txs |= CLK_RXCLK_TX; /* RX clock */ in c101_set_iface()
172 txs |= CLK_LINE_TX; /* TXC input */ in c101_set_iface()
176 port->txs = txs; in c101_set_iface()
178 sca_out(txs, MSCI1_OFFSET + TXS, port); in c101_set_iface()
H A Dpc300too.c89 u8 rxs, txs, tmc; /* SCA registers */ member
123 u8 txs = port->txs & CLK_BRG_MASK; in pc300_set_iface() local
130 txs |= CLK_PIN_OUT | CLK_TX_RXCLK; /* RX clock */ in pc300_set_iface()
135 txs |= CLK_PIN_OUT | CLK_BRG; /* BRG output */ in pc300_set_iface()
140 txs |= CLK_PIN_OUT | CLK_TX_RXCLK; /* RX clock */ in pc300_set_iface()
145 txs |= CLK_PIN_OUT | CLK_LINE; /* TXC input */ in pc300_set_iface()
150 port->txs = txs; in pc300_set_iface()
152 sca_out(txs, msci + TXS, card); in pc300_set_iface()
H A Dn2.c106 u8 rxs, txs, tmc; /* SCA registers */ member
171 u8 txs = port->txs & CLK_BRG_MASK; in n2_set_iface() local
177 txs |= CLK_RXCLK_TX; /* RX clock */ in n2_set_iface()
183 txs |= CLK_BRG_TX; /* BRG output */ in n2_set_iface()
189 txs |= CLK_RXCLK_TX; /* RX clock */ in n2_set_iface()
195 txs |= CLK_LINE_TX; /* TXC input */ in n2_set_iface()
200 port->txs = txs; in n2_set_iface()
202 sca_out(txs, msci + TXS, card); in n2_set_iface()
H A Dhd64572.c400 port->txs = (port->txs & ~CLK_BRG_MASK) | br; in sca_set_port()
409 sca_out(port->txs, msci + TXS, card); in sca_set_port()
469 sca_out(port->txs, msci + TXS, card); in sca_open()
H A Dhd64570.c437 port->txs = (port->txs & ~CLK_BRG_MASK) | br; in sca_set_port()
445 sca_out(port->txs, msci + TXS, card); in sca_set_port()
513 sca_out(port->txs, msci + TXS, card); in sca_open()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_txrx.c442 struct __wmi_event_txstatus *txs) in ath9k_htc_tx_process() argument
471 if (!txok || !vif || !txs) in ath9k_htc_tx_process()
474 if (txs->ts_flags & ATH9K_HTC_TXSTAT_ACK) { in ath9k_htc_tx_process()
480 if (txs->ts_flags & ATH9K_HTC_TXSTAT_FILT) in ath9k_htc_tx_process()
483 if (txs->ts_flags & ATH9K_HTC_TXSTAT_RTC_CTS) in ath9k_htc_tx_process()
487 rate->idx = MS(txs->ts_rate, ATH9K_HTC_TXSTAT_RATE); in ath9k_htc_tx_process()
489 if (txs->ts_flags & ATH9K_HTC_TXSTAT_MCS) { in ath9k_htc_tx_process()
492 if (txs->ts_flags & ATH9K_HTC_TXSTAT_CW40) in ath9k_htc_tx_process()
494 if (txs->ts_flags & ATH9K_HTC_TXSTAT_SGI) in ath9k_htc_tx_process()
614 struct __wmi_event_txstatus *txs) in ath9k_htc_tx_get_packet() argument
[all …]
H A Dwmi.h144 struct __wmi_event_txstatus txs; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dampdu.c821 struct tx_status *txs, u8 mcs) in brcms_c_ampdu_rate_status() argument
835 struct sk_buff *p, struct tx_status *txs, in brcms_c_ampdu_dotxstatus_complete() argument
866 queue = txs->frameid & TXFID_QUEUE_MASK; in brcms_c_ampdu_dotxstatus_complete()
867 supr_status = txs->status & TX_STATUS_SUPR_MASK; in brcms_c_ampdu_dotxstatus_complete()
869 if (txs->status & TX_STATUS_ACK_RCV) { in brcms_c_ampdu_dotxstatus_complete()
870 WARN_ON(!(txs->status & TX_STATUS_INTERMEDIATE)); in brcms_c_ampdu_dotxstatus_complete()
871 start_seq = txs->sequence >> SEQNUM_SHIFT; in brcms_c_ampdu_dotxstatus_complete()
872 bitmap[0] = (txs->status & TX_STATUS_BA_BMAP03_MASK) >> in brcms_c_ampdu_dotxstatus_complete()
919 } else if (txs->phyerr) { in brcms_c_ampdu_dotxstatus_complete()
922 __func__, txs->phyerr); in brcms_c_ampdu_dotxstatus_complete()
[all …]
H A Dampdu.h49 struct sk_buff *p, struct tx_status *txs);
H A Dmain.c834 brcms_c_dotxstatus(struct brcms_c_info *wlc, struct tx_status *txs) in brcms_c_dotxstatus() argument
850 trace_brcms_txstatus(&wlc->hw->d11core->dev, txs->framelen, in brcms_c_dotxstatus()
851 txs->frameid, txs->status, txs->lasttxtime, in brcms_c_dotxstatus()
852 txs->sequence, txs->phyerr, txs->ackphyrxsh); in brcms_c_dotxstatus()
859 if (!(txs->status & TX_STATUS_AMPDU) in brcms_c_dotxstatus()
860 && (txs->status & TX_STATUS_INTERMEDIATE)) { in brcms_c_dotxstatus()
866 queue = txs->frameid & TXFID_QUEUE_MASK; in brcms_c_dotxstatus()
882 if (txs->phyerr) in brcms_c_dotxstatus()
884 txs->phyerr, txh->MainRates); in brcms_c_dotxstatus()
886 if (txs->frameid != le16_to_cpu(txh->TxFrameID)) { in brcms_c_dotxstatus()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/atheros/atlx/
H A Datl2.c467 struct tx_pkt_status *txs; in atl2_intr_tx() local
473 txs = adapter->txs_ring + txs_write_ptr; in atl2_intr_tx()
474 if (!txs->update) in atl2_intr_tx()
478 txs->update = 0; in atl2_intr_tx()
488 if (txph->pkt_size != txs->pkt_size) { in atl2_intr_tx()
489 struct tx_pkt_status *old_txs = txs; in atl2_intr_tx()
494 *(u32 *)txph, *(u32 *)txs); in atl2_intr_tx()
498 txs = adapter->txs_ring + txs_write_ptr; in atl2_intr_tx()
501 *(u32 *)txs); in atl2_intr_tx()
503 txs = adapter->txs_ring + in atl2_intr_tx()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt7603/
H A Dmac.c1076 u32 txs; in mt7603_fill_txs() local
1083 txs = le32_to_cpu(txs_data[4]); in mt7603_fill_txs()
1084 ampdu = !fixed_rate && (txs & MT_TXS4_AMPDU); in mt7603_fill_txs()
1085 count = FIELD_GET(MT_TXS4_TX_COUNT, txs); in mt7603_fill_txs()
1086 last_idx = FIELD_GET(MT_TXS4_LAST_TX_RATE, txs); in mt7603_fill_txs()
1088 txs = le32_to_cpu(txs_data[0]); in mt7603_fill_txs()
1089 final_rate = FIELD_GET(MT_TXS0_TX_RATE, txs); in mt7603_fill_txs()
1090 ack_timeout = txs & MT_TXS0_ACK_TIMEOUT; in mt7603_fill_txs()
1092 if (!ampdu && (txs & MT_TXS0_RTS_TIMEOUT)) in mt7603_fill_txs()
1095 if (txs & MT_TXS0_QUEUE_TIMEOUT) in mt7603_fill_txs()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmac.c1186 u32 final_rate, final_rate_flags, final_nss, txs; in mt7615_fill_txs() local
1188 txs = le32_to_cpu(txs_data[1]); in mt7615_fill_txs()
1189 ampdu = txs & MT_TXS1_AMPDU; in mt7615_fill_txs()
1191 txs = le32_to_cpu(txs_data[3]); in mt7615_fill_txs()
1192 count = FIELD_GET(MT_TXS3_TX_COUNT, txs); in mt7615_fill_txs()
1193 last_idx = FIELD_GET(MT_TXS3_LAST_TX_RATE, txs); in mt7615_fill_txs()
1195 txs = le32_to_cpu(txs_data[0]); in mt7615_fill_txs()
1196 fixed_rate = txs & MT_TXS0_FIXED_RATE; in mt7615_fill_txs()
1197 final_rate = FIELD_GET(MT_TXS0_TX_RATE, txs); in mt7615_fill_txs()
1198 ack_timeout = txs & MT_TXS0_ACK_TIMEOUT; in mt7615_fill_txs()
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/mach-imx/mx6/
H A Dddr.c1208 u16 trcd, trc, tras, twr, tmrd, trtp, trp, twtr, trfc, txs, txpr; in mx6_ddr3_cfg() local
1254 txs = DIV_ROUND_UP(120000, clkper) - 1; in mx6_ddr3_cfg()
1258 txs = DIV_ROUND_UP(170000, clkper) - 1; in mx6_ddr3_cfg()
1262 txs = DIV_ROUND_UP(270000, clkper) - 1; in mx6_ddr3_cfg()
1266 txs = DIV_ROUND_UP(360000, clkper) - 1; in mx6_ddr3_cfg()
1274 txpr = txs; in mx6_ddr3_cfg()
1333 debug("txs=%d\n", txs); in mx6_ddr3_cfg()
1409 mmdc0->mdcfg0 = (trfc << 24) | (txs << 16) | (txp << 13) | in mx6_ddr3_cfg()
/OK3568_Linux_fs/kernel/drivers/atm/
H A Dambassador.c286 static unsigned int txs = 32; variable
1495 static int create_queues(amb_dev *dev, unsigned int cmds, unsigned int txs, in create_queues() argument
1507 total += txs * (sizeof(tx_in) + sizeof(tx_out)); in create_queues()
1554 txq->maximum = txs - 1; in create_queues()
1558 txq->in.limit = in + txs; in create_queues()
1565 txq->out.limit = out + txs; in create_queues()
2100 } else if (create_queues (dev, cmds, txs, rxs, rxs_bs)) { in amb_init()
2313 if (txs < MIN_QUEUE_SIZE) in amb_check_args()
2315 txs = MIN_QUEUE_SIZE); in amb_check_args()
2346 module_param(txs, uint, 0);
[all …]
/OK3568_Linux_fs/kernel/drivers/net/
H A Dxen-netfront.c1975 struct xen_netif_tx_sring *txs; in setup_netfront() local
1985 txs = (struct xen_netif_tx_sring *)get_zeroed_page(GFP_NOIO | __GFP_HIGH); in setup_netfront()
1986 if (!txs) { in setup_netfront()
1991 SHARED_RING_INIT(txs); in setup_netfront()
1992 FRONT_RING_INIT(&queue->tx, txs, XEN_PAGE_SIZE); in setup_netfront()
1994 err = xenbus_grant_ring(dev, txs, 1, &gref); in setup_netfront()
2040 (unsigned long)txs); in setup_netfront()
2043 free_page((unsigned long)txs); in setup_netfront()
/OK3568_Linux_fs/kernel/drivers/net/xen-netback/
H A Dnetback.c1498 struct xen_netif_tx_sring *txs; in xenvif_map_frontend_data_rings() local
1508 txs = (struct xen_netif_tx_sring *)addr; in xenvif_map_frontend_data_rings()
1509 rsp_prod = READ_ONCE(txs->rsp_prod); in xenvif_map_frontend_data_rings()
1510 req_prod = READ_ONCE(txs->req_prod); in xenvif_map_frontend_data_rings()
1512 BACK_RING_ATTACH(&queue->tx, txs, rsp_prod, XEN_PAGE_SIZE); in xenvif_map_frontend_data_rings()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_bus.h231 extern int dhd_bus_schedule_queue(struct dhd_bus *bus, uint16 flow_id, bool txs);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_cfgnan.c8428 wl_nan_event_txs_t *txs = (wl_nan_event_txs_t *)xtlv->data; in wl_cfgnan_notify_nan_status() local
8430 if (txs->status == WL_NAN_TXS_SUCCESS) { in wl_cfgnan_notify_nan_status()
8432 nan_frm_type_to_str(txs->type), txs->type, txs->host_seq)); in wl_cfgnan_notify_nan_status()
8447 nan_frm_type_to_str(txs->type), txs->type, txs->status, in wl_cfgnan_notify_nan_status()
8448 txs->host_seq)); in wl_cfgnan_notify_nan_status()
8459 nan_event_data->reason = txs->reason_code; in wl_cfgnan_notify_nan_status()
8460 nan_event_data->token = txs->host_seq; in wl_cfgnan_notify_nan_status()
8461 if (txs->type == WL_NAN_FRM_TYPE_FOLLOWUP) { in wl_cfgnan_notify_nan_status()
8463 xtlv = (bcm_xtlv_t *)(txs->opt_tlvs); in wl_cfgnan_notify_nan_status()
8464 if (txs->opt_tlvs_len && xtlv->id == WL_NAN_XTLV_SD_TXS) { in wl_cfgnan_notify_nan_status()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_cfgnan.c8428 wl_nan_event_txs_t *txs = (wl_nan_event_txs_t *)xtlv->data; in wl_cfgnan_notify_nan_status() local
8430 if (txs->status == WL_NAN_TXS_SUCCESS) { in wl_cfgnan_notify_nan_status()
8432 nan_frm_type_to_str(txs->type), txs->type, txs->host_seq)); in wl_cfgnan_notify_nan_status()
8447 nan_frm_type_to_str(txs->type), txs->type, txs->status, in wl_cfgnan_notify_nan_status()
8448 txs->host_seq)); in wl_cfgnan_notify_nan_status()
8459 nan_event_data->reason = txs->reason_code; in wl_cfgnan_notify_nan_status()
8460 nan_event_data->token = txs->host_seq; in wl_cfgnan_notify_nan_status()
8461 if (txs->type == WL_NAN_FRM_TYPE_FOLLOWUP) { in wl_cfgnan_notify_nan_status()
8463 xtlv = (bcm_xtlv_t *)(txs->opt_tlvs); in wl_cfgnan_notify_nan_status()
8464 if (txs->opt_tlvs_len && xtlv->id == WL_NAN_XTLV_SD_TXS) { in wl_cfgnan_notify_nan_status()
[all …]
H A Ddhd_bus.h226 extern int dhd_bus_schedule_queue(struct dhd_bus *bus, uint16 flow_id, bool txs);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_bus.h218 extern int dhd_bus_schedule_queue(struct dhd_bus *bus, uint16 flow_id, bool txs);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_bus.h218 extern int dhd_bus_schedule_queue(struct dhd_bus *bus, uint16 flow_id, bool txs);
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_bus.h218 extern int dhd_bus_schedule_queue(struct dhd_bus *bus, uint16 flow_id, bool txs);

12