Searched defs:tc (Results 201 - 225 of 255) sorted by relevance

1234567891011

/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_sched.c280 struct ice_sched_node *ice_sched_get_tc_node(struct ice_port_info *pi, u8 tc) argument
556 ice_alloc_lan_q_ctx(struct ice_hw *hw, u16 vsi_handle, u8 tc, u16 new_numqs) argument
613 ice_alloc_rdma_q_ctx(struct ice_hw *hw, u16 vsi_handle, u8 tc, u16 new_numqs) argument
1508 ice_sched_get_free_qparent(struct ice_port_info *pi, u16 vsi_handle, u8 tc, u8 owner) argument
1797 ice_sched_add_vsi_to_topo(struct ice_port_info *pi, u16 vsi_handle, u8 tc) argument
1825 ice_sched_update_vsi_child_nodes(struct ice_port_info *pi, u16 vsi_handle, u8 tc, u16 new_numqs, u8 owner) argument
1900 ice_sched_cfg_vsi(struct ice_port_info *pi, u16 vsi_handle, u8 tc, u16 maxqs, u8 owner, bool enable) argument
2274 ice_sched_move_vsi_to_agg(struct ice_port_info *pi, u16 vsi_handle, u32 agg_id, u8 tc) argument
2356 ice_move_all_vsi_to_dflt_agg(struct ice_port_info *pi, struct ice_sched_agg_info *agg_info, u8 tc, bool rm_vsi_info) argument
2420 ice_sched_rm_agg_cfg(struct ice_port_info *pi, u32 agg_id, u8 tc) argument
2468 ice_rm_agg_cfg_tc(struct ice_port_info *pi, struct ice_sched_agg_info *agg_info, u8 tc, bool rm_vsi_info) argument
2524 ice_sched_add_agg_cfg(struct ice_port_info *pi, u32 agg_id, u8 tc) argument
2620 u8 tc; local
2782 u8 tc; local
3044 ice_sched_save_vsi_bw(struct ice_port_info *pi, u16 vsi_handle, u8 tc, enum ice_rl_type rl_type, u32 bw) argument
3805 ice_sched_set_q_bw_lmt(struct ice_port_info *pi, u16 vsi_handle, u8 tc, u16 q_handle, enum ice_rl_type rl_type, u32 bw) argument
3868 ice_cfg_q_bw_lmt(struct ice_port_info *pi, u16 vsi_handle, u8 tc, u16 q_handle, enum ice_rl_type rl_type, u32 bw) argument
3886 ice_cfg_q_bw_dflt_lmt(struct ice_port_info *pi, u16 vsi_handle, u8 tc, u16 q_handle, enum ice_rl_type rl_type) argument
3905 ice_sched_get_node_by_id_type(struct ice_port_info *pi, u32 id, enum ice_agg_type agg_type, u8 tc) argument
3954 ice_sched_set_node_bw_lmt_per_tc(struct ice_port_info *pi, u32 id, enum ice_agg_type agg_type, u8 tc, enum ice_rl_type rl_type, u32 bw) argument
3995 ice_cfg_vsi_bw_lmt_per_tc(struct ice_port_info *pi, u16 vsi_handle, u8 tc, enum ice_rl_type rl_type, u32 bw) argument
4022 ice_cfg_vsi_bw_dflt_lmt_per_tc(struct ice_port_info *pi, u16 vsi_handle, u8 tc, enum ice_rl_type rl_type) argument
4182 u8 tc; local
[all...]
H A Dice.h235 u8 tc; /* TC number that Tx queue belongs to */ member in struct:ice_txq_meta
H A Dice_common.c4558 ice_get_lan_q_ctx(struct ice_hw *hw, u16 vsi_handle, u8 tc, u16 q_handle) argument
4588 ice_ena_vsi_txq(struct ice_port_info *pi, u16 vsi_handle, u8 tc, u16 q_handle, argument
4693 ice_dis_vsi_txq(struct ice_port_info *pi, u16 vsi_handle, u8 tc, u8 num_queues, u16 *q_handles, u16 *q_ids, u32 *q_teids, enum ice_disq_rst_src rst_src, u16 vmvf_num, struct ice_sq_cd *cd) argument
4841 ice_ena_vsi_rdma_qset(struct ice_port_info *pi, u16 vsi_handle, u8 tc, u16 *rdma_qset, u16 num_qsets, u32 *qset_teid) argument
[all...]
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_target.c3060 struct qla_tc_param tc; local
[all...]
H A Dqla_init.c3712 void *tc; local
3751 void *tc; local
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_ethtool.c592 int tc; local
/linux-master/drivers/net/ethernet/intel/iavf/
H A Diavf_main.c3906 static int iavf_handle_tclass(struct iavf_adapter *adapter, u32 tc, argument
3955 int tc = tc_classid_to_hwtc(adapter->netdev, cls_flower->classid); local
[all...]
/linux-master/drivers/dma/xilinx/
H A Dxilinx_dpdma.c294 enum xilinx_dpdma_testcases tc; member in struct:xilinx_dpdma_debugfs_request
/linux-master/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_llh.c801 hw_atl_rpf_rpb_user_priority_tc_map_set(struct aq_hw_s *aq_hw, u32 user_priority, u32 tc) argument
1510 hw_atl_tps_tx_pkt_shed_desc_tc_max_credit_set(struct aq_hw_s *aq_hw, const u32 tc, const u32 max_credit) argument
1520 hw_atl_tps_tx_pkt_shed_desc_tc_weight_set(struct aq_hw_s *aq_hw, const u32 tc, const u32 weight) argument
1539 hw_atl_tps_tx_pkt_shed_tc_data_max_credit_set(struct aq_hw_s *aq_hw, const u32 tc, const u32 max_credit) argument
1549 hw_atl_tps_tx_pkt_shed_tc_data_weight_set(struct aq_hw_s *aq_hw, const u32 tc, const u32 weight) argument
[all...]
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_debugfs.c2859 u8 tc; local
3160 u8 tc; local
[all...]
H A Dsge.c2523 int cxgb4_ethofld_send_flowc(struct net_device *dev, u32 eotid, u32 tc) argument
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_iba6120.c2921 u64 ta, tb, tc, td, te; local
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_dev.c1641 void qed_hw_info_set_offload_tc(struct qed_hw_info *p_info, u8 tc) argument
1758 u16 qed_get_cm_pq_idx_mcos(struct qed_hwfn *p_hwfn, u8 tc) argument
1790 u16 qed_get_cm_pq_idx_ofld_mtc(struct qed_hwfn *p_hwfn, u8 tc) argument
1660 qed_init_qm_pq(struct qed_hwfn *p_hwfn, struct qed_qm_info *qm_info, u8 tc, u32 pq_init_flags) argument
1801 qed_get_cm_pq_idx_llt_mtc(struct qed_hwfn *p_hwfn, u8 tc) argument
1851 u8 tc; local
1984 int i, tc; local
[all...]
H A Dqed_sriov.c3605 u8 port_id, tc, tc_id = 0, voq = 0; local
[all...]
H A Dqed.h482 u8 tc; member in struct:qed_ufp_info
/linux-master/tools/perf/util/
H A Dintel-pt.c93 struct perf_tsc_conversion tc; member in struct:intel_pt
[all...]
/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.h462 u8 tc; member in struct:dpaa2_eth_fq
/linux-master/drivers/infiniband/hw/mthca/
H A Dmthca_cmd.c667 int ts = 0, tc = 0; local
/linux-master/drivers/net/ethernet/intel/igb/
H A Digb.h628 struct timecounter tc; member in struct:igb_adapter
/linux-master/drivers/net/ethernet/freescale/
H A Dfec.h655 struct timecounter tc; member in struct:fec_enet_private
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_ethtool.c2349 i40e_get_veb_tc_stats(struct i40e_veb_tc_stats *tc, unsigned int i) argument
/linux-master/drivers/md/
H A Ddm-thin.c382 struct thin_c *tc; member in struct:discard_op
388 static void begin_discard(struct discard_op *op, struct thin_c *tc, struct bio *parent) argument
400 struct thin_c *tc = op->tc; local
587 struct thin_c *tc; member in struct:dm_thin_endio_hook
611 error_thin_bio_list(struct thin_c *tc, struct bio_list *master, blk_status_t error) argument
625 requeue_deferred_cells(struct thin_c *tc) argument
641 requeue_io(struct thin_c *tc) argument
658 struct thin_c *tc; local
678 get_bio_block(struct thin_c *tc, struct bio *bio) argument
694 get_bio_block_range(struct thin_c *tc, struct bio *bio, dm_block_t *begin, dm_block_t *end) argument
720 remap(struct thin_c *tc, struct bio *bio, dm_block_t block) argument
736 remap_to_origin(struct thin_c *tc, struct bio *bio) argument
741 bio_triggers_commit(struct thin_c *tc, struct bio *bio) argument
758 issue(struct thin_c *tc, struct bio *bio) argument
786 remap_to_origin_and_issue(struct thin_c *tc, struct bio *bio) argument
792 remap_and_issue(struct thin_c *tc, struct bio *bio, dm_block_t block) argument
818 struct thin_c *tc; member in struct:dm_thin_new_mapping
886 cell_defer_no_holder(struct thin_c *tc, struct dm_bio_prison_cell *cell) argument
906 struct thin_c *tc; member in struct:remap_info
933 inc_remap_and_issue_cell(struct thin_c *tc, struct dm_bio_prison_cell *cell, dm_block_t block) argument
966 complete_overwrite_bio(struct thin_c *tc, struct bio *bio) argument
1000 struct thin_c *tc = m->tc; local
1046 struct thin_c *tc = m->tc; local
1068 struct thin_c *tc = m->tc; local
1092 struct thin_c *tc = m->tc; local
1156 struct thin_c *tc = m->tc; local
1205 struct thin_c *tc = m->tc; local
1286 ll_zero(struct thin_c *tc, struct dm_thin_new_mapping *m, sector_t begin, sector_t end) argument
1298 remap_and_issue_overwrite(struct thin_c *tc, struct bio *bio, dm_block_t data_begin, struct dm_thin_new_mapping *m) argument
1315 schedule_copy(struct thin_c *tc, dm_block_t virt_block, struct dm_dev *origin, dm_block_t data_origin, dm_block_t data_dest, struct dm_bio_prison_cell *cell, struct bio *bio, sector_t len) argument
1376 schedule_internal_copy(struct thin_c *tc, dm_block_t virt_block, dm_block_t data_origin, dm_block_t data_dest, struct dm_bio_prison_cell *cell, struct bio *bio) argument
1385 schedule_zero(struct thin_c *tc, dm_block_t virt_block, dm_block_t data_block, struct dm_bio_prison_cell *cell, struct bio *bio) argument
1415 schedule_external_copy(struct thin_c *tc, dm_block_t virt_block, dm_block_t data_dest, struct dm_bio_prison_cell *cell, struct bio *bio) argument
1521 alloc_data_block(struct thin_c *tc, dm_block_t *result) argument
1591 struct thin_c *tc = h->tc; local
1652 process_discard_cell_no_passdown(struct thin_c *tc, struct dm_bio_prison_cell *virt_cell) argument
1672 break_up_discard_bio(struct thin_c *tc, dm_block_t begin, dm_block_t end, struct bio *bio) argument
1751 process_discard_cell_passdown(struct thin_c *tc, struct dm_bio_prison_cell *virt_cell) argument
1772 process_discard_bio(struct thin_c *tc, struct bio *bio) argument
1807 break_sharing(struct thin_c *tc, struct bio *bio, dm_block_t block, struct dm_cell_key *key, struct dm_thin_lookup_result *lookup_result, struct dm_bio_prison_cell *cell) argument
1855 remap_and_issue_shared_cell(struct thin_c *tc, struct dm_bio_prison_cell *cell, dm_block_t block) argument
1876 process_shared_bio(struct thin_c *tc, struct bio *bio, dm_block_t block, struct dm_thin_lookup_result *lookup_result, struct dm_bio_prison_cell *virt_cell) argument
1910 provision_block(struct thin_c *tc, struct bio *bio, dm_block_t block, struct dm_bio_prison_cell *cell) argument
1959 process_cell(struct thin_c *tc, struct dm_bio_prison_cell *cell) argument
2014 process_bio(struct thin_c *tc, struct bio *bio) argument
2032 __process_bio_read_only(struct thin_c *tc, struct bio *bio, struct dm_bio_prison_cell *cell) argument
2083 process_bio_read_only(struct thin_c *tc, struct bio *bio) argument
2088 process_cell_read_only(struct thin_c *tc, struct dm_bio_prison_cell *cell) argument
2093 process_bio_success(struct thin_c *tc, struct bio *bio) argument
2098 process_bio_fail(struct thin_c *tc, struct bio *bio) argument
2103 process_cell_success(struct thin_c *tc, struct dm_bio_prison_cell *cell) argument
2108 process_cell_fail(struct thin_c *tc, struct dm_bio_prison_cell *cell) argument
2126 __thin_bio_rb_add(struct thin_c *tc, struct bio *bio) argument
2149 __extract_sorted_bios(struct thin_c *tc) argument
2166 __sort_thin_deferred_bios(struct thin_c *tc) argument
2187 process_thin_deferred_bios(struct thin_c *tc) argument
2281 process_thin_deferred_cells(struct thin_c *tc) argument
2338 struct thin_c *tc = NULL; local
2350 get_next_thin(struct pool *pool, struct thin_c *tc) argument
2371 struct thin_c *tc; local
2499 struct thin_c *tc; member in struct:noflush_work
2524 noflush_work(struct thin_c *tc, void (*fn)(struct work_struct *)) argument
2680 thin_defer_bio(struct thin_c *tc, struct bio *bio) argument
2691 thin_defer_bio_with_throttle(struct thin_c *tc, struct bio *bio) argument
2700 thin_defer_cell(struct thin_c *tc, struct dm_bio_prison_cell *cell) argument
2713 thin_hook_bio(struct thin_c *tc, struct bio *bio) argument
2730 struct thin_c *tc = ti->private; local
2821 struct thin_c *tc; local
3609 struct thin_c *tc; local
3621 struct thin_c *tc; local
4142 thin_get(struct thin_c *tc) argument
4147 thin_put(struct thin_c *tc) argument
4155 struct thin_c *tc = ti->private; local
4192 struct thin_c *tc; local
4382 struct thin_c *tc = ti->private; local
4390 struct thin_c *tc = ti->private; local
4401 struct thin_c *tc = ti->private; local
4419 struct thin_c *tc = ti->private; local
4475 struct thin_c *tc = ti->private; local
4495 struct thin_c *tc = ti->private; local
[all...]
/linux-master/drivers/gpu/drm/bridge/
H A Dtc358767.c402 static inline int tc_poll_timeout(struct tc_data *tc, unsigned int addr, argument
414 static int tc_aux_wait_busy(struct tc_data *tc) argument
419 static int tc_aux_write_data(struct tc_data *tc, const void *data, argument
434 static int tc_aux_read_data(struct tc_data *tc, void *data, size_t size) argument
463 struct tc_data *tc = aux_to_tc(aux); local
547 tc_srcctrl(struct tc_data *tc) argument
566 tc_pllupdate(struct tc_data *tc, unsigned int pllctrl) argument
580 tc_pxl_pll_en(struct tc_data *tc, u32 refclk, u32 pixelclock) argument
695 tc_pxl_pll_dis(struct tc_data *tc) argument
701 tc_stream_clock_calc(struct tc_data *tc) argument
721 tc_set_syspllparam(struct tc_data *tc) argument
748 tc_aux_link_setup(struct tc_data *tc) argument
803 tc_get_display_props(struct tc_data *tc) argument
869 tc_set_common_video_mode(struct tc_data *tc, const struct drm_display_mode *mode) argument
940 tc_set_dpi_video_mode(struct tc_data *tc, const struct drm_display_mode *mode) argument
954 tc_set_edp_video_mode(struct tc_data *tc, const struct drm_display_mode *mode) argument
1037 tc_wait_link_training(struct tc_data *tc) argument
1056 tc_main_link_enable(struct tc_data *tc) argument
1319 tc_main_link_disable(struct tc_data *tc) argument
1338 tc_dsi_rx_enable(struct tc_data *tc) argument
1375 tc_dpi_rx_enable(struct tc_data *tc) argument
1388 tc_dpi_stream_enable(struct tc_data *tc) argument
1428 tc_dpi_stream_disable(struct tc_data *tc) argument
1437 tc_edp_stream_enable(struct tc_data *tc) argument
1501 tc_edp_stream_disable(struct tc_data *tc) argument
1521 struct tc_data *tc = bridge_to_tc(bridge); local
1536 struct tc_data *tc = bridge_to_tc(bridge); local
1548 struct tc_data *tc = bridge_to_tc(bridge); local
1575 struct tc_data *tc = bridge_to_tc(bridge); local
1628 struct tc_data *tc = bridge_to_tc(bridge); local
1649 struct tc_data *tc = bridge_to_tc(bridge); local
1657 struct tc_data *tc = bridge_to_tc(bridge); local
1664 struct tc_data *tc = connector_to_tc(connector); local
1695 struct tc_data *tc = bridge_to_tc(bridge); local
1715 struct tc_data *tc = connector_to_tc(connector); local
1738 struct tc_data *tc = bridge_to_tc(bridge); local
1751 struct tc_data *tc = bridge_to_tc(bridge); local
2119 struct tc_data *tc = arg; local
2160 tc_mipi_dsi_host_attach(struct tc_data *tc) argument
2207 tc_probe_dpi_bridge_endpoint(struct tc_data *tc) argument
2236 tc_probe_edp_bridge_endpoint(struct tc_data *tc) argument
2268 tc_probe_bridge_endpoint(struct tc_data *tc) argument
2322 struct tc_data *tc; local
2466 struct tc_data *tc = i2c_get_clientdata(client); local
[all...]
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dcommon.h593 const struct stmmac_tc_ops *tc; member in struct:mac_device_info
/linux-master/drivers/net/ethernet/intel/igc/
H A Digc.h282 struct timecounter tc; member in struct:igc_adapter

Completed in 416 milliseconds

1234567891011