/linux-4.4.14/Documentation/networking/timestamping/ |
D | hwtstamp_config.c | 99 config.tx_type = lookup_value(tx_types, N_TX_TYPES, argv[2]); in main() 101 if (config.tx_type < 0 || config.rx_filter < 0) { in main() 122 name = lookup_name(tx_types, N_TX_TYPES, config.tx_type); in main() 126 printf("tx_type = %d\n", config.tx_type); in main()
|
D | timestamping.c | 380 hwconfig.tx_type = in main() 389 hwconfig_requested.tx_type == HWTSTAMP_TX_OFF && in main() 396 hwconfig_requested.tx_type, hwconfig.tx_type, in main()
|
/linux-4.4.14/crypto/async_tx/ |
D | async_tx.c | 57 enum dma_transaction_type tx_type) in __async_tx_find_channel() argument 63 dma_has_cap(tx_type, depend_tx->chan->device->cap_mask)) in __async_tx_find_channel() 65 return async_dma_find_channel(tx_type); in __async_tx_find_channel()
|
/linux-4.4.14/include/linux/ |
D | dmaengine.h | 1039 __dma_cap_set(enum dma_transaction_type tx_type, dma_cap_mask_t *dstp) in __dma_cap_set() argument 1041 set_bit(tx_type, dstp->bits); in __dma_cap_set() 1046 __dma_cap_clear(enum dma_transaction_type tx_type, dma_cap_mask_t *dstp) in __dma_cap_clear() argument 1048 clear_bit(tx_type, dstp->bits); in __dma_cap_clear() 1059 __dma_has_cap(enum dma_transaction_type tx_type, dma_cap_mask_t *srcp) in __dma_has_cap() argument 1061 return test_bit(tx_type, srcp->bits); in __dma_has_cap() 1137 struct dma_chan *dma_find_channel(enum dma_transaction_type tx_type); 1149 static inline struct dma_chan *dma_find_channel(enum dma_transaction_type tx_type) in dma_find_channel() argument
|
D | async_tx.h | 117 enum dma_transaction_type tx_type); 132 enum dma_transaction_type tx_type, struct page **dst, in async_tx_find_channel() argument
|
/linux-4.4.14/net/core/ |
D | dev_ioctl.c | 190 enum hwtstamp_tx_types tx_type; in net_hwtstamp_validate() local 201 tx_type = cfg.tx_type; in net_hwtstamp_validate() 204 switch (tx_type) { in net_hwtstamp_validate()
|
/linux-4.4.14/include/uapi/linux/ |
D | net_tstamp.h | 49 int tx_type; member
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | async_tx.h | 43 enum dma_transaction_type tx_type);
|
/linux-4.4.14/fs/ncpfs/ |
D | sock.c | 70 u_int16_t tx_type; member 434 if (req && (req->tx_type == NCP_ALLOC_SLOT_REQUEST || (server->sequence == reply.sequence && in ncpdgram_rcv_proc() 443 if (result >= 0 && server->sign_active && req->tx_type != NCP_DEALLOC_SLOT_REQUEST) { in ncpdgram_rcv_proc() 640 if (req->tx_type != NCP_ALLOC_SLOT_REQUEST) { in __ncptcp_rcv_proc() 653 if (server->sign_active && req->tx_type != NCP_DEALLOC_SLOT_REQUEST) { in __ncptcp_rcv_proc() 716 req->tx_type = *(u_int16_t*)server->packet; in do_ncp_rpc_call()
|
/linux-4.4.14/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-ptp.c | 271 pdata->tstamp_config.tx_type = HWTSTAMP_TX_OFF; in xgbe_ptp_register()
|
D | xgbe-drv.c | 1034 switch (config.tx_type) { in xgbe_set_hwtstamp_settings() 1274 (pdata->tstamp_config.tx_type == HWTSTAMP_TX_ON)) in xgbe_packet_info()
|
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
D | i40e_ptp.c | 467 switch (config->tx_type) { in i40e_ptp_set_timestamp_mode() 629 pf->tstamp_config.tx_type = HWTSTAMP_TX_OFF; in i40e_ptp_create_clock()
|
/linux-4.4.14/drivers/net/ethernet/freescale/ |
D | fec_ptp.c | 488 switch (config.tx_type) { in fec_ptp_set() 522 config.tx_type = fep->hwts_tx_en ? HWTSTAMP_TX_ON : HWTSTAMP_TX_OFF; in fec_ptp_get()
|
D | gianfar.c | 954 switch (config.tx_type) { in gfar_hwtstamp_set() 995 config.tx_type = priv->hwts_tx_en ? HWTSTAMP_TX_ON : HWTSTAMP_TX_OFF; in gfar_hwtstamp_get()
|
/linux-4.4.14/drivers/net/ethernet/adi/ |
D | bfin_mac.c | 677 __func__, config.flags, config.tx_type, config.rx_filter); in bfin_mac_hwtstamp_set() 683 if ((config.tx_type != HWTSTAMP_TX_OFF) && in bfin_mac_hwtstamp_set() 684 (config.tx_type != HWTSTAMP_TX_ON)) in bfin_mac_hwtstamp_set() 795 if (config.tx_type == HWTSTAMP_TX_OFF && in bfin_mac_hwtstamp_set() 912 lp->stamp_cfg.tx_type = HWTSTAMP_TX_OFF; in bfin_mac_hwtstamp_init()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | en_cq.c | 145 if ((cq->is_tx && priv->hwtstamp_config.tx_type) || in mlx4_en_activate_cq()
|
D | en_netdev.c | 2145 switch (config.tx_type) { in mlx4_en_hwtstamp_set() 2178 config.tx_type = HWTSTAMP_TX_OFF; in mlx4_en_hwtstamp_set() 2932 priv->hwtstamp_config.tx_type = HWTSTAMP_TX_OFF; in mlx4_en_init_netdev() 3102 if (priv->hwtstamp_config.tx_type == ts_config.tx_type && in mlx4_en_reset_config() 3126 priv->hwtstamp_config.tx_type = ts_config.tx_type; in mlx4_en_reset_config()
|
D | en_tx.c | 144 ring->hwtstamp_tx_type = priv->hwtstamp_config.tx_type; in mlx4_en_create_tx_ring()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_ptp.c | 600 switch (config->tx_type) { in ixgbe_ptp_set_timestamp_mode() 914 adapter->tstamp_config.tx_type = HWTSTAMP_TX_OFF; in ixgbe_ptp_create_clock()
|
/linux-4.4.14/drivers/net/ethernet/xscale/ |
D | ixp4xx_eth.c | 388 if (cfg.tx_type != HWTSTAMP_TX_OFF && cfg.tx_type != HWTSTAMP_TX_ON) in hwtstamp_set() 407 port->hwts_tx_en = cfg.tx_type == HWTSTAMP_TX_ON; in hwtstamp_set() 422 cfg.tx_type = port->hwts_tx_en ? HWTSTAMP_TX_ON : HWTSTAMP_TX_OFF; in hwtstamp_get()
|
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_ptp.c | 219 switch (ts_config.tx_type) { in fm10k_set_ts_config()
|
/linux-4.4.14/drivers/net/ethernet/brocade/bna/ |
D | bna_enet.c | 819 enum bna_tx_type tx_type = \ 826 bna_tx_mod_start(&(enet)->bna->tx_mod, tx_type); \ 832 enum bna_tx_type tx_type = \ 842 bna_tx_mod_stop(&(enet)->bna->tx_mod, tx_type); \
|
D | bna_types.h | 507 enum bna_tx_type tx_type; member
|
D | bna_tx_rx.c | 3396 tx = bna_tx_get(tx_mod, tx_cfg->tx_type); in bna_tx_create()
|
D | bnad.c | 1983 tx_config->tx_type = BNA_TX_T_REGULAR; in bnad_setup_tx()
|
/linux-4.4.14/drivers/dma/ |
D | dmaengine.c | 355 struct dma_chan *dma_find_channel(enum dma_transaction_type tx_type) in dma_find_channel() argument 357 return this_cpu_read(channel_table[tx_type]->chan); in dma_find_channel()
|
/linux-4.4.14/drivers/net/phy/ |
D | dp83640.c | 1299 if (cfg.tx_type < 0 || cfg.tx_type > HWTSTAMP_TX_ONESTEP_SYNC) in dp83640_hwtstamp() 1302 dp83640->hwts_tx_en = cfg.tx_type; in dp83640_hwtstamp()
|
/linux-4.4.14/drivers/net/ethernet/intel/igb/ |
D | igb_ptp.c | 848 switch (config->tx_type) { in igb_ptp_set_timestamp_mode() 1112 adapter->tstamp_config.tx_type = HWTSTAMP_TX_OFF; in igb_ptp_init()
|
/linux-4.4.14/Documentation/networking/ |
D | timestamping.txt | 350 int tx_type; /* HWTSTAMP_TX_* */ 356 ifr_data points to a struct hwtstamp_config. The tx_type and 383 /* possible values for hwtstamp_config->tx_type */
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | ptp.c | 1246 ptp->config.tx_type = HWTSTAMP_TX_OFF; in efx_ptp_probe() 1528 if ((init->tx_type != HWTSTAMP_TX_OFF) && in efx_ptp_ts_init() 1529 (init->tx_type != HWTSTAMP_TX_ON)) in efx_ptp_ts_init()
|
D | siena.c | 142 init->tx_type != HWTSTAMP_TX_OFF, in siena_ptp_set_ts_config()
|
D | ef10.c | 4637 init->tx_type != HWTSTAMP_TX_OFF, 0); in efx_ef10_ptp_set_ts_config()
|
/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_main.c | 452 __func__, config.flags, config.tx_type, config.rx_filter); in stmmac_hwtstamp_ioctl() 458 if (config.tx_type != HWTSTAMP_TX_OFF && in stmmac_hwtstamp_ioctl() 459 config.tx_type != HWTSTAMP_TX_ON) in stmmac_hwtstamp_ioctl() 592 priv->hwts_tx_en = config.tx_type == HWTSTAMP_TX_ON; in stmmac_hwtstamp_ioctl()
|
/linux-4.4.14/drivers/net/ethernet/ti/ |
D | cpsw.c | 1508 if (cfg.tx_type != HWTSTAMP_TX_OFF && cfg.tx_type != HWTSTAMP_TX_ON) in cpsw_hwtstamp_set() 1536 cpts->tx_enable = cfg.tx_type == HWTSTAMP_TX_ON; in cpsw_hwtstamp_set() 1565 cfg.tx_type = cpts->tx_enable ? HWTSTAMP_TX_ON : HWTSTAMP_TX_OFF; in cpsw_hwtstamp_get()
|
/linux-4.4.14/drivers/net/ethernet/oki-semi/pch_gbe/ |
D | pch_gbe_main.c | 243 if (cfg.tx_type != HWTSTAMP_TX_OFF && cfg.tx_type != HWTSTAMP_TX_ON) in hwtstamp_ioctl() 274 adapter->hwts_tx_en = cfg.tx_type == HWTSTAMP_TX_ON; in hwtstamp_ioctl()
|
/linux-4.4.14/drivers/net/ethernet/tile/ |
D | tilegx.c | 487 switch (config.tx_type) { in tile_hwtstamp_set() 906 priv->stamp_cfg.tx_type = HWTSTAMP_TX_OFF; in init_ptp_dev()
|
/linux-4.4.14/drivers/net/ethernet/renesas/ |
D | ravb_main.c | 1520 config.tx_type = priv->tstamp_tx_ctrl ? HWTSTAMP_TX_ON : in ravb_hwtstamp_get() 1548 switch (config.tx_type) { in ravb_hwtstamp_set()
|
/linux-4.4.14/drivers/net/ethernet/octeon/ |
D | octeon_mgmt.c | 740 switch (config.tx_type) { in octeon_mgmt_ioctl_hwtstamp()
|
/linux-4.4.14/drivers/net/ethernet/neterion/vxge/ |
D | vxge-main.c | 3207 switch (config.tx_type) { in vxge_hwtstamp_set() 3260 config.tx_type = HWTSTAMP_TX_OFF; in vxge_hwtstamp_get()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x.h | 1941 u16 tx_type; member
|
D | bnx2x_main.c | 15213 switch (bp->tx_type) { in bnx2x_configure_ptp_filters() 15299 config.tx_type, config.rx_filter); in bnx2x_hwtstamp_ioctl() 15307 bp->tx_type = config.tx_type; in bnx2x_hwtstamp_ioctl()
|
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/ |
D | lio_main.c | 2444 switch (conf.tx_type) { in hwtstamp_ioctl()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | tg3.c | 13798 if (stmpconf.tx_type != HWTSTAMP_TX_ON && in tg3_hwtstamp_set() 13799 stmpconf.tx_type != HWTSTAMP_TX_OFF) in tg3_hwtstamp_set() 13862 if (stmpconf.tx_type == HWTSTAMP_TX_ON) in tg3_hwtstamp_set() 13880 stmpconf.tx_type = (tg3_flag(tp, TX_TSTAMP_EN) ? in tg3_hwtstamp_get()
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/ |
D | netdev.c | 3605 switch (config->tx_type) { in e1000e_config_hwtstamp()
|