Searched refs:flow_req (Results 1 – 2 of 2) sorted by relevance
438 struct npc_install_flow_req *flow_req, in __cn20k_tc_alloc_entry() argument452 memcpy(&flow_req->hdr, &req->hdr, sizeof(struct mbox_msghdr)); in __cn20k_tc_alloc_entry()453 memcpy(req, flow_req, sizeof(struct npc_install_flow_req)); in __cn20k_tc_alloc_entry()486 struct npc_install_flow_req *flow_req) in cn20k_tc_alloc_entry() argument494 flow_req->hw_prio = MAX_TC_VF_PRIORITY; in cn20k_tc_alloc_entry()496 flow_req->hw_prio = MAX_TC_PF_PRIORITY; in cn20k_tc_alloc_entry()499 flow_req->hw_prio = new_node->prio; in cn20k_tc_alloc_entry()505 ret = __cn20k_tc_alloc_entry(nic, flow_req, &entry_from_af, &entry_type, in cn20k_tc_alloc_entry()
2045 struct ti_sci_msg_rm_udmap_flow_cfg flow_req = { 0 }; in udma_tisci_rx_channel_config() local2072 flow_req.valid_params = in udma_tisci_rx_channel_config()2087 flow_req.nav_id = tisci_rm->tisci_dev_id; in udma_tisci_rx_channel_config()2088 flow_req.flow_index = rchan->id; in udma_tisci_rx_channel_config()2091 flow_req.rx_einfo_present = 1; in udma_tisci_rx_channel_config()2093 flow_req.rx_einfo_present = 0; in udma_tisci_rx_channel_config()2095 flow_req.rx_psinfo_present = 1; in udma_tisci_rx_channel_config()2097 flow_req.rx_psinfo_present = 0; in udma_tisci_rx_channel_config()2098 flow_req.rx_error_handling = 1; in udma_tisci_rx_channel_config()2099 flow_req.rx_dest_qnum = rx_ring; in udma_tisci_rx_channel_config()[all …]