Searched refs:tx_type (Results 1 – 3 of 3) sorted by relevance
20 u32 tx_type; member55 data->hwtst_config.tx_type = BIT(cfg.tx_type); in tsconfig_prepare_data()105 if (data->hwtst_config.tx_type) { in tsconfig_reply_size()106 ret = ethnl_bitset32_size(&data->hwtst_config.tx_type, in tsconfig_reply_size()147 if (data->hwtst_config.tx_type) { in tsconfig_fill_reply()149 &data->hwtst_config.tx_type, NULL, in tsconfig_fill_reply()349 req_tx_type = BIT(hwtst_config.tx_type); in ethnl_set_tsconfig()364 hwtst_config.tx_type = ffs(req_tx_type) - 1; in ethnl_set_tsconfig()
191 enum hwtstamp_tx_types tx_type; in net_hwtstamp_validate() local199 tx_type = cfg->tx_type; in net_hwtstamp_validate()202 switch (tx_type) { in net_hwtstamp_validate()
74 lag_upper_info.tx_type = NETDEV_LAG_TX_TYPE_ACTIVEBACKUP; in failover_slave_register()
Completed in 6 milliseconds