Searched refs:ts (Results 201 - 225 of 795) sorted by last modified time

1234567891011>>

/linux-master/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmcu.c403 __le32 ts; member in struct:mt7925_uni_debug_msg::__anon1310::idxlog
410 __le32 ts; member in struct:mt7925_uni_debug_msg::__anon1310::txtlog
/linux-master/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmcu.c2000 u32 ts = start_time + i * dev->radar_pattern.period; local
2004 req.pattern[i].start_time = cpu_to_le32(ts);
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtx.c1155 if (time_after(jiffies, mvm->tcm.ts + MVM_TCM_PERIOD))
H A Dutils.c988 unsigned long ts,
991 unsigned int elapsed = jiffies_to_msecs(ts - mvm->tcm.ts);
993 jiffies_to_msecs(ts - mvm->tcm.uapsd_nonagg_ts);
1000 bool handle_ll = time_after(ts, mvm->tcm.ll_ts + MVM_LL_PERIOD);
1003 mvm->tcm.ll_ts = ts;
1005 mvm->tcm.uapsd_nonagg_ts = ts;
1093 unsigned long ts = jiffies; local
1095 time_after(ts, mvm->tcm.uapsd_nonagg_ts +
1099 if (mvm->tcm.paused || !time_after(ts, mv
987 iwl_mvm_calc_tcm_stats(struct iwl_mvm *mvm, unsigned long ts, bool handle_uapsd) argument
[all...]
H A Drx.c226 if (time_after(jiffies, mvm->tcm.ts + MVM_TCM_PERIOD))
H A Dops.c1285 mvm->tcm.ts = jiffies;
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dxmit.c64 struct ath_tx_status *ts, int txok);
68 struct ath_tx_status *ts, int nframes, int nbad,
285 struct ath_tx_status ts; local
291 memset(&ts, 0, sizeof(ts));
308 ath_tx_complete_buf(sc, bf, txq, &bf_head, NULL, &ts, 0);
370 struct ath_tx_status ts; local
373 memset(&ts, 0, sizeof(ts));
386 ath_tx_complete_buf(sc, bf, txq, &bf_head, NULL, &ts,
455 ath_tx_count_frames(struct ath_softc *sc, struct ath_buf *bf, struct ath_tx_status *ts, int txok, int *nframes, int *nbad) argument
487 ath_tx_complete_aggr(struct ath_softc *sc, struct ath_txq *txq, struct ath_buf *bf, struct list_head *bf_q, struct ieee80211_sta *sta, struct ath_atx_tid *tid, struct ath_tx_status *ts, int txok) argument
711 ath_tx_count_airtime(struct ath_softc *sc, struct ieee80211_sta *sta, struct ath_buf *bf, struct ath_tx_status *ts, u8 tid) argument
729 ath_tx_process_buffer(struct ath_softc *sc, struct ath_txq *txq, struct ath_tx_status *ts, struct ath_buf *bf, struct list_head *bf_head) argument
1010 struct ath_tx_status ts = {}; local
1875 struct ath_tx_status ts; local
2516 ath_tx_complete_buf(struct ath_softc *sc, struct ath_buf *bf, struct ath_txq *txq, struct list_head *bf_q, struct ieee80211_sta *sta, struct ath_tx_status *ts, int txok) argument
2572 ath_tx_rc_status(struct ath_softc *sc, struct ath_buf *bf, struct ath_tx_status *ts, int nframes, int nbad, int txok) argument
2636 struct ath_tx_status ts; local
2720 struct ath_tx_status ts; local
[all...]
H A Dmain.c2259 struct ath_tx_status ts; local
2279 status = ath9k_hw_txprocdesc(ah, bf->bf_desc, &ts);
2284 sc->beacon.tx_last = !(ts.ts_status & ATH9K_TXERR_MASK);
/linux-master/drivers/net/wireless/ath/ath12k/
H A Ddp_tx.c372 struct ath12k_dp_htt_wbm_tx_status *ts)
393 if (ts->acked) {
397 ts->ack_rssi;
414 struct ath12k_dp_htt_wbm_tx_status ts = {0}; local
426 ts.acked = (wbm_status == HAL_WBM_REL_HTT_TX_COMP_STATUS_OK);
427 ts.ack_rssi = le32_get_bits(status_desc->info2,
429 ath12k_dp_tx_htt_tx_complete_buf(ab, msdu, tx_ring, &ts);
448 struct hal_tx_status *ts)
454 if (WARN_ON_ONCE(ts->buf_rel_source != HAL_WBM_REL_SRC_MODULE_TQM)) {
484 if (ts
369 ath12k_dp_tx_htt_tx_complete_buf(struct ath12k_base *ab, struct sk_buff *msdu, struct dp_tx_ring *tx_ring, struct ath12k_dp_htt_wbm_tx_status *ts) argument
446 ath12k_dp_tx_complete_msdu(struct ath12k *ar, struct sk_buff *msdu, struct hal_tx_status *ts) argument
507 ath12k_dp_tx_status_parse(struct ath12k_base *ab, struct hal_wbm_completion_ring_tx *desc, struct hal_tx_status *ts) argument
539 struct hal_tx_status ts = { 0 }; local
[all...]
H A Ddp_rx.c698 elem->ts = jiffies;
709 time_after(jiffies, elem->ts +
/linux-master/drivers/net/wireless/ath/ath11k/
H A Ddp_tx.c317 struct ath11k_dp_htt_wbm_tx_status *ts)
327 msdu = idr_remove(&tx_ring->txbuf_idr, ts->msdu_id);
332 ts->msdu_id);
353 if (ts->acked) {
357 ts->ack_rssi;
366 peer = ath11k_peer_find_by_id(ab, ts->peer_id);
370 ts->peer_id);
390 struct ath11k_dp_htt_wbm_tx_status ts = {0}; local
401 ts.acked = (wbm_status == HAL_WBM_REL_HTT_TX_COMP_STATUS_OK);
402 ts
315 ath11k_dp_tx_htt_tx_complete_buf(struct ath11k_base *ab, struct dp_tx_ring *tx_ring, struct ath11k_dp_htt_wbm_tx_status *ts) argument
430 ath11k_dp_tx_cache_peer_stats(struct ath11k *ar, struct sk_buff *msdu, struct hal_tx_status *ts) argument
447 ath11k_dp_tx_update_txcompl(struct ath11k *ar, struct hal_tx_status *ts) argument
546 ath11k_dp_tx_complete_msdu(struct ath11k *ar, struct sk_buff *msdu, struct hal_tx_status *ts) argument
647 ath11k_dp_tx_status_parse(struct ath11k_base *ab, struct hal_wbm_release_ring *desc, struct hal_tx_status *ts) argument
685 struct hal_tx_status ts = { 0 }; local
[all...]
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dwmi.c4089 pe.ts = tsf64;
4096 pe.freq, pe.width, pe.rssi, pe.ts);
/linux-master/drivers/net/ethernet/mscc/
H A Docelot.c1084 struct timespec64 ts; local
1086 ocelot_ptp_gettime64(&ocelot->ptp_info, &ts);
1088 tod_in_ns = ktime_set(ts.tv_sec, ts.tv_nsec);
/linux-master/drivers/net/ethernet/microchip/
H A Dlan743x_ptp.c91 "tx ts queue overflow\n");
374 struct timespec64 *ts)
388 ts->tv_sec = seconds;
389 ts->tv_nsec = nano_seconds;
395 const struct timespec64 *ts)
404 if (ts) {
405 if (ts->tv_sec > 0xFFFFFFFFLL ||
406 ts->tv_sec < 0) {
408 "ts->tv_sec out of range, %lld\n",
409 ts
373 lan743x_ptpci_gettime64(struct ptp_clock_info *ptpci, struct timespec64 *ts) argument
394 lan743x_ptpci_settime64(struct ptp_clock_info *ptpci, const struct timespec64 *ts) argument
1036 lan743x_ptp_io_event_clock_get(struct lan743x_adapter *adapter, bool fe, u8 channel, struct timespec64 *ts) argument
1072 struct timespec64 ts; local
1435 struct timespec64 ts; local
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Den_clock.c168 * @ts: timespec structure to hold the current time value
174 struct timespec64 *ts)
185 *ts = ns_to_timespec64(ns);
193 * @ts: timespec containing the new time for the cycle counter
199 const struct timespec64 *ts)
203 u64 ns = timespec64_to_ns(ts);
173 mlx4_en_phc_gettime(struct ptp_clock_info *ptp, struct timespec64 *ts) argument
198 mlx4_en_phc_settime(struct ptp_clock_info *ptp, const struct timespec64 *ts) argument
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_debugfs.c2222 seq_printf(m, "W2: ts\t\t\t%lld\n", (u64)prof->ts);
/linux-master/drivers/net/ethernet/intel/igb/
H A Digb_main.c5951 struct timespec64 ts; local
5973 ts = ktime_to_timespec64(first->skb->tstamp);
5975 context_desc->seqnum_seed = cpu_to_le32(ts.tv_nsec / 32);
6877 struct timespec64 ts; local
6933 ts.tv_nsec = (u32)systim;
6934 ts.tv_sec = ((u32)(systim >> 32)) & 0xFF;
6936 ts = timespec64_add(adapter->perout[tsintr_tt].start,
6941 wr32((tsintr_tt == 1) ? E1000_TRGTTIML1 : E1000_TRGTTIML0, ts.tv_nsec);
6942 wr32((tsintr_tt == 1) ? E1000_TRGTTIMH1 : E1000_TRGTTIMH0, (u32)ts.tv_sec);
6946 adapter->perout[tsintr_tt].start = ts;
6958 struct timespec64 ts; local
[all...]
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_ptp.c1171 * @ts: timespec structure to hold the current time value
1180 ice_ptp_read_time(struct ice_pf *pf, struct timespec64 *ts, argument
1185 *ts = ns_to_timespec64(time_ns);
1191 * @ts: timespec structure that holds the new time value
1195 static int ice_ptp_write_init(struct ice_pf *pf, struct timespec64 *ts) argument
1197 u64 ns = timespec64_to_ns(ts);
1916 * @ts: timespec64 structure to hold the current time value
1924 ice_ptp_gettimex64(struct ptp_clock_info *info, struct timespec64 *ts, argument
1935 ice_ptp_read_time(pf, ts, sts);
1944 * @ts
1950 ice_ptp_settime64(struct ptp_clock_info *info, const struct timespec64 *ts) argument
2694 struct timespec64 ts; local
3004 struct timespec64 ts; local
[all...]
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_ptp.c128 static int hclge_ptp_gettimex(struct ptp_clock_info *ptp, struct timespec64 *ts, argument
143 *ts = ns_to_timespec64(ns);
149 const struct timespec64 *ts)
155 writel(ts->tv_nsec, hdev->ptp->io_base + HCLGE_PTP_TIME_NSEC_REG);
156 writel(ts->tv_sec >> HCLGE_PTP_SEC_H_OFFSET,
158 writel(ts->tv_sec & HCLGE_PTP_SEC_L_MASK,
182 struct timespec64 ts; local
185 hclge_ptp_gettimex(ptp, &ts, NULL);
186 ns = timespec64_to_ns(&ts);
188 ts
148 hclge_ptp_settime(struct ptp_clock_info *ptp, const struct timespec64 *ts) argument
474 struct timespec64 ts; local
[all...]
/linux-master/drivers/net/ethernet/freescale/
H A Dfec.h241 __fec32 ts; member in struct:bufdesc_ex
/linux-master/drivers/net/can/usb/
H A Dgs_usb.c537 const u32 ts = gs_usb_set_timestamp(dev, skb, hf); local
539 rc = can_rx_offload_queue_timestamp(offload, skb, ts);
557 const u32 ts = gs_usb_set_timestamp(dev, skb, hf); local
560 ts, NULL);
/linux-master/drivers/net/can/esd/
H A Desdacc.c97 static ktime_t acc_ts2ktime(struct acc_ov *ov, u64 ts) argument
101 ns = (ts * ACC_TS_FACTOR) + (ts >> ACC_TS_80MHZ_SHIFT);
420 acc_ts2ktime(priv->ov, msg->ts);
455 skb_hwtstamps(skb)->hwtstamp = acc_ts2ktime(priv->ov, msg->ts);
514 skb_hwtstamps(skb)->hwtstamp = acc_ts2ktime(priv->ov, msg->ts);
571 skb_hwtstamps(skb)->hwtstamp = acc_ts2ktime(priv->ov, msg->ts);
624 skb_hwtstamps(skb)->hwtstamp = acc_ts2ktime(priv->ov, msg->ts);
H A Desdacc.h142 u64 ts; member in struct:acc_bmmsg_rxtxdone
152 u64 ts; member in struct:acc_bmmsg_txabort
163 u64 ts; member in struct:acc_bmmsg_overrun
174 u64 ts; member in struct:acc_bmmsg_buserr
186 u64 ts; member in struct:acc_bmmsg_errstatechange
197 u64 ts; member in struct:acc_bmmsg_timeslice
/linux-master/drivers/firmware/arm_scmi/
H A Dnotify.c572 * @ts: RX Timestamp in nanoseconds (boottime)
580 const void *buf, size_t len, ktime_t ts)
600 "queue full, dropping proto_id:%d evt_id:%d ts:%lld\n",
601 proto_id, evt_id, ktime_to_ns(ts));
605 eh.timestamp = ts;
579 scmi_notify(const struct scmi_handle *handle, u8 proto_id, u8 evt_id, const void *buf, size_t len, ktime_t ts) argument
H A Dnotify.h92 const void *buf, size_t len, ktime_t ts);

Completed in 437 milliseconds

1234567891011>>