Home
last modified time | relevance | path

Searched refs:txtime (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/sfc/
Dptp.c884 MCDI_DECLARE_BUF(txtime, MC_CMD_PTP_OUT_TRANSMIT_LEN); in efx_ptp_xmit_skb()
907 txtime, sizeof(txtime), &len); in efx_ptp_xmit_skb()
913 MCDI_DWORD(txtime, PTP_OUT_TRANSMIT_MAJOR), in efx_ptp_xmit_skb()
914 MCDI_DWORD(txtime, PTP_OUT_TRANSMIT_MINOR), in efx_ptp_xmit_skb()
/linux-4.4.14/drivers/net/ethernet/freescale/
Dgianfar_ethtool.c301 unsigned long txtime; in gfar_gcoalesce() local
315 txtime = get_ictt_value(tx_queue->txic); in gfar_gcoalesce()
320 cvals->tx_coalesce_usecs = gfar_ticks2usecs(priv, txtime); in gfar_gcoalesce()