Searched refs:timeset (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/sfc/
H A Dptp.c204 * @valid: Whether this timeset is valid
266 * @timeset: Last set of synchronisation statistics.
321 timeset[MC_CMD_PTP_OUT_SYNCHRONIZE_TIMESET_MAXNUM]; member in struct:efx_ptp_data
682 /* Read a timeset from the MC's results and partial process. */
684 struct efx_ptp_timeset *timeset) struct
688 timeset->host_start = MCDI_DWORD(data, PTP_OUT_SYNCHRONIZE_HOSTSTART);
689 timeset->major = MCDI_DWORD(data, PTP_OUT_SYNCHRONIZE_MAJOR);
690 timeset->minor = MCDI_DWORD(data, PTP_OUT_SYNCHRONIZE_MINOR);
691 timeset->host_end = MCDI_DWORD(data, PTP_OUT_SYNCHRONIZE_HOSTEND),
692 timeset->wait = MCDI_DWORD(data, PTP_OUT_SYNCHRONIZE_WAITNS);
695 start_ns = timeset->host_start & MC_NANOSECOND_MASK;
696 end_ns = timeset->host_end & MC_NANOSECOND_MASK;
701 timeset->window = end_ns - start_ns;
745 &ptp->timeset[i]); efx_ptp_process_times()
748 ptp->nic_to_kernel_time(0, ptp->timeset[i].wait, 0)); efx_ptp_process_times()
749 window = ptp->timeset[i].window; efx_ptp_process_times()
785 start_sec = ptp->timeset[last_good].host_start >> MC_NANOSECOND_BITS; efx_ptp_process_times()
796 (ptp->timeset[last_good].host_start & MC_NANOSECOND_MASK); efx_ptp_process_times()
802 mc_time = ptp->nic_to_kernel_time(ptp->timeset[last_good].major, efx_ptp_process_times()
803 ptp->timeset[last_good].minor, 0); efx_ptp_process_times()
H A Dmcdi_pcol.h1634 /* Minimum acceptable value for a corrected synchronization timeset. When
/linux-4.4.14/drivers/net/ethernet/qlogic/qed/
H A Dqed_int.c426 /* coalescing timeout = timeset << (timer_res + 1) */
505 u8 timeset = p_hwfn->cdev->rx_coalesce_usecs >> qed_int_cau_conf_sb() local
511 timeset); qed_int_cau_conf_sb()
513 timeset = p_hwfn->cdev->tx_coalesce_usecs >> qed_int_cau_conf_sb()
520 timeset); qed_int_cau_conf_sb()
530 u8 timeset) qed_int_cau_conf_pi()
539 SET_FIELD(pi_entry.prod, CAU_PI_ENTRY_PI_TIMESET, timeset); qed_int_cau_conf_pi()
525 qed_int_cau_conf_pi(struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt, u16 igu_sb_id, u32 pi_index, enum qed_coalescing_fsm coalescing_fsm, u8 timeset) qed_int_cau_conf_pi() argument
H A Dqed_int.h60 * @param timeset
67 u8 timeset);
/linux-4.4.14/include/linux/qed/
H A Deth_common.h71 u8 timeset; member in struct:coalescing_timeset

Completed in 263 milliseconds