Searched refs:host_fe (Results 1 – 3 of 3) sorted by relevance
387 struct flow_entry *host_fe = fe_alloc(true); in flow_mgr_setup_host_flow() local388 host_fe->fe_key.fk_mask = 0; in flow_mgr_setup_host_flow()389 host_fe->fe_nx_port = FSW_VP_HOST; in flow_mgr_setup_host_flow()390 *(struct nx_flowswitch **)(uintptr_t)&host_fe->fe_fsw = fsw; in flow_mgr_setup_host_flow()391 host_fe->fe_svc_class = KPKT_SC_BE; in flow_mgr_setup_host_flow()392 host_fe->fe_pid = proc_getpid(kernproc); in flow_mgr_setup_host_flow()393 host_fe->fe_rx_process = fsw_host_rx; in flow_mgr_setup_host_flow()394 (void) snprintf(host_fe->fe_proc_name, sizeof(host_fe->fe_proc_name), in flow_mgr_setup_host_flow()396 flow_entry_retain(host_fe); in flow_mgr_setup_host_flow()397 fm->fm_host_fe = host_fe; in flow_mgr_setup_host_flow()[all …]
1529 struct flow_entry *host_fe; in flow_rx_agg_channel() local1530 host_fe = in flow_rx_agg_channel()1532 KPKTQ_ENQUEUE(&host_fe->fe_rx_pktq, pkt); in flow_rx_agg_channel()
1464 struct flow_entry *host_fe; in dp_flow_rx_process() local1465 host_fe = in dp_flow_rx_process()1467 KPKTQ_ENQUEUE(&host_fe->fe_rx_pktq, pkt); in dp_flow_rx_process()