Home
last modified time | relevance | path

Searched refs:q_node (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_platform.c134 struct device_node *q_node; in stmmac_mtl_setup() local
177 for_each_child_of_node(rx_node, q_node) { in stmmac_mtl_setup()
181 if (of_property_read_bool(q_node, "snps,dcb-algorithm")) in stmmac_mtl_setup()
183 else if (of_property_read_bool(q_node, "snps,avb-algorithm")) in stmmac_mtl_setup()
188 if (of_property_read_u32(q_node, "snps,map-to-dma-channel", in stmmac_mtl_setup()
193 if (of_property_read_u32(q_node, "snps,priority", in stmmac_mtl_setup()
202 if (of_property_read_bool(q_node, "snps,route-avcp")) in stmmac_mtl_setup()
204 else if (of_property_read_bool(q_node, "snps,route-ptp")) in stmmac_mtl_setup()
206 else if (of_property_read_bool(q_node, "snps,route-dcbcp")) in stmmac_mtl_setup()
208 else if (of_property_read_bool(q_node, "snps,route-up")) in stmmac_mtl_setup()
[all …]
/linux/include/linux/
H A Diocontext.h84 struct list_head q_node; member
/linux/block/
H A Dblk-cgroup.c140 list_del_init(&blkg->q_node); in blkg_free_workfn()
323 INIT_LIST_HEAD(&blkg->q_node); in blkg_alloc()
428 list_add(&blkg->q_node, &disk->queue->blkg_list); in blkg_create()
584 list_for_each_entry(blkg, &q->blkg_list, q_node) { in blkg_destroy_all()
1569 list_for_each_entry_reverse(blkg, &q->blkg_list, q_node) { in blkcg_activate_policy()
1638 list_for_each_entry(blkg, &q->blkg_list, q_node) { in blkcg_activate_policy()
1685 list_for_each_entry(blkg, &q->blkg_list, q_node) { in blkcg_deactivate_policy()
H A Dbfq-cgroup.c940 list_for_each_entry(blkg, &bfqd->queue->blkg_list, q_node) { in bfq_end_wr_async()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_sched.c4325 struct ice_sched_node *q_node; in ice_sched_replay_q_bw() local
4328 q_node = ice_sched_find_node_by_teid(pi->root, q_ctx->q_teid); in ice_sched_replay_q_bw()
4329 if (!q_node) in ice_sched_replay_q_bw()
4331 return ice_sched_replay_node_bw(pi->hw, q_node, &q_ctx->bw_t_info); in ice_sched_replay_q_bw()